LibreOffice
LibreOffice 25.8 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
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
17
interface
XPivotTableDataProvider
:
com::sun::star::uno::XInterface
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: */
com::sun::star::chart2::data::XDataSequence
allows access to a one-dimensional sequence of data.
Definition
XDataSequence.idl:37
com::sun::star::chart2::data::XPivotTableDataProvider
Data provider specific for pivot chart data.
Definition
XPivotTableDataProvider.idl:18
com::sun::star::chart2::data::XPivotTableDataProvider::hasPivotTable
boolean hasPivotTable()
check if the associated pivot table exists
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::getDataFields
sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getDataFields()
names of data 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::XPivotTableDataProvider::getFieldOutputDescription
string getFieldOutputDescription([in] long nDimensionIndex)
field output description: either "- all -", "- multiple -", or specific value
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::getColumnFields
sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getColumnFields()
names of column fields from the associated pivot table
com::sun::star::chart2::data::XPivotTableDataProvider::getPivotTableName
string getPivotTableName()
get the associated pivot table name
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::getRowFields
sequence< com::sun::star::chart2::data::PivotTableFieldEntry > getRowFields()
names of row fields from the associated pivot table
com::sun::star::uno::XInterface
base interface of all UNO interfaces
Definition
XInterface.idl:46
com
Definition
Ambiguous.idl:20
com
sun
star
chart2
data
XPivotTableDataProvider.idl
Generated by
1.17.0