21 module
com { module sun { module star { module sheet {
contains the grouping information of a DataPilotField.
Definition: DataPilotFieldGroupInfo.idl:26
XDataPilotField SourceField
contains the source DataPilot field grouping is based on.
Definition: DataPilotFieldGroupInfo.idl:111
Definition: Ambiguous.idl:20
boolean HasAutoStart
specifies whether the start value for the grouping is taken automatically from the minimum of the ite...
Definition: DataPilotFieldGroupInfo.idl:40
double Start
specifies the start value for the grouping if HasAutoStart is set to FALSE.
Definition: DataPilotFieldGroupInfo.idl:79
boolean HasDateValues
specifies whether date values are grouped by ranges of days.
Definition: DataPilotFieldGroupInfo.idl:73
double End
specifies the end value for the grouping if HasAutoEnd is set to FALSE.
Definition: DataPilotFieldGroupInfo.idl:85
com::sun::star::container::XNameAccess Groups
specifies the named groups in this field if there are some.
Definition: DataPilotFieldGroupInfo.idl:127
double Step
specifies the size of the ranges for numeric or day grouping.
Definition: DataPilotFieldGroupInfo.idl:96
is used to access named objects within a container.
Definition: XNameAccess.idl:31
long GroupBy
specifies the grouping of the date values.
Definition: DataPilotFieldGroupInfo.idl:103
provides methods to control a data pilot field which has already been created.
Definition: XDataPilotField.idl:29
boolean HasAutoEnd
specifies whether the end value for the grouping is taken automatically from the maximum of the item ...
Definition: DataPilotFieldGroupInfo.idl:54