Corg.openoffice.xmerge.util.ActiveSyncDriver | |
Corg.openoffice.xmerge.merger.diff.CharacterParser | This is a parser to return a character array for difference purpose |
Corg.openoffice.xmerge.merger.diff.CharArrayLCSAlgorithm | This is an implementations of DiffAlgorithm interface which will difference char arrays |
►CCloneable | |
Corg.openoffice.xmerge.Convert | The Convert class manages a conversion from one mime-type to another |
Corg.openoffice.xmerge.converter.xml.ParaStyle | This class represents a paragraph Style |
Corg.openoffice.xmerge.converter.xml.TextStyle | Represents a text Style in an OpenOffice document |
Corg.openoffice.xmerge.converter.xml.sxc.CellStyle | Represents a text Style in an OpenOffice document |
Corg.openoffice.xmerge.converter.xml.sxc.ColumnStyle | Represents a text Style in an OpenOffice document |
Corg.openoffice.xmerge.converter.xml.sxc.RowStyle | Represents a text Style in an OpenOffice document |
Corg.openoffice.xmerge.util.ColourConverter | Utility class mapping RGB colour specifications to the colour indices used in the Pocket PC |
Corg.openoffice.xmerge.converter.xml.sxc.ColumnRowInfo | This is a class to define a table-column structure |
Corg.openoffice.xmerge.ConvertData | ConvertData is used as a container for passing Document objects in and out of the Convert class |
►Corg.openoffice.xmerge.ConverterCapabilities | A ConverterCapabilities object is used by DocumentMerger implementations |
Corg.openoffice.xmerge.converter.xml.xslt.ConverterCapabilitiesImpl | Xslt implementation of ConverterCapabilities for the PluginFactoryImpl |
Corg.openoffice.xmerge.ConverterFactory | Factory that provides access to Convert objects, which are used to do a conversion |
Corg.openoffice.xmerge.util.registry.ConverterInfo | Class for storing the information about a converter plug-in |
Corg.openoffice.xmerge.test.ConverterInfoList | Loads a properties file so that registry knows which plug-ins it needs to load |
Corg.openoffice.xmerge.util.registry.ConverterInfoMgr | Manages the converter plug-ins that are currently active |
Corg.openoffice.xmerge.util.registry.ConverterInfoReader | The ConverterInfoReader pulls a META-INF/converter.xml file out of a jar file and parses it, providing access to this information in a Vector of ConverterInfo objects |
Corg.openoffice.xmerge.util.Debug | This class is used for logging debug messages |
►Corg.openoffice.xmerge.merger.DiffAlgorithm | This is the difference algorithm interface |
Corg.openoffice.xmerge.merger.diff.IteratorLCSAlgorithm | This is one of the implementations of DiffAlgorithm interface |
Corg.openoffice.xmerge.merger.diff.IteratorRowCompare | A very simple and direct difference algorithm for row Node objects in a spreadsheet |
Corg.openoffice.xmerge.merger.Difference | This is the Difference basic unit |
►Corg.openoffice.xmerge.Document | A Document represents any Document to be converted and the resulting Document from any conversion |
Corg.openoffice.xmerge.converter.dom.DOMDocument | An implementation of Document for StarOffice documents |
Corg.openoffice.xmerge.converter.palm.PalmDocument | A PalmDocument is palm implementation of the Document interface |
►Corg.openoffice.xmerge.DocumentDeserializer | A DocumentDeserializer represents a converter that converts "Device" Document objects into the "Office" Document format |
Corg.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer | General spreadsheet implementation of DocumentDeserializer for the SxcPluginFactory |
Corg.openoffice.xmerge.converter.xml.xslt.DocumentDeserializerImpl | Xslt implementation of org.openoffice.xmerge.DocumentSerializer for the PluginFactoryImpl |
►Corg.openoffice.xmerge.DocumentDeserializerFactory | A DocumentDeserializer object is used to convert from the "Device" Document format to the "Office" Document format |
Corg.openoffice.xmerge.converter.xml.xslt.PluginFactoryImpl | Xslt implementation of the PluginFactory |
►Corg.openoffice.xmerge.DocumentMerger | A DocumentMerger can merge changes from a modified "Device" Document to the assigned original "Office" Document |
Corg.openoffice.xmerge.converter.xml.sxc.DocumentMergerImpl | Generic small device implementation of DocumentMerger for the SxcPluginFactory |
Corg.openoffice.xmerge.converter.xml.xslt.DocumentMergerImpl | Xslt implementation of DocumentMerger for the PluginFactoryImpl |
►Corg.openoffice.xmerge.DocumentMergerFactory | All plug-in implementations of the PluginFactory interface that also support merging must also implement this interface |
Corg.openoffice.xmerge.converter.xml.sxc.SxcPluginFactory | General implementation of the PluginFactory interface for SXC Document objects |
Corg.openoffice.xmerge.converter.xml.xslt.PluginFactoryImpl | Xslt implementation of the PluginFactory |
►Corg.openoffice.xmerge.DocumentSerializer | A DocumentSerializer represents a converter that converts a "Office" Document to a "Device" Document format |
Corg.openoffice.xmerge.DocumentDeserializer2 | A DocumentDeserializer represents a converter that converts "Device" Document objects into the "Office" Document format |
Corg.openoffice.xmerge.DocumentSerializer2 | A DocumentSerializer2 represents a converter that converts a "Office" Document to a "Device" Document format |
Corg.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer | General spreadsheet implementation of DocumentSerializer for the SxcPluginFactory |
Corg.openoffice.xmerge.converter.xml.xslt.DocumentSerializerImpl | Xslt implementation of org.openoffice.xmerge.DocumentSerializer for the PluginFactoryImpl |
►Corg.openoffice.xmerge.DocumentSerializerFactory | A DocumentSerializer object is used to convert from the "Office" Document format to the "Device" Document format |
Corg.openoffice.xmerge.converter.xml.xslt.PluginFactoryImpl | Xslt implementation of the PluginFactory |
Corg.openoffice.xmerge.test.Driver | This class is a command-line driver for the converter framework |
►Corg.openoffice.xmerge.converter.xml.EmbeddedObject | |
Corg.openoffice.xmerge.converter.xml.EmbeddedBinaryObject | This class represents embedded object's in an OpenOffice.org document that have a binary representation |
Corg.openoffice.xmerge.converter.xml.EmbeddedXMLObject | This class represents those embedded objects in an OpenOffice.org document that have an XML representation |
Corg.openoffice.xmerge.util.EndianConverter | Helper class providing static methods to convert data to/from Network Byte Order (Big Endian) |
Corg.openoffice.xmerge.converter.xml.OfficeZip.Entry | This inner class is used as a data structure for holding a ZipEntry info and its corresponding bytes |
►CException | |
Corg.openoffice.xmerge.ConvertException | This Exception is thrown by convert algorithms |
Corg.openoffice.xmerge.MergeException | This Exception is thrown by merge algorithms |
Corg.openoffice.xmerge.util.registry.RegistryException | This Exception is thrown by converter registry algorithms |
Corg.openoffice.xmerge.converter.xml.sxc.Format | This class specifies the format for a given spreadsheet cell |
Corg.openoffice.xmerge.util.IntArrayList | This is a convenience class used to create an ArrayList of integers |
►Corg.openoffice.xmerge.merger.Iterator | This is an interface used by the DiffAlgorithm and MergeAlgorithm to access a Document |
►Corg.openoffice.xmerge.merger.diff.NodeIterator | This is an implementation of the Iterator interface |
Corg.openoffice.xmerge.merger.diff.CellNodeIterator | This is an implementations of the Iterator interface |
Corg.openoffice.xmerge.merger.diff.ParaNodeIterator | This is an implementation of the Iterator interface |
Corg.openoffice.xmerge.merger.diff.RowIterator | This is an implementation of the Iterator interface and extends NodeIterator |
Corg.openoffice.xmerge.merger.diff.TextNodeIterator | This is an implementation of the Iterator interface |
Corg.openoffice.xmerge.merger.diff.ObjectArrayIterator | This is an implementation of the Iterator interface |
►Corg.openoffice.xmerge.merger.MergeAlgorithm | This is the MergeAlgorithm interface |
►Corg.openoffice.xmerge.merger.merge.DocumentMerge | This is an implementation of the MergeAlgorithm interface |
Corg.openoffice.xmerge.merger.merge.SheetMerge | This class extends the DocumentMerge class |
►Corg.openoffice.xmerge.merger.NodeMergeAlgorithm | This is an interface for a MergeAlgorithm to merge two Node objects |
Corg.openoffice.xmerge.merger.merge.CharacterBaseParagraphMerge | This is an implementation of the NodeMergeAlgorithm interface |
Corg.openoffice.xmerge.merger.merge.PositionBaseRowMerge | This is an implementation of the NodeMergeAlgorithm interface |
►Corg.openoffice.xmerge.converter.xml.OfficeConstants | This interface contains constants for StarOffice XML tags, attributes (StarCalc cell types, etc.) |
Corg.openoffice.xmerge.converter.xml.sxc.BookSettings | This is a class representing the different attributes for a worksheet contained in settings.xml |
Corg.openoffice.xmerge.converter.xml.sxc.NameDefinition | This is a class to define a Name Definition structure |
Corg.openoffice.xmerge.converter.xml.sxc.SheetSettings | This is a class representing the different attributes for a worksheet contained in settings.xml |
Corg.openoffice.xmerge.converter.xml.sxc.SxcDocumentDeserializer | General spreadsheet implementation of DocumentDeserializer for the SxcPluginFactory |
Corg.openoffice.xmerge.converter.xml.sxc.SxcDocumentSerializer | General spreadsheet implementation of DocumentSerializer for the SxcPluginFactory |
Corg.openoffice.xmerge.converter.xml.xslt.DocumentSerializerImpl | Xslt implementation of org.openoffice.xmerge.DocumentSerializer for the PluginFactoryImpl |
Corg.openoffice.xmerge.util.OfficeUtil | Class providing utility methods for OpenOffice plug-ins |
Corg.openoffice.xmerge.converter.palm.PalmDB | This class contains data for a single Palm database for use during a conversion process |
Corg.openoffice.xmerge.converter.palm.PdbDecoder | Provides functionality to decode a PDB formatted file into a PalmDB object given an InputStream |
Corg.openoffice.xmerge.converter.palm.PdbEncoder | Provides functionality to encode a PalmDB object into a PDB formatted file given a file OutputStream |
Corg.openoffice.xmerge.converter.palm.PdbUtil | Contains common static methods and constants for use within the package |
►Corg.openoffice.xmerge.PluginFactory | A PluginFactory encapsulates the conversions from one Document format to another |
Corg.openoffice.xmerge.converter.xml.sxc.SxcPluginFactory | General implementation of the PluginFactory interface for SXC Document objects |
Corg.openoffice.xmerge.converter.xml.sxw.SxwPluginFactory | General implementation of the PluginFactory interface for SXW documents |
Corg.openoffice.xmerge.converter.xml.xslt.PluginFactoryImpl | Xslt implementation of the PluginFactory |
Corg.openoffice.xmerge.converter.palm.Record | Contains the raw bytes for a Record in a PDB |
Corg.openoffice.xmerge.util.Resources | Provides a singleton resource class for converter messages |
Corg.openoffice.xmerge.merger.merge.SheetUtil | Utility methods to handle sheet XML tree |
Corg.openoffice.xmerge.converter.xml.sxc.SpreadsheetDecoder | This class is a abstract class for encoding a "Device" Document format into an alternative spreadsheet format |
Corg.openoffice.xmerge.converter.xml.sxc.SpreadsheetEncoder | This class is an abstract class for encoding an SXC into an alternative spreadsheet format |
►Corg.openoffice.xmerge.converter.xml.Style | An object of class Style represents a style in an OpenOffice document |
Corg.openoffice.xmerge.converter.xml.ParaStyle | This class represents a paragraph Style |
Corg.openoffice.xmerge.converter.xml.TextStyle | Represents a text Style in an OpenOffice document |
Corg.openoffice.xmerge.converter.xml.sxc.CellStyle | Represents a text Style in an OpenOffice document |
Corg.openoffice.xmerge.converter.xml.sxc.ColumnStyle | Represents a text Style in an OpenOffice document |
Corg.openoffice.xmerge.converter.xml.sxc.RowStyle | Represents a text Style in an OpenOffice document |
Corg.openoffice.xmerge.converter.xml.StyleCatalog | A StyleCatalog holds a collection of Style objects |
Corg.openoffice.xmerge.converter.xml.sxc.SxcConstants | Interface defining constants for Sxc attributes |
Corg.openoffice.xmerge.merger.diff.TextNodeEntry | A small class to hold the start/end character position and the Node pointer in a text Node |
Corg.openoffice.xmerge.util.TwipsConverter | Helper class providing static methods to convert data to/from twips |
Corg.openoffice.xmerge.Version | This class provides a quick utility to check the version of the jar file |
CXMergeBridge | This outer class provides an inner class to implement the service description and a method to instantiate the component on demand (__getServiceFactory()) |
Corg.openoffice.xmerge.util.XmlUtil | Class containing static utility methods for handling XML trees |
►CIOException | |
Corg.openoffice.xmerge.converter.xml.OfficeDocumentException | Used by OfficeDocument to encapsulate exceptions |
►COfficeDocument | |
Corg.openoffice.xmerge.converter.xml.sxc.SxcDocument | This class is an implementation of OfficeDocument for the SXC format |
Corg.openoffice.xmerge.converter.xml.sxw.SxwDocument | This class is an implementation of OfficeDocument for the SXW format |
Corg.openoffice.xmerge.converter.xml.xslt.GenericOfficeDocument | This class is an implementation of OfficeDocument for the generic office format |
►CURIResolver | |
Corg.openoffice.xmerge.converter.xml.xslt.DocumentDeserializerImpl | Xslt implementation of org.openoffice.xmerge.DocumentSerializer for the PluginFactoryImpl |
Corg.openoffice.xmerge.converter.xml.xslt.DocumentSerializerImpl | Xslt implementation of org.openoffice.xmerge.DocumentSerializer for the PluginFactoryImpl |
►CXDocumentHandler | |
CXMergeBridge._XMergeBridge | This inner class provides the component as a concrete implementation of the service description |
►CXExportFilter | |
CXMergeBridge._XMergeBridge | This inner class provides the component as a concrete implementation of the service description |
►CXImportFilter | |
CXMergeBridge._XMergeBridge | This inner class provides the component as a concrete implementation of the service description |
►CXServiceInfo | |
CXMergeBridge._XMergeBridge | This inner class provides the component as a concrete implementation of the service description |
►CXServiceName | |
CXMergeBridge._XMergeBridge | This inner class provides the component as a concrete implementation of the service description |
►CXTypeProvider | |
CXMergeBridge._XMergeBridge | This inner class provides the component as a concrete implementation of the service description |