LibreOffice
LibreOffice 7.1 SDK API Reference
DataPilotDescriptor.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 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#ifndef __com_sun_star_sheet_DataPilotDescriptor_idl__
21#define __com_sun_star_sheet_DataPilotDescriptor_idl__
22
27
28
29module com { module sun { module star { module sheet {
30
31
36published service DataPilotDescriptor
37{
38
42
43
47
48
53
54
61 [optional, property] sequence< com::sun::star::beans::PropertyValue > ImportDescriptor;
62
63
70 [optional, property] string SourceServiceName;
71
72
79 [optional, property] sequence< com::sun::star::beans::PropertyValue > ServiceArguments;
80
81
84 [optional, property] boolean IgnoreEmptyRows;
85
86
90 [optional, property] boolean RepeatIfEmpty;
91
92
95 [optional, property] boolean ColumnGrand;
96
97
100 [optional, property] boolean RowGrand;
101
102
105 [optional, property] boolean ShowFilterButton;
106
107
110 [optional, property] boolean DrillDownOnDoubleClick;
111
112
117 [optional, property] string GrandTotalName;
118
119};
120
121
122}; }; }; };
123
124#endif
125
126/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
Provides access to the DataPilotField used to layout multiple data fields.
Definition: XDataPilotDataLayoutFieldSupplier.idl:43
provides access to the layout settings of a data pilot table.
Definition: XDataPilotDescriptor.idl:42
Definition: Ambiguous.idl:22
represents the description of the layout of a data pilot table.
Definition: DataPilotDescriptor.idl:37
sequence< com::sun::star::beans::PropertyValue > ServiceArguments
specifies arguments that are passed to the implementation named by SourceServiceName.
Definition: DataPilotDescriptor.idl:79
boolean DrillDownOnDoubleClick
specifies whether to drill down to details or go into edit mode.
Definition: DataPilotDescriptor.idl:110
boolean RepeatIfEmpty
specifies if empty category cells in the source data should be treated as repetition of the content f...
Definition: DataPilotDescriptor.idl:90
boolean ColumnGrand
specifies if columns for grand total results are created.
Definition: DataPilotDescriptor.idl:95
boolean ShowFilterButton
specifies whether the filter button is shown.
Definition: DataPilotDescriptor.idl:105
string SourceServiceName
specifies the name of a DataPilotSource implementation for the data pilot table.
Definition: DataPilotDescriptor.idl:70
string GrandTotalName
specifies a label for grand total results.
Definition: DataPilotDescriptor.idl:117
boolean IgnoreEmptyRows
specifies if empty rows in the source data are ignored.
Definition: DataPilotDescriptor.idl:84
sequence< com::sun::star::beans::PropertyValue > ImportDescriptor
specifies parameters to create the data pilot table from a database.
Definition: DataPilotDescriptor.idl:52
boolean RowGrand
specifies if rows for grand total results are created.
Definition: DataPilotDescriptor.idl:100