Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: util ::

interface XImportable

Base Interface
com::sun::star::uno::XInterface

Description
makes it possible to import files into the object.


Known Services which Export this Interface

com::sun::star::sheet::SheetCellRange represents a rectangular range of cells in a spreadsheet document.

Methods' Summary

createImportDescriptor
doImport imports data from an external database.

Methods' Details

createImportDescriptor
 
sequence< com::sun::star::beans::PropertyValue >
createImportDescriptor(
[ in ] boolean bEmpty );

Returns
a descriptor which contains the arguments for an import.
doImport
 
void
doImport(
[ in ] sequence< com::sun::star::beans::PropertyValue > aDescriptor );

Description
imports data from an external database.

Top of Page