Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: sheet ::

interface XDataPilotTables
Base Interfaces
XDataPilotTables
┗ ::com::sun::star::container::XNameAccess
   ┗ ::com::sun::star::container::XElementAccess

::com::sun::star::container::XNameAccess
(referenced interface's summary:)
is used to access named objects within a container.
Description
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.

See also
DataPilotTables, DataPilotTable

Methods' Summary
createDataPilotDescriptor creates a data pilot descriptor.  
insertNewByName creates a new data pilot table and adds it to the collection.  
removeByName deletes a data pilot table from the collection.  
Methods' Details
createDataPilotDescriptor
XDataPilotDescriptor
createDataPilotDescriptor();

Description
creates a data pilot descriptor.

This descriptor can be used with XDataPilotTables::addTable.

See also
DataPilotDescriptor
insertNewByName
void
insertNewByName( [in] string  aName,
[in] ::com::sun::star::table::CellAddress  aOutputAddress,
[in] XDataPilotDescriptor  xDescriptor );

Description
creates a new data pilot table and adds it to the collection.
Parameter aName
the name of the data pilot table used in the collection.
Parameter aAoutputAddress
the top left cell of the location of the data pilot table in the spreadsheet document.
Parameter xDescriptor
the descriptor containing the settings of the data pilot table.
See also
DataPilotDescriptor
removeByName
void
removeByName( [in] string  aName );

Description
deletes a data pilot table from the collection.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.