| 
    LibreOffice
    
   LibreOffice 24.2 SDK API Reference 
   | 
 
makes it possible to import data from a data source into a component. More...
import"XDataImporter.idl";
  
 Public Member Functions | |
| 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.  More... | |
| void | cancel () | 
| cancels the import process.  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... | |
makes it possible to import data from a data source into a component.
Importer objects are registered for specific components and data types.
| void cancel | ( | ) | 
cancels the import process.
| 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.
 1.8.14