21module
com { module sun { module star { module sheet {
53 [optional, property] sequence< com::sun::star::beans::PropertyValue >
ImportDescriptor;
71 [optional, property] sequence< com::sun::star::beans::PropertyValue >
ServiceArguments;
provides information about and access to the properties from an implementation.
Definition XPropertySet.idl:46
Definition Ambiguous.idl:20
represents the description of the layout of a data pilot table.
Definition DataPilotDescriptor.idl:29
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