:: com :: sun :: star :: document ::

service XMLBasicImporter
Description
Filter for importing Basic macros from the OpenOffice.org file format.

The XImporter::setTargetDocument method must be called in order to provide the import component with the target document to which the data should be imported. The ::com::sun::star::xml::sax::XDocumentHandler interface is used to stream the XML data into the filter.

Since
OOo 2.0

Exported Interfaces - Summary
XImporter

sets the target document for this filter.

::com::sun::star::xml::sax::XDocumentHandler

receives notification of general document events.

Exported Interfaces - Details
XImporter
Description
sets the target document for this filter.
::com::sun::star::xml::sax::XDocumentHandler
Description
receives notification of general document events.

 
Top of Page