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