Alphabetical Index: O

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

O

objData - field in class writer2latex.xmerge.EmbeddedBinaryObject
The object's binary representation.
objName - field in class writer2latex.xmerge.EmbeddedObject
objType - field in class writer2latex.xmerge.EmbeddedObject
odDoc - field in class writer2latex.base.ConverterBase
ODF - static field in class writer2latex.office.MIMETypes
ODP - static field in class writer2latex.office.MIMETypes
ODS - static field in class writer2latex.office.MIMETypes
ODT - static field in class writer2latex.office.MIMETypes
OFFICE_ANNOTATION - static field in class writer2latex.office.XMLString
OFFICE_AUTOMATIC_STYLES - static field in class writer2latex.office.XMLString
OFFICE_BINARY_DATA - static field in class writer2latex.office.XMLString
OFFICE_BODY - static field in class writer2latex.office.XMLString
OFFICE_DOCUMENT_CONTENT - static field in class writer2latex.office.XMLString
OFFICE_FONT_DECLS - static field in class writer2latex.office.XMLString
OFFICE_FONT_FACE_DECLS - static field in class writer2latex.office.XMLString
OFFICE_FORMS - static field in class writer2latex.office.XMLString
OFFICE_MASTER_STYLES - static field in class writer2latex.office.XMLString
OFFICE_META - static field in class writer2latex.office.XMLString
OFFICE_NAME - static field in class writer2latex.office.XMLString
OFFICE_PRESENTATION - static field in class writer2latex.office.XMLString
OFFICE_SPREADSHEET - static field in class writer2latex.office.XMLString
OFFICE_STYLES - static field in class writer2latex.office.XMLString
OFFICE_TARGET_FRAME_NAME - static field in class writer2latex.office.XMLString
OFFICE_TEXT - static field in class writer2latex.office.XMLString
OFFICE_VALUE_TYPE - static field in class writer2latex.office.XMLString
OfficeConstants - interface writer2latex.xmerge.OfficeConstants
This interface contains constants for StarOffice XML tags, attributes (StarCalc cell types, etc.).
OfficeDocument - class writer2latex.xmerge.OfficeDocument
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.
Used by OfficeDocument to encapsulate exceptions.
OfficeDocumentException(Exception) - constructor for class writer2latex.xmerge.OfficeDocumentException
Constructor, creates exception with the message corresponding to the message value of the provided exception.
OfficeDocumentException(SAXException) - constructor for class writer2latex.xmerge.OfficeDocumentException
Constructor, capturing additional information from the SAXException.
OfficeDocumentException(String) - constructor for class writer2latex.xmerge.OfficeDocumentException
Constructor, creates exception with provided message.
OfficeReader - class writer2latex.office.OfficeReader
This class reads and collects global information about an OOo document.
Constructor; read a document
OfficeStyle - class writer2latex.office.OfficeStyle
Abstract class representing a style in OOo
OfficeStyleFamily - class writer2latex.office.OfficeStyleFamily
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 - field in class writer2latex.base.ConverterBase
ofr - field in class writer2latex.latex.ConverterHelper
ofr - field in class writer2latex.xhtml.ConverterHelper
Option - class writer2latex.base.Option
Option.java This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1, as published by the Free Software Foundation.
Option(String,String) - constructor for class writer2latex.base.Option
OPTION_COUNT - field in class writer2latex.latex.LaTeXConfig
options - field in class writer2latex.base.ConfigBase
OptionsDialogBase - class org.openoffice.da.comp.w2lcommon.filter.OptionsDialogBase
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
ORDERED - static field in class writer2latex.util.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
ORGANIZATIONS - static field in class writer2latex.office.BibMark
originalImageSize() - method in class writer2latex.latex.LaTeXConfig
originalImageSize() - method in class writer2latex.xhtml.XhtmlConfig
otherStyles() - method in class writer2latex.latex.LaTeXConfig
outFileHasContent() - method in class writer2latex.xhtml.Converter
OutputFile - interface writer2latex.api.OutputFile
An OutputFile represent a single file in a ConverterResult, which is output from a Converter implementation.
Base64.OutputStream - class writer2latex.util.Base64.OutputStream
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
OutputStream(java.io.OutputStream) - constructor for class writer2latex.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
OutputStream(java.io.OutputStream,int) - constructor for class writer2latex.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.