LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
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 {
XDataPilotField createDateGroup([in] DataPilotFieldGroupInfo aInfo)
Groups the members of this field by dates, according to the passed settings.
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...
contains the grouping information of a DataPilotField.
Definition: DataPilotFieldGroupInfo.idl:33
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48
provides methods to control a data pilot field which has already been created.
Definition: XDataPilotField.idl:36