Kaydet (Commit) f72b3099 authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

i124397 - [API] Add since tag to Wizard API IDL files

üst 379afae1
...@@ -36,6 +36,8 @@ published interface XWizardController; ...@@ -36,6 +36,8 @@ published interface XWizardController;
//================================================================================================================== //==================================================================================================================
/** provides a framework for implementing a wizard dialog. /** provides a framework for implementing a wizard dialog.
@since OpenOffice 3.3
*/ */
published service Wizard : XWizard published service Wizard : XWizard
{ {
......
...@@ -31,6 +31,8 @@ module com { module sun { module star { module ui { module dialogs { ...@@ -31,6 +31,8 @@ module com { module sun { module star { module ui { module dialogs {
//================================================================================================================== //==================================================================================================================
/** denotes the buttons found in a <type>Wizard</type> /** denotes the buttons found in a <type>Wizard</type>
@since OpenOffice 3.3
*/ */
constants WizardButton constants WizardButton
{ {
......
...@@ -31,6 +31,8 @@ module com { module sun { module star { module ui { module dialogs { ...@@ -31,6 +31,8 @@ module com { module sun { module star { module ui { module dialogs {
//================================================================================================================== //==================================================================================================================
/** denotes ways to leave a <type>Wizard</type>'s page /** denotes ways to leave a <type>Wizard</type>'s page
@since OpenOffice 3.3
*/ */
constants WizardTravelType constants WizardTravelType
{ {
......
...@@ -75,6 +75,8 @@ published interface XWizardPage; ...@@ -75,6 +75,8 @@ published interface XWizardPage;
@see XWizardController @see XWizardController
@see XWizardPage @see XWizardPage
@since OpenOffice 3.3
*/ */
published interface XWizard published interface XWizard
{ {
......
...@@ -33,6 +33,8 @@ module com { module sun { module star { module ui { module dialogs { ...@@ -33,6 +33,8 @@ module com { module sun { module star { module ui { module dialogs {
//================================================================================================================== //==================================================================================================================
/** is the interface of a client-provided controller of a custom <type>Wizard</type>. /** is the interface of a client-provided controller of a custom <type>Wizard</type>.
@since OpenOffice 3.3
*/ */
published interface XWizardController published interface XWizardController
{ {
......
...@@ -33,6 +33,8 @@ module com { module sun { module star { module ui { module dialogs { ...@@ -33,6 +33,8 @@ module com { module sun { module star { module ui { module dialogs {
//================================================================================================================== //==================================================================================================================
/** is a single page of a <type>Wizard</type> /** is a single page of a <type>Wizard</type>
@since OpenOffice 3.3
*/ */
published interface XWizardPage : ::com::sun::star::lang::XComponent published interface XWizardPage : ::com::sun::star::lang::XComponent
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment