LibreOffice
LibreOffice 24.2 SDK API Reference
|
Filter for exporting Basic macros to the OASIS Open Office file format. More...
import"XMLOasisBasicExporter.idl";
Public Member Functions | |
createWithHandler ([in] com::sun::star::xml::sax::XDocumentHandler DocumentHandler) | |
Public Member Functions inherited from XExporter | |
void | setSourceDocument ([in] com::sun::star::lang::XComponent Document) raises ( com::sun::star::lang::IllegalArgumentException ) |
sets the source document for the exporter More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Public Member Functions inherited from XFilter | |
boolean | filter ([in] sequence< com::sun::star::beans::PropertyValue > aDescriptor) |
filter the document. More... | |
void | cancel () |
cancel the process. More... | |
Additional Inherited Members | |
Exported Interfaces inherited from XXMLBasicExporter | |
interface | com::sun::star::document::XExporter |
sets the source document for this filter. More... | |
interface | com::sun::star::document::XFilter |
filters the document. More... | |
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.
createWithHandler | ( | [in] com::sun::star::xml::sax::XDocumentHandler | DocumentHandler | ) |