LibreOffice Module xmerge (master) 1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234567]
 Norg
 Nopenoffice
 NxmergeProvides interfaces for converting between two Document formats, and supports a "merge" interface for merging back changes from a "lossy" format back into a rich format
 Nconverter
 NdomProvides classes for converting basic document types to/from a DOMDocument object, which can be used by the framework
 CDOMDocumentAn implementation of Document for StarOffice documents
 NpalmProvides classes for converting Palm database data to/from a PalmDocument object, which can be used by the framework
 CPalmDBThis class contains data for a single Palm database for use during a conversion process
 CPalmDocumentA PalmDocument is palm implementation of the Document interface
 CPdbDecoderProvides functionality to decode a PDB formatted file into a PalmDB object given an InputStream
 CPdbEncoderProvides functionality to encode a PalmDB object into a PDB formatted file given a file OutputStream
 CPdbUtilContains common static methods and constants for use within the package
 CRecordContains the raw bytes for a Record in a PDB
 NxmlDocument and PluginFactory implementations for XML based formats
 NsxcProvides base implementation of StarCalc XML conversion to and from different "Device" Document formats
 NsxwProvides base implementation of StarWriter XML conversion to and from different "Device" Document formats
 NxsltProvides the tools for doing the conversion of StarWriter XML to and from supported formats, through the use of an XSLT transformation
 CEmbeddedBinaryObjectThis class represents embedded object's in an OpenOffice.org document that have a binary representation
 CEmbeddedObject
 CEmbeddedXMLObjectThis class represents those embedded objects in an OpenOffice.org document that have an XML representation
 COfficeConstantsThis interface contains constants for StarOffice XML tags, attributes (StarCalc cell types, etc.)
 COfficeDocumentExceptionUsed by OfficeDocument to encapsulate exceptions
 CParaStyleThis class represents a paragraph Style
 CStyleAn object of class Style represents a style in an OpenOffice document
 CStyleCatalogA StyleCatalog holds a collection of Style objects
 CTextStyleRepresents a text Style in an OpenOffice document
 NmergerThe DiffAlgorithm and MergeAlgorithm are used to provide the merge capabilities of this project
 NdiffProvides implementations for the Iterator interface and related support classes
 CCellNodeIteratorThis is an implementations of the Iterator interface
 CCharacterParserThis is a parser to return a character array for difference purpose
 CCharArrayLCSAlgorithmThis is an implementations of DiffAlgorithm interface which will difference char arrays
 CIteratorLCSAlgorithmThis is one of the implementations of DiffAlgorithm interface
 CIteratorRowCompareA very simple and direct difference algorithm for row Node objects in a spreadsheet
 CNodeIteratorThis is an implementation of the Iterator interface
 CObjectArrayIteratorThis is an implementation of the Iterator interface
 CParaNodeIteratorThis is an implementation of the Iterator interface
 CRowIteratorThis is an implementation of the Iterator interface and extends NodeIterator
 CTextNodeEntryA small class to hold the start/end character position and the Node pointer in a text Node
 CTextNodeIteratorThis is an implementation of the Iterator interface
 NmergeProvides implementations for the MergeAlgorithm interface, the NodeMergeAlgorithm interface, and related support classes
 CCharacterBaseParagraphMergeThis is an implementation of the NodeMergeAlgorithm interface
 CDocumentMergeThis is an implementation of the MergeAlgorithm interface
 CPositionBaseRowMergeThis is an implementation of the NodeMergeAlgorithm interface
 CSheetMergeThis class extends the DocumentMerge class
 CSheetUtilUtility methods to handle sheet XML tree
 CDiffAlgorithmThis is the difference algorithm interface
 CDifferenceThis is the Difference basic unit
 CIteratorThis is an interface used by the DiffAlgorithm and MergeAlgorithm to access a Document
 CMergeAlgorithmThis is the MergeAlgorithm interface
 CNodeMergeAlgorithmThis is an interface for a MergeAlgorithm to merge two Node objects
 Ntest
 CConverterInfoListLoads a properties file so that registry knows which plug-ins it needs to load
 CDriverThis class is a command-line driver for the converter framework
 NutilProvides general purpose utilities
 NregistryProvides an interface for plug-in registration
 CConverterInfoClass for storing the information about a converter plug-in
 CConverterInfoMgrManages the converter plug-ins that are currently active
 CConverterInfoReaderThe 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
 CRegistryExceptionThis Exception is thrown by converter registry algorithms
 CActiveSyncDriver
 CColourConverterUtility class mapping RGB colour specifications to the colour indices used in the Pocket PC
 CDebugThis class is used for logging debug messages
 CEndianConverterHelper class providing static methods to convert data to/from Network Byte Order (Big Endian)
 CIntArrayListThis is a convenience class used to create an ArrayList of integers
 COfficeUtilClass providing utility methods for OpenOffice plug-ins
 CResourcesProvides a singleton resource class for converter messages
 CTwipsConverterHelper class providing static methods to convert data to/from twips
 CXmlUtilClass containing static utility methods for handling XML trees
 CConvertThe Convert class manages a conversion from one mime-type to another
 CConvertDataConvertData is used as a container for passing Document objects in and out of the Convert class
 CConverterCapabilitiesA ConverterCapabilities object is used by DocumentMerger implementations
 CConverterFactoryFactory that provides access to Convert objects, which are used to do a conversion
 CConvertExceptionThis Exception is thrown by convert algorithms
 CDocumentA Document represents any Document to be converted and the resulting Document from any conversion
 CDocumentDeserializerA DocumentDeserializer represents a converter that converts "Device" Document objects into the "Office" Document format
 CDocumentDeserializer2A DocumentDeserializer represents a converter that converts "Device" Document objects into the "Office" Document format
 CDocumentDeserializerFactoryA DocumentDeserializer object is used to convert from the "Device" Document format to the "Office" Document format
 CDocumentMergerA DocumentMerger can merge changes from a modified "Device" Document to the assigned original "Office" Document
 CDocumentMergerFactoryAll plug-in implementations of the PluginFactory interface that also support merging must also implement this interface
 CDocumentSerializerA DocumentSerializer represents a converter that converts a "Office" Document to a "Device" Document format
 CDocumentSerializer2A DocumentSerializer2 represents a converter that converts a "Office" Document to a "Device" Document format
 CDocumentSerializerFactoryA DocumentSerializer object is used to convert from the "Office" Document format to the "Device" Document format
 CMergeExceptionThis Exception is thrown by merge algorithms
 CPluginFactoryA PluginFactory encapsulates the conversions from one Document format to another
 CVersionThis class provides a quick utility to check the version of the jar file
 CXMergeBridgeThis outer class provides an inner class to implement the service description and a method to instantiate the component on demand (__getServiceFactory())
 C_XMergeBridgeThis inner class provides the component as a concrete implementation of the service description