LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides access to the data pilot tables via name and inserting and removing data pilot tables. More...
import"XDataPilotTables.idl";
Public Member Functions | |
com::sun::star::sheet::XDataPilotDescriptor | createDataPilotDescriptor () |
creates a data pilot descriptor. More... | |
void | insertNewByName ([in] string aName, [in] com::sun::star::table::CellAddress OutputAddress, [in] com::sun::star::sheet::XDataPilotDescriptor xDescriptor) |
creates a new data pilot table and adds it to the collection. More... | |
void | removeByName ([in] string aName) |
deletes a data pilot table from the collection. More... | |
Public Member Functions inherited from XNameAccess | |
any | getByName ([in] string aName) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ) |
sequence< string > | getElementNames () |
boolean | hasByName ([in] string aName) |
Public Member Functions inherited from XElementAccess | |
type | getElementType () |
boolean | hasElements () |
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... | |
provides access to the data pilot tables via name and inserting and removing data pilot tables.
This interface extends the interface com::sun::star::container::XNameAccess which provides access to existing data pilot tables in the collection.
com::sun::star::sheet::XDataPilotDescriptor createDataPilotDescriptor | ( | ) |
creates a data pilot descriptor.
This descriptor can be used with XDataPilotTables::addTable().
void insertNewByName | ( | [in] string | aName, |
[in] com::sun::star::table::CellAddress | OutputAddress, | ||
[in] com::sun::star::sheet::XDataPilotDescriptor | xDescriptor | ||
) |
creates a new data pilot table and adds it to the collection.
aName | the name of the data pilot table used in the collection. |
OutputAddress | the top left cell of the location of the data pilot table in the spreadsheet document. |
xDescriptor | the descriptor containing the settings of the data pilot table. |
void removeByName | ( | [in] string | aName | ) |
deletes a data pilot table from the collection.