21module
com { module sun { module star { module sheet {
is used to access named objects within a container.
Definition XNameAccess.idl:32
provides access to the layout settings of a data pilot table.
Definition XDataPilotDescriptor.idl:34
provides access to the data pilot tables via name and inserting and removing data pilot tables.
Definition XDataPilotTables.idl:35
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:20
contains a cell address within a spreadsheet document.
Definition CellAddress.idl:27