LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
XDataImporter Interface Referencepublished

makes it possible to import data from a data source into a component. More...

import "XDataImporter.idl";

Inheritance diagram for XDataImporter:
XInterface

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.
 
void cancel ()
 cancels the import process.
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
 
void acquire ()
 increases the reference counter by one.
 
void release ()
 decreases the reference counter by one.
 

Detailed Description

makes it possible to import data from a data source into a component.

Importer objects are registered for specific components and data types.

Member Function Documentation

◆ cancel()

void cancel ( )

cancels the import process.

◆ importData()

imports data for a component from an active data source.


The documentation for this interface was generated from the following file: