LibreOffice
LibreOffice 24.2 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 
11 module com
12 {
13 module sun
14 {
15 module star
16 {
17 module chart2
18 {
19 module data
20 {
21 
28 {
32  string Name;
33 
38 
43 
48 };
49 
50 }; // data
51 }; // chart2
52 }; // com
53 }; // sun
54 }; // star
55 
56 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
boolean HasHiddenMembers
Does it have some members that are hidden (filtered).
Definition: PivotTableFieldEntry.idl:47
Definition: Ambiguous.idl:20
long DimensionPositionIndex
The output position of the field entry in its field type.
Definition: PivotTableFieldEntry.idl:42
long DimensionIndex
The index of the field entry.
Definition: PivotTableFieldEntry.idl:37
string Name
Name of the field entry.
Definition: PivotTableFieldEntry.idl:32
Pivot table field entry data.
Definition: PivotTableFieldEntry.idl:27