10 #ifndef com_sun_star_chart2_data_XPivotTableDataProvider_idl
11 #define com_sun_star_chart2_data_XPivotTableDataProvider_idl
16 module
com { module sun { module star { module chart2 { module data {
27 sequence<com::sun::star::chart2::data::PivotTableFieldEntry> getColumnFields();
31 sequence<com::sun::star::chart2::data::PivotTableFieldEntry> getRowFields();
35 sequence<com::sun::star::chart2::data::PivotTableFieldEntry> getPageFields();
39 sequence<com::sun::star::chart2::data::PivotTableFieldEntry> getDataFields();
43 string getPivotTableName();
47 void setPivotTableName([in]
string sPivotTableName);
51 boolean hasPivotTable();
58 XDataSequence createDataSequenceOfValuesByIndex([in]
long nIndex);
65 XDataSequence createDataSequenceOfLabelsByIndex([in]
long nIndex);
76 string getFieldOutputDescription([in]
long nDimensionIndex);