Related: #i124397# - [API] Add since tag to Wizard API IDL files
(cherry picked from commit f72b30998429ded67cdea0d002b9d0227f4438f6) Conflicts: offapi/com/sun/star/ui/dialogs/WizardButton.idl offapi/com/sun/star/ui/dialogs/WizardTravelType.idl offapi/com/sun/star/ui/dialogs/XWizardController.idl offapi/com/sun/star/ui/dialogs/XWizardPage.idl Change-Id: If651451b86829c7f066272e9362e3943f56cbf34
This commit is contained in:
committed by
Caolán McNamara
parent
3ca3d5cf27
commit
e94d87d326
@@ -30,6 +30,8 @@ interface XWizardController;
|
||||
|
||||
|
||||
/** provides a framework for implementing a wizard dialog.
|
||||
|
||||
@since OOo 3.3
|
||||
*/
|
||||
service Wizard : XWizard
|
||||
{
|
||||
|
@@ -25,6 +25,8 @@ module com { module sun { module star { module ui { module dialogs {
|
||||
|
||||
|
||||
/** denotes the buttons found in a Wizard
|
||||
|
||||
@since OOo 3.3
|
||||
*/
|
||||
constants WizardButton
|
||||
{
|
||||
|
@@ -25,6 +25,8 @@ module com { module sun { module star { module ui { module dialogs {
|
||||
|
||||
|
||||
/** denotes ways to leave a Wizard's page
|
||||
|
||||
@since OOo 3.3
|
||||
*/
|
||||
constants WizardTravelType
|
||||
{
|
||||
|
@@ -69,6 +69,8 @@ interface XWizardPage;
|
||||
|
||||
@see XWizardController
|
||||
@see XWizardPage
|
||||
|
||||
@since OOo 3.3
|
||||
*/
|
||||
interface XWizard
|
||||
{
|
||||
|
@@ -27,6 +27,8 @@ module com { module sun { module star { module ui { module dialogs {
|
||||
|
||||
|
||||
/** is the interface of a client-provided controller of a custom Wizard.
|
||||
|
||||
@since OOo 3.3
|
||||
*/
|
||||
interface XWizardController
|
||||
{
|
||||
|
@@ -27,6 +27,8 @@ module com { module sun { module star { module ui { module dialogs {
|
||||
|
||||
|
||||
/** is a single page of a Wizard
|
||||
|
||||
@since OOo 3.3
|
||||
*/
|
||||
interface XWizardPage : ::com::sun::star::lang::XComponent
|
||||
{
|
||||
|
Reference in New Issue
Block a user