LibreOffice
LibreOffice 5.0 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) | |
Additional Inherited Members | |
![]() | |
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) |