LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
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
21module com { module sun { module star { module sheet {
22
23
28published service DataPilotDescriptor
29{
30
34
35
39
40
45
46
53 [optional, property] sequence< com::sun::star::beans::PropertyValue > ImportDescriptor;
54
55
62 [optional, property] string SourceServiceName;
63
64
71 [optional, property] sequence< com::sun::star::beans::PropertyValue > ServiceArguments;
72
73
76 [optional, property] boolean IgnoreEmptyRows;
77
78
82 [optional, property] boolean RepeatIfEmpty;
83
84
87 [optional, property] boolean ColumnGrand;
88
89
92 [optional, property] boolean RowGrand;
93
94
97 [optional, property] boolean ShowFilterButton;
98
99
102 [optional, property] boolean DrillDownOnDoubleClick;
103
104
109 [optional, property] string GrandTotalName;
110
111};
112
113
114}; }; }; };
115
116/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition generated_idl_chapter_refs.idl:752
Definition Ambiguous.idl:20
interface XDataPilotDescriptor
provides access to the layout settings of the data pilot table.
Definition DataPilotDescriptor.idl:33
sequence< com::sun::star::beans::PropertyValue > ServiceArguments
specifies arguments that are passed to the implementation named by SourceServiceName.
Definition DataPilotDescriptor.idl:71
boolean DrillDownOnDoubleClick
specifies whether to drill down to details or go into edit mode.
Definition DataPilotDescriptor.idl:102
boolean RepeatIfEmpty
specifies if empty category cells in the source data should be treated as repetition of the content f...
Definition DataPilotDescriptor.idl:82
interface XDataPilotDataLayoutFieldSupplier
Provides access to the DataPilotField used to layout multiple data fields.
Definition DataPilotDescriptor.idl:44
boolean ColumnGrand
specifies if columns for grand total results are created.
Definition DataPilotDescriptor.idl:87
boolean ShowFilterButton
specifies whether the filter button is shown.
Definition DataPilotDescriptor.idl:97
string SourceServiceName
specifies the name of a DataPilotSource implementation for the data pilot table.
Definition DataPilotDescriptor.idl:62
string GrandTotalName
specifies a label for grand total results.
Definition DataPilotDescriptor.idl:109
boolean IgnoreEmptyRows
specifies if empty rows in the source data are ignored.
Definition DataPilotDescriptor.idl:76
sequence< com::sun::star::beans::PropertyValue > ImportDescriptor
specifies parameters to create the data pilot table from a database.
Definition DataPilotDescriptor.idl:53
boolean RowGrand
specifies if rows for grand total results are created.
Definition DataPilotDescriptor.idl:92