|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module io {
makes it possible to import data from a data source into a component.
Definition: XDataImporter.idl:29
is used to receive callbacks from an importer or exporter.
Definition: XDataTransferEventListener.idl:27
void importData([in] com::sun::star::io::XActiveDataSource aActiveSource, [in] com::sun::star::lang::XComponent Component, [in] com::sun::star::io::XDataTransferEventListener aListener)
imports data for a component from an active data source.
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:39
has to be implemented if the class should be able to write into an output stream.
Definition: XActiveDataSource.idl:29
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46
void cancel()
cancels the import process.