20 #ifndef __com_sun_star_sheet_XDataPilotTables_idl__
21 #define __com_sun_star_sheet_XDataPilotTables_idl__
28 module
com { module sun { module star { module sheet {
is used to access named objects within a container.
Definition: XNameAccess.idl:40
provides access to the layout settings of a data pilot table.
Definition: XDataPilotDescriptor.idl:42
provides access to the data pilot tables via name and inserting and removing data pilot tables.
Definition: XDataPilotTables.idl:42
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.
void removeByName([in] string aName)
deletes a data pilot table from the collection.
com::sun::star::sheet::XDataPilotDescriptor createDataPilotDescriptor()
creates a data pilot descriptor.
Definition: Ambiguous.idl:22
contains a cell address within a spreadsheet document.
Definition: CellAddress.idl:30