LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
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
27
struct
PivotTableFieldEntry
28
{
32
string
Name
;
33
37
long
DimensionIndex
;
38
42
long
DimensionPositionIndex
;
43
47
boolean
HasHiddenMembers
;
48
};
49
50
};
// data
51
};
// chart2
52
};
// com
53
};
// sun
54
};
// star
55
56
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com
Definition
Ambiguous.idl:20
com::sun::star::chart2::data::PivotTableFieldEntry
Pivot table field entry data.
Definition
PivotTableFieldEntry.idl:28
com::sun::star::chart2::data::PivotTableFieldEntry::DimensionPositionIndex
long DimensionPositionIndex
The output position of the field entry in its field type.
Definition
PivotTableFieldEntry.idl:42
com::sun::star::chart2::data::PivotTableFieldEntry::HasHiddenMembers
boolean HasHiddenMembers
Does it have some members that are hidden (filtered).
Definition
PivotTableFieldEntry.idl:47
com::sun::star::chart2::data::PivotTableFieldEntry::Name
string Name
Name of the field entry.
Definition
PivotTableFieldEntry.idl:32
com::sun::star::chart2::data::PivotTableFieldEntry::DimensionIndex
long DimensionIndex
The index of the field entry.
Definition
PivotTableFieldEntry.idl:37
com
sun
star
chart2
data
PivotTableFieldEntry.idl
Generated by
1.17.0