LibreOffice
LibreOffice 24.2 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 module com { module sun { module star { module chart2 { module data {
11 
18 {
21  sequence<com::sun::star::chart2::data::PivotTableFieldEntry> getColumnFields();
22 
25  sequence<com::sun::star::chart2::data::PivotTableFieldEntry> getRowFields();
26 
29  sequence<com::sun::star::chart2::data::PivotTableFieldEntry> getPageFields();
30 
33  sequence<com::sun::star::chart2::data::PivotTableFieldEntry> getDataFields();
34 
38 
41  void setPivotTableName([in] string sPivotTableName);
42 
45  boolean hasPivotTable();
46 
53 
60 
64 
70  string getFieldOutputDescription([in] long nDimensionIndex);
71 };
72 
73 };};};};};
74 
75 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
allows access to a one-dimensional sequence of data.
Definition: XDataSequence.idl:37
Data provider specific for pivot chart data.
Definition: XPivotTableDataProvider.idl:18
sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getPageFields()
names of page fields from the associated pivot table
boolean hasPivotTable()
check if the associated pivot table exists
XDataSequence createDataSequenceOfCategories()
creates a single data sequence of categories.
void setPivotTableName([in] string sPivotTableName)
set the associated pivot table name
XDataSequence createDataSequenceOfValuesByIndex([in] long nIndex)
creates a single data sequence of values for the given data series index.
string getFieldOutputDescription([in] long nDimensionIndex)
field output description: either "- all -", "- multiple -", or specific value
sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getRowFields()
names of row fields from the associated pivot table
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 getPivotTableName()
get the associated pivot table name
XDataSequence createDataSequenceOfLabelsByIndex([in] long nIndex)
creates a single data sequence of label(s) for the given data series index.
base interface of all UNO interfaces
Definition: XInterface.idl:46
Definition: Ambiguous.idl:20