:: com :: sun :: star :: document ::

interface XFilterAdapter
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XFilterAdapter
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
This is an interface that can be used to link a filter to the FilterAdapter
Throws
com::sun::star::uno::RuntimeException
Since
OpenOffice 1.1.2

Methods' Summary
convert  
Methods' Details
convert
void
convert( [in] ::com::sun::star::io::XInputStream  xml,
[in] ::com::sun::star::io::XOutputStream  device,
[in] boolean  convertToOffice,
[in] string  pluginUrl,
[in] string  fileName );

Top of Page