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 
37  string getPivotTableName();
38 
41  void setPivotTableName([in] string sPivotTableName);
42 
45  boolean hasPivotTable();
46 
52  XDataSequence createDataSequenceOfValuesByIndex([in] long nIndex);
53 
59  XDataSequence createDataSequenceOfLabelsByIndex([in] long nIndex);
60 
63  XDataSequence createDataSequenceOfCategories();
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:36
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:45
Data provider specific for pivot chart data.
Definition: XPivotTableDataProvider.idl:17