1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
28 #ifndef __com_sun_star_sheet_DataPilotTableDescriptor_idl__
29 #define __com_sun_star_sheet_DataPilotTableDescriptor_idl__
31 #ifndef __com_sun_star_sheet_XDataPilotDescriptor_idl__
32 #include
<com
/sun
/star
/sheet
/XDataPilotDescriptor.idl
>
35 #ifndef __com_sun_star_sheet_XDataPilotDataLayoutFieldSupplier_idl__
36 #include
<com
/sun
/star
/sheet
/XDataPilotDataLayoutFieldSupplier.idl
>
39 #ifndef __com_sun_star_beans_XPropertySet_idl__
40 #include
<com
/sun
/star
/beans
/XPropertySet.idl
>
43 #ifndef __com_sun_star_beans_PropertyValue_idl__
44 #include
<com
/sun
/star
/beans
/PropertyValue.idl
>
47 //=============================================================================
49 module com
{ module sun
{ module star
{ module sheet
{
51 //=============================================================================
53 /** represents the description of the layout of a data pilot table.
55 @see com::sun::star::sheet::DataPilotTable
57 published service DataPilotDescriptor
59 //-------------------------------------------------------------------------
61 /** provides access to the layout settings of the data pilot table.
63 interface XDataPilotDescriptor
;
65 //-------------------------------------------------------------------------
67 /** provides access to the layout settings of the data pilot table.
69 [optional] interface com
::sun
::star
::beans
::XPropertySet
;
71 //-------------------------------------------------------------------------
73 /** Provides access to the <type>DataPilotField</type> used to layout
76 [optional] interface XDataPilotDataLayoutFieldSupplier
;
78 //=========================================================================
80 /** specifies parameters to create the data pilot table from a database.
82 @see DatabaseImportDescriptor
86 [optional, property
] sequence
< com
::sun
::star
::beans
::PropertyValue
> ImportDescriptor
;
88 //-------------------------------------------------------------------------
90 /** specifies the name of a <type>DataPilotSource</type> implementation
91 for the data pilot table.
96 [optional, property
] string SourceServiceName
;
98 //-------------------------------------------------------------------------
100 /** specifies arguments that are passed to the implementation named by
101 <member>SourceServiceName</member>.
106 [optional, property
] sequence
< com
::sun
::star
::beans
::PropertyValue
> ServiceArguments
;
108 //-------------------------------------------------------------------------
110 /** specifies the orientation of the field.
112 [optional, property
] boolean IgnoreEmptyRows
;
114 //-------------------------------------------------------------------------
116 /** specifies the orientation of the field.
118 [optional, property
] boolean RepeatIfEmpty
;
120 //-------------------------------------------------------------------------
122 /** specifies the orientation of the field.
124 [optional, property
] boolean ColumnGrand
;
126 //-------------------------------------------------------------------------
128 /** specifies the orientation of the field.
130 [optional, property
] boolean RowGrand
;
132 //-------------------------------------------------------------------------
134 /** specifies whether the filter button is shown.
136 [optional, property
] boolean ShowFilterButton
;
138 //-------------------------------------------------------------------------
140 /** specifies whether to drill down to details or go into edit mode.
142 [optional, property
] boolean DrillDownOnDoubleClick
;
144 //-------------------------------------------------------------------------
147 //=============================================================================