[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 4 commits - offapi/com offapi/type_reference
Ariel Constenla-Haile
arielch at apache.org
Mon Mar 10 17:07:52 PDT 2014
offapi/com/sun/star/ui/dialogs/Wizard.idl | 16 ++++------------
offapi/com/sun/star/ui/dialogs/WizardButton.idl | 12 ++----------
offapi/com/sun/star/ui/dialogs/WizardTravelType.idl | 12 ++----------
offapi/com/sun/star/ui/dialogs/XWizard.idl | 15 ++++-----------
offapi/com/sun/star/ui/dialogs/XWizardController.idl | 14 +++-----------
offapi/com/sun/star/ui/dialogs/XWizardPage.idl | 14 +++-----------
offapi/type_reference/typelibrary_history.txt | 5 ++++-
offapi/type_reference/types.rdb |binary
8 files changed, 22 insertions(+), 66 deletions(-)
New commits:
commit b8c4b4e281caaebbcec1cae960b233465ef92297
Author: Ariel Constenla-Haile <arielch at apache.org>
Date: Mon Mar 10 23:53:00 2014 +0000
i124385 - Correct date
diff --git a/offapi/type_reference/typelibrary_history.txt b/offapi/type_reference/typelibrary_history.txt
index b944cba..2c7bf7e 100644
--- a/offapi/type_reference/typelibrary_history.txt
+++ b/offapi/type_reference/typelibrary_history.txt
@@ -209,7 +209,7 @@
23/03/2013 (arielch): TaskID=121946
css::ucb::XWebDAVCommandEnvironment: use enums to identify WebDAV/HTTP methods
-23/03/2013 (arielch): TaskID=124385
+09/03/2014 (arielch): TaskID=124385
Unpublish the Undo API
10/03/2014 (arielch): TaskID=124398
commit 52d2a1738ec34eac07de302520dd39f70ef1577e
Author: Ariel Constenla-Haile <arielch at apache.org>
Date: Mon Mar 10 23:52:53 2014 +0000
Remove useless comments and some white spaces
diff --git a/offapi/com/sun/star/ui/dialogs/Wizard.idl b/offapi/com/sun/star/ui/dialogs/Wizard.idl
index dd3d746..2c3e932 100644
--- a/offapi/com/sun/star/ui/dialogs/Wizard.idl
+++ b/offapi/com/sun/star/ui/dialogs/Wizard.idl
@@ -19,22 +19,16 @@
*
*************************************************************/
-
-
#ifndef __com_sun_star_ui_dialogs_Wizard_idl__
#define __com_sun_star_ui_dialogs_Wizard_idl__
#include <com/sun/star/ui/dialogs/XWizard.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//==================================================================================================================
-
module com { module sun { module star { module ui { module dialogs {
interface XWizardController;
-//==================================================================================================================
-
/** provides a framework for implementing a wizard dialog.
@since OpenOffice 3.3
@@ -65,10 +59,6 @@ service Wizard : XWizard
);
};
-//==================================================================================================================
-
}; }; }; }; };
-//==================================================================================================================
-
#endif
diff --git a/offapi/com/sun/star/ui/dialogs/WizardButton.idl b/offapi/com/sun/star/ui/dialogs/WizardButton.idl
index 5b41d8d..46a5907 100644
--- a/offapi/com/sun/star/ui/dialogs/WizardButton.idl
+++ b/offapi/com/sun/star/ui/dialogs/WizardButton.idl
@@ -19,17 +19,11 @@
*
*************************************************************/
-
-
#ifndef __com_sun_star_ui_dialogs_WizardButton_idl__
#define __com_sun_star_ui_dialogs_WizardButton_idl__
-//==================================================================================================================
-
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
-
/** denotes the buttons found in a <type>Wizard</type>
@since OpenOffice 3.3
@@ -50,10 +44,6 @@ constants WizardButton
const short HELP = 5;
};
-//==================================================================================================================
-
}; }; }; }; };
-//==================================================================================================================
-
#endif
diff --git a/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl b/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
index b489ff8..51883ad 100644
--- a/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
+++ b/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
@@ -19,17 +19,11 @@
*
*************************************************************/
-
-
#ifndef __com_sun_star_ui_dialogs_WizardTravelType_idl__
#define __com_sun_star_ui_dialogs_WizardTravelType_idl__
-//==================================================================================================================
-
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
-
/** denotes ways to leave a <type>Wizard</type>'s page
@since OpenOffice 3.3
@@ -44,10 +38,6 @@ constants WizardTravelType
const short FINISH = 3;
};
-//==================================================================================================================
-
}; }; }; }; };
-//==================================================================================================================
-
#endif
diff --git a/offapi/com/sun/star/ui/dialogs/XWizard.idl b/offapi/com/sun/star/ui/dialogs/XWizard.idl
index 7555159..9767a56 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizard.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizard.idl
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#ifndef __com_sun_star_ui_dialogs_XWizard_idl__
#define __com_sun_star_ui_dialogs_XWizard_idl__
@@ -29,11 +27,8 @@
#include <com/sun/star/container/NoSuchElementException.idl>
#include <com/sun/star/awt/XWindow.idl>
-//==================================================================================================================
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
-
interface XWizardPage;
/** is the main interface implemented by the <type>Wizard</type> services.
@@ -218,10 +213,6 @@ interface XWizard
, ::com::sun::star::util::InvalidStateException );
};
-//==================================================================================================================
-
}; }; }; }; };
-//==================================================================================================================
-
#endif
diff --git a/offapi/com/sun/star/ui/dialogs/XWizardController.idl b/offapi/com/sun/star/ui/dialogs/XWizardController.idl
index b7498ab..aa4625c 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizardController.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizardController.idl
@@ -19,19 +19,13 @@
*
*************************************************************/
-
-
#ifndef __com_sun_star_ui_dialogs_XWizardController_idl__
#define __com_sun_star_ui_dialogs_XWizardController_idl__
#include <com/sun/star/ui/dialogs/XWizardPage.idl>
-//==================================================================================================================
-
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
-
/** is the interface of a client-provided controller of a custom <type>Wizard</type>.
@since OpenOffice 3.3
@@ -75,10 +69,6 @@ interface XWizardController
boolean confirmFinish();
};
-//==================================================================================================================
-
}; }; }; }; };
-//==================================================================================================================
-
#endif
diff --git a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
index 771bb57..18749a3 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
@@ -19,19 +19,13 @@
*
*************************************************************/
-
-
#ifndef __com_sun_star_ui_dialogs_XWizardPage_idl__
#define __com_sun_star_ui_dialogs_XWizardPage_idl__
#include <com/sun/star/awt/XWindow.idl>
-//==================================================================================================================
-
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
-
/** is a single page of a <type>Wizard</type>
@since OpenOffice 3.3
@@ -76,10 +70,6 @@ interface XWizardPage : ::com::sun::star::lang::XComponent
boolean canAdvance();
};
-//==================================================================================================================
-
}; }; }; }; };
-//==================================================================================================================
-
#endif
commit 8610e88b31869284f2804202fdfc09ba74e40251
Author: Ariel Constenla-Haile <arielch at apache.org>
Date: Mon Mar 10 23:52:41 2014 +0000
i124398 - [API] Unpublish the Wizard API
diff --git a/offapi/com/sun/star/ui/dialogs/Wizard.idl b/offapi/com/sun/star/ui/dialogs/Wizard.idl
index f2da548..dd3d746 100644
--- a/offapi/com/sun/star/ui/dialogs/Wizard.idl
+++ b/offapi/com/sun/star/ui/dialogs/Wizard.idl
@@ -31,7 +31,7 @@
module com { module sun { module star { module ui { module dialogs {
-published interface XWizardController;
+interface XWizardController;
//==================================================================================================================
@@ -39,7 +39,7 @@ published interface XWizardController;
@since OpenOffice 3.3
*/
-published service Wizard : XWizard
+service Wizard : XWizard
{
/** creates a wizard with a single execution path
@param PageIds
diff --git a/offapi/com/sun/star/ui/dialogs/XWizard.idl b/offapi/com/sun/star/ui/dialogs/XWizard.idl
index d971fb4..7555159 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizard.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizard.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module ui { module dialogs {
//==================================================================================================================
-published interface XWizardPage;
+interface XWizardPage;
/** is the main interface implemented by the <type>Wizard</type> services.
@@ -78,7 +78,7 @@ published interface XWizardPage;
@since OpenOffice 3.3
*/
-published interface XWizard
+interface XWizard
{
interface XExecutableDialog;
diff --git a/offapi/com/sun/star/ui/dialogs/XWizardController.idl b/offapi/com/sun/star/ui/dialogs/XWizardController.idl
index 330b746..b7498ab 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizardController.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizardController.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module ui { module dialogs {
@since OpenOffice 3.3
*/
-published interface XWizardController
+interface XWizardController
{
/** creates a page
diff --git a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
index 74aeec1..771bb57 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module ui { module dialogs {
@since OpenOffice 3.3
*/
-published interface XWizardPage : ::com::sun::star::lang::XComponent
+interface XWizardPage : ::com::sun::star::lang::XComponent
{
/** provides read-only access to the window of the page
*/
diff --git a/offapi/type_reference/typelibrary_history.txt b/offapi/type_reference/typelibrary_history.txt
index aee29c2..b944cba 100644
--- a/offapi/type_reference/typelibrary_history.txt
+++ b/offapi/type_reference/typelibrary_history.txt
@@ -211,3 +211,6 @@
23/03/2013 (arielch): TaskID=124385
Unpublish the Undo API
+
+10/03/2014 (arielch): TaskID=124398
+ Unpublish the Wizard API
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index 15d819b..7bc4443 100644
Binary files a/offapi/type_reference/types.rdb and b/offapi/type_reference/types.rdb differ
commit f72b30998429ded67cdea0d002b9d0227f4438f6
Author: Ariel Constenla-Haile <arielch at apache.org>
Date: Mon Mar 10 23:52:31 2014 +0000
i124397 - [API] Add since tag to Wizard API IDL files
diff --git a/offapi/com/sun/star/ui/dialogs/Wizard.idl b/offapi/com/sun/star/ui/dialogs/Wizard.idl
index d3d449d..f2da548 100644
--- a/offapi/com/sun/star/ui/dialogs/Wizard.idl
+++ b/offapi/com/sun/star/ui/dialogs/Wizard.idl
@@ -36,6 +36,8 @@ published interface XWizardController;
//==================================================================================================================
/** provides a framework for implementing a wizard dialog.
+
+ @since OpenOffice 3.3
*/
published service Wizard : XWizard
{
diff --git a/offapi/com/sun/star/ui/dialogs/WizardButton.idl b/offapi/com/sun/star/ui/dialogs/WizardButton.idl
index 59863dd..5b41d8d 100644
--- a/offapi/com/sun/star/ui/dialogs/WizardButton.idl
+++ b/offapi/com/sun/star/ui/dialogs/WizardButton.idl
@@ -31,6 +31,8 @@ module com { module sun { module star { module ui { module dialogs {
//==================================================================================================================
/** denotes the buttons found in a <type>Wizard</type>
+
+ @since OpenOffice 3.3
*/
constants WizardButton
{
diff --git a/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl b/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
index b1d96be..b489ff8 100644
--- a/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
+++ b/offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
@@ -31,6 +31,8 @@ module com { module sun { module star { module ui { module dialogs {
//==================================================================================================================
/** denotes ways to leave a <type>Wizard</type>'s page
+
+ @since OpenOffice 3.3
*/
constants WizardTravelType
{
diff --git a/offapi/com/sun/star/ui/dialogs/XWizard.idl b/offapi/com/sun/star/ui/dialogs/XWizard.idl
index d913ce5..d971fb4 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizard.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizard.idl
@@ -75,6 +75,8 @@ published interface XWizardPage;
@see XWizardController
@see XWizardPage
+
+ @since OpenOffice 3.3
*/
published interface XWizard
{
diff --git a/offapi/com/sun/star/ui/dialogs/XWizardController.idl b/offapi/com/sun/star/ui/dialogs/XWizardController.idl
index 65741bf..330b746 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizardController.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizardController.idl
@@ -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>.
+
+ @since OpenOffice 3.3
*/
published interface XWizardController
{
diff --git a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
index 915f884..74aeec1 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
@@ -33,6 +33,8 @@ module com { module sun { module star { module ui { module dialogs {
//==================================================================================================================
/** is a single page of a <type>Wizard</type>
+
+ @since OpenOffice 3.3
*/
published interface XWizardPage : ::com::sun::star::lang::XComponent
{
More information about the Libreoffice-commits
mailing list