makes it possible to connect a document with an ImportFilter More...
import "XImporter.idl";
Public Member Functions | |
void | setTargetDocument ([in] com::sun::star::lang::XComponent Document) raises ( com::sun::star::lang::IllegalArgumentException ) |
sets the target document for the importer | |
![]() | |
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. | |
makes it possible to connect a document with an ImportFilter
An ImportFilter must know the target of his filter operation. To set this on a filter is part of this interface. Same mechanism exist for export too.
void setTargetDocument | ( | [in] com::sun::star::lang::XComponent | Document | ) | ||
raises | ( | com::sun::star::lang::IllegalArgumentException ) |
sets the target document for the importer
Document | the target document |
com::sun::star::lang::IllegalArgumentException | if Document does not support any service which is supported by this importer |