LibreOffice
LibreOffice 7.3 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
16module 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: */
allows access to a one-dimensional sequence of data.
Definition: XDataSequence.idl:44
Data provider specific for pivot chart data.
Definition: XPivotTableDataProvider.idl:24
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
sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getDataFields()
names of data fields from the associated pivot table
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 > getPageFields()
names of page fields from the associated pivot table
sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getColumnFields()
names of column 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.
sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getRowFields()
names of row fields from the associated pivot table
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Accessible.idl:22