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