| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
Data provider specific for pivot chart data. More...
import "XPivotTableDataProvider.idl";
 
  
| Public Member Functions | |
| sequence< com::sun::star::chart2::data::PivotTableFieldEntry > | getColumnFields () | 
| names of column fields from the associated pivot table | |
| sequence< com::sun::star::chart2::data::PivotTableFieldEntry > | getRowFields () | 
| names of row fields from the associated pivot table | |
| sequence< com::sun::star::chart2::data::PivotTableFieldEntry > | getPageFields () | 
| names of page fields from the associated pivot table | |
| sequence< com::sun::star::chart2::data::PivotTableFieldEntry > | getDataFields () | 
| names of data fields from the associated pivot table | |
| string | getPivotTableName () | 
| get the associated pivot table name | |
| void | setPivotTableName ([in] string sPivotTableName) | 
| set the associated pivot table name | |
| boolean | hasPivotTable () | 
| check if the associated pivot table exists | |
| XDataSequence | createDataSequenceOfValuesByIndex ([in] long nIndex) | 
| creates a single data sequence of values for the given data series index. | |
| XDataSequence | createDataSequenceOfLabelsByIndex ([in] long nIndex) | 
| creates a single data sequence of label(s) for the given data series index. | |
| XDataSequence | createDataSequenceOfCategories () | 
| creates a single data sequence of categories. | |
| string | getFieldOutputDescription ([in] long nDimensionIndex) | 
| field output description: either "- all -", "- multiple -", or specific value | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
Data provider specific for pivot chart data.
| XDataSequence createDataSequenceOfCategories | ( | ) | 
creates a single data sequence of categories.
| XDataSequence createDataSequenceOfLabelsByIndex | ( | [in] long | nIndex | ) | 
creates a single data sequence of label(s) for the given data series index.
| nIndex | index of the data series | 
| XDataSequence createDataSequenceOfValuesByIndex | ( | [in] long | nIndex | ) | 
creates a single data sequence of values for the given data series index.
| nIndex | index of the data series | 
| sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getColumnFields | ( | ) | 
names of column fields from the associated pivot table
| sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getDataFields | ( | ) | 
names of data fields from the associated pivot table
| string getFieldOutputDescription | ( | [in] long | nDimensionIndex | ) | 
field output description: either "- all -", "- multiple -", or specific value
| nDimensionIndex | dimension index of the field | 
| sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getPageFields | ( | ) | 
names of page fields from the associated pivot table
| string getPivotTableName | ( | ) | 
get the associated pivot table name
| sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getRowFields | ( | ) | 
names of row fields from the associated pivot table
| boolean hasPivotTable | ( | ) | 
check if the associated pivot table exists
| void setPivotTableName | ( | [in] string | sPivotTableName | ) | 
set the associated pivot table name