LibreOffice
LibreOffice 6.4 SDK API Reference
XPivotTableDataProvider.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
9 
10 #ifndef com_sun_star_chart2_data_XPivotTableDataProvider_idl
11 #define com_sun_star_chart2_data_XPivotTableDataProvider_idl
12 
15 
16 module com { module sun { module star { module chart2 { module data {
17 
24 {
27  sequence<com::sun::star::chart2::data::PivotTableFieldEntry> getColumnFields();
28 
31  sequence<com::sun::star::chart2::data::PivotTableFieldEntry> getRowFields();
32 
35  sequence<com::sun::star::chart2::data::PivotTableFieldEntry> getPageFields();
36 
39  sequence<com::sun::star::chart2::data::PivotTableFieldEntry> getDataFields();
40 
44 
47  void setPivotTableName([in] string sPivotTableName);
48 
51  boolean hasPivotTable();
52 
59 
66 
70 
76  string getFieldOutputDescription([in] long nDimensionIndex);
77 };
78 
79 };};};};};
80 
81 #endif
82 
83 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
XInterface.idl
com::sun::star::chart2::data::XPivotTableDataProvider::getPageFields
sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getPageFields()
names of page fields from the associated pivot table
com::sun::star::chart2::data::XPivotTableDataProvider::createDataSequenceOfValuesByIndex
XDataSequence createDataSequenceOfValuesByIndex([in] long nIndex)
creates a single data sequence of values for the given data series index.
com::sun::star::chart2::data::XDataSequence
allows access to a one-dimensional sequence of data.
Definition: XDataSequence.idl:44
com::sun::star::chart2::data::XPivotTableDataProvider
Data provider specific for pivot chart data.
Definition: XPivotTableDataProvider.idl:24
com::sun::star::chart2::data::XPivotTableDataProvider::createDataSequenceOfLabelsByIndex
XDataSequence createDataSequenceOfLabelsByIndex([in] long nIndex)
creates a single data sequence of label(s) for the given data series index.
com::sun::star::chart2::data::XPivotTableDataProvider::createDataSequenceOfCategories
XDataSequence createDataSequenceOfCategories()
creates a single data sequence of categories.
com::sun::star::chart2::data::XPivotTableDataProvider::setPivotTableName
void setPivotTableName([in] string sPivotTableName)
set the associated pivot table name
com::sun::star::chart2::data::XPivotTableDataProvider::hasPivotTable
boolean hasPivotTable()
check if the associated pivot table exists
PivotTableFieldEntry.idl
com::sun::star::chart2::data::XPivotTableDataProvider::getRowFields
sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getRowFields()
names of row fields from the associated pivot table
com::sun::star::chart2::data::XPivotTableDataProvider::getDataFields
sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getDataFields()
names of data fields from the associated pivot table
com::sun::star::chart2::data::XPivotTableDataProvider::getFieldOutputDescription
string getFieldOutputDescription([in] long nDimensionIndex)
field output description: either "- all -", "- multiple -", or specific value
com::sun::star::chart2::data::XPivotTableDataProvider::getColumnFields
sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getColumnFields()
names of column fields from the associated pivot table
com
Definition: Ambiguous.idl:22
com::sun::star::uno::XInterface
base interface of all UNO interfaces
Definition: XInterface.idl:48
com::sun::star::chart2::data::XPivotTableDataProvider::getPivotTableName
string getPivotTableName()
get the associated pivot table name