20 #ifndef __com_sun_star_sheet_XDataPilotFieldGrouping_idl__
21 #define __com_sun_star_sheet_XDataPilotFieldGrouping_idl__
28 module
com { module sun { module star { module sheet {
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
Provides methods to create new DataPilot fields where some or all items of this DataPilot field are g...
Definition: XDataPilotFieldGrouping.idl:37
XDataPilotField createNameGroup([in] sequence< string > aItems)
Creates a new DataPilot field which contains a group containing the given DataPilot field items (memb...
XDataPilotField createDateGroup([in] DataPilotFieldGroupInfo aInfo)
Groups the members of this field by dates, according to the passed settings.
provides methods to control a data pilot field which has already been created.
Definition: XDataPilotField.idl:36
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22
contains the grouping information of a DataPilotField.
Definition: DataPilotFieldGroupInfo.idl:33