LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_ui_dialogs_Wizard_idl__
21 #define __com_sun_star_ui_dialogs_Wizard_idl__
27 module
com { module sun { module star { module ui { module dialogs {
29 interface XWizardController;
45 [in] sequence< short > PageIds,
59 [in] sequence< sequence< short > > PageIds,
createSinglePathWizard([in] sequence< short > PageIds, [in] XWizardController Controller)
creates a wizard with a single execution path
is the interface of a client-provided controller of a custom Wizard.
Definition: XWizardController.idl:34
createMultiplePathsWizard([in] sequence< sequence< short > > PageIds, [in] XWizardController Controller)
creates a wizard with a multiple possible execution paths
provides a framework for implementing a wizard dialog.
Definition: Wizard.idl:37
is the main interface implemented by the Wizard services.
Definition: XWizard.idl:76
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31