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

service XMLOasisBasicExporter
Supported Interface
XXMLBasicExporter
Description
Filter for exporting Basic macros to the OASIS Open Office file format.

First the XExporter::setSourceDocument method must be called in order to provide the export component with the source document from which the data should be exported. After that, the export is started by calling the XFilter::filter method.

Since
OOo 2.0


Constructors' Summary
createWithHandler  
Constructors' Details
createWithHandler
createWithHandler( [in] ::com::sun::star::xml::sax::XDocumentHandler  DocumentHandler );


 
Top of Page