LibreOffice
LibreOffice 7.3 SDK API Reference
PivotTableFieldEntry.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_PivotTableFieldEntry_idl
11#define com_sun_star_chart2_data_PivotTableFieldEntry_idl
12
13module com
14{
15module sun
16{
17module star
18{
19module chart2
20{
21module data
22{
23
30{
34 string Name;
35
40
45
50};
51
52}; // data
53}; // chart2
54}; // com
55}; // sun
56}; // star
57
58#endif
59
60/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition: Ambiguous.idl:22
Pivot table field entry data.
Definition: PivotTableFieldEntry.idl:30
long DimensionPositionIndex
The output position of the field entry in its field type.
Definition: PivotTableFieldEntry.idl:44
boolean HasHiddenMembers
Does it have some members that are hidden (filtered).
Definition: PivotTableFieldEntry.idl:49
string Name
Name of the field entry.
Definition: PivotTableFieldEntry.idl:34
long DimensionIndex
The index of the field entry.
Definition: PivotTableFieldEntry.idl:39