A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

O

objData - Variable in class writer2latex.xmerge.EmbeddedBinaryObject
The object's binary representation.
object() - Method in class org.json.JSONWriter
Begin appending a new object.
objName - Variable in class writer2latex.xmerge.EmbeddedObject
 
objType - Variable in class writer2latex.xmerge.EmbeddedObject
 
odDoc - Variable in class writer2latex.base.ConverterBase
 
ODF - Static variable in class writer2latex.office.MIMETypes
 
ODP - Static variable in class writer2latex.office.MIMETypes
 
ODS - Static variable in class writer2latex.office.MIMETypes
 
ODT - Static variable in class writer2latex.office.MIMETypes
 
OFFICE_ANNOTATION - Static variable in class writer2latex.office.XMLString
 
OFFICE_AUTOMATIC_STYLES - Static variable in class writer2latex.office.XMLString
 
OFFICE_BINARY_DATA - Static variable in class writer2latex.office.XMLString
 
OFFICE_BODY - Static variable in class writer2latex.office.XMLString
 
OFFICE_DOCUMENT_CONTENT - Static variable in class writer2latex.office.XMLString
 
OFFICE_FONT_DECLS - Static variable in class writer2latex.office.XMLString
 
OFFICE_FONT_FACE_DECLS - Static variable in class writer2latex.office.XMLString
 
OFFICE_FORMS - Static variable in class writer2latex.office.XMLString
 
OFFICE_MASTER_STYLES - Static variable in class writer2latex.office.XMLString
 
OFFICE_META - Static variable in class writer2latex.office.XMLString
 
OFFICE_NAME - Static variable in class writer2latex.office.XMLString
 
OFFICE_PRESENTATION - Static variable in class writer2latex.office.XMLString
 
OFFICE_SPREADSHEET - Static variable in class writer2latex.office.XMLString
 
OFFICE_STYLES - Static variable in class writer2latex.office.XMLString
 
OFFICE_TARGET_FRAME_NAME - Static variable in class writer2latex.office.XMLString
 
OFFICE_TEXT - Static variable in class writer2latex.office.XMLString
 
OFFICE_VALUE_TYPE - Static variable in class writer2latex.office.XMLString
 
OfficeConstants - Interface in writer2latex.xmerge
This interface contains constants for StarOffice XML tags, attributes (StarCalc cell types, etc.).
OfficeDocument - Class in writer2latex.xmerge
An implementation of Document for StarOffice documents.
OfficeDocument(String) - Constructor for class writer2latex.xmerge.OfficeDocument
Default constructor.
OfficeDocument(String, boolean, boolean) - Constructor for class writer2latex.xmerge.OfficeDocument
Constructor with arguments to set namespaceAware and validating flags.
OfficeDocumentException - Exception in writer2latex.xmerge
Used by OfficeDocument to encapsulate exceptions.
OfficeDocumentException(SAXException) - Constructor for exception writer2latex.xmerge.OfficeDocumentException
Constructor, capturing additional information from the SAXException.
OfficeDocumentException(String) - Constructor for exception writer2latex.xmerge.OfficeDocumentException
Constructor, creates exception with provided message.
OfficeDocumentException(Exception) - Constructor for exception writer2latex.xmerge.OfficeDocumentException
Constructor, creates exception with the message corresponding to the message value of the provided exception.
OfficeReader - Class in writer2latex.office
This class reads and collects global information about an OOo document.
OfficeReader(OfficeDocument, boolean) - Constructor for class writer2latex.office.OfficeReader
Constructor; read a document
OfficeStyle - Class in writer2latex.office
Abstract class representing a style in OOo
OfficeStyle() - Constructor for class writer2latex.office.OfficeStyle
 
OfficeStyleFamily - Class in writer2latex.office
Container class representing a style family in OOo
OfficeStyleFamily(Class) - Constructor for class writer2latex.office.OfficeStyleFamily
Create a new OfficeStyleFamily based on a class
ofr - Variable in class writer2latex.base.ConverterBase
 
ofr - Variable in class writer2latex.latex.ConverterHelper
 
ofr - Variable in class writer2latex.latex.i18n.I18n
 
ofr - Variable in class writer2latex.xhtml.ConverterHelper
 
OPFWriter - Class in writer2latex.epub
This class writes an OPF-file for an EPUB document (see http://www.idpf.org/2007/opf/OPF_2.0_final_spec.html).
OPFWriter(ConverterResult) - Constructor for class writer2latex.epub.OPFWriter
 
opt(int) - Method in class org.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
Option - Class in writer2latex.base
 
Option(String, String) - Constructor for class writer2latex.base.Option
 
optionGroups - Variable in class writer2latex.base.ConfigBase
 
options - Variable in class writer2latex.base.ConfigBase
 
OptionsDialogBase - Class in org.openoffice.da.comp.w2lcommon.filter
This class provides an abstract uno component which implements a filter ui
OptionsDialogBase(XComponentContext) - Constructor for class org.openoffice.da.comp.w2lcommon.filter.OptionsDialogBase
Create a new OptionsDialogBase
optJSONArray(int) - Method in class org.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
ORDERED - Static variable in class writer2latex.util.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
org.json - package org.json
 
org.openoffice.da.comp.w2lcommon.filter - package org.openoffice.da.comp.w2lcommon.filter
 
org.openoffice.da.comp.w2lcommon.helper - package org.openoffice.da.comp.w2lcommon.helper
 
org.openoffice.da.comp.w2lcommon.tex.tokenizer - package org.openoffice.da.comp.w2lcommon.tex.tokenizer
 
org.openoffice.da.comp.writer2latex - package org.openoffice.da.comp.writer2latex
 
org.openoffice.da.comp.writer2xhtml - package org.openoffice.da.comp.writer2xhtml
 
org.openoffice.da.comp.writer4latex - package org.openoffice.da.comp.writer4latex
 
ORGANIZATIONS - Static variable in class writer2latex.office.BibMark
 
originalImageSize() - Method in class writer2latex.latex.LaTeXConfig
 
otherStyles() - Method in class writer2latex.latex.LaTeXConfig
 
outFileHasContent() - Method in class writer2latex.xhtml.Converter
 
OutputFile - Interface in writer2latex.api
An OutputFile represents a single file in a ConverterResult, which is output from a Converter implementation.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _