(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

service DataPilotSource
Description
represents a data pilot source.

A component that implements this service can be used as data source for a data pilot table in a spreadsheet document.

Developers Guide
Spreadsheets - Source Object

Exported Interfaces - Summary
XDimensionsSupplier

provides access to the collection of the dimensions of the data pilot source.

XDataPilotResults

gives access to the results of the data pilot table.

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

provides methods to refresh the data pilot table, that means to read the data again from the data pilot source.

::com::sun::star::beans::XPropertySet

provides access to the properties.

Properties' Summary
boolean
ColumnGrand
specifies if grand totals for the columns are inserted.  
boolean
RowGrand
specifies if grand totals for the rows are inserted.  
[ readonly ] long
RowFieldCount
[ OPTIONAL ]
specifies the number of row fields.  
[ readonly ] long
ColumnFieldCount
[ OPTIONAL ]
specifies the number of column fields.  
[ readonly ] long
DataFieldCount
[ OPTIONAL ]
specifies the number of data fields.  
Exported Interfaces - Details
XDimensionsSupplier
Description
provides access to the collection of the dimensions of the data pilot source.
XDataPilotResults
Description
gives access to the results of the data pilot table.
::com::sun::star::util::XRefreshable
Description
provides methods to refresh the data pilot table, that means to read the data again from the data pilot source.
::com::sun::star::beans::XPropertySet
Description
provides access to the properties.
Properties' Details
ColumnGrand
boolean ColumnGrand;
Description
specifies if grand totals for the columns are inserted.
RowGrand
boolean RowGrand;
Description
specifies if grand totals for the rows are inserted.
RowFieldCount
[ readonly ] long RowFieldCount;
Usage Restrictions
optional
Description
specifies the number of row fields.
Since
OOo 3.0.0
ColumnFieldCount
[ readonly ] long ColumnFieldCount;
Usage Restrictions
optional
Description
specifies the number of column fields.
Since
OOo 3.0.0
DataFieldCount
[ readonly ] long DataFieldCount;
Usage Restrictions
optional
Description
specifies the number of data fields.
Since
OOo 3.0.0

 
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.