From 1a798a5ebc545ca9047550db1983ea65c910293d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 15 Jul 2011 01:33:21 +0300 Subject: Add values for iOS and Android, style improvements --- udkapi/com/sun/star/lang/SystemDependent.idl | 32 +++++++++++++++++++--------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/udkapi/com/sun/star/lang/SystemDependent.idl b/udkapi/com/sun/star/lang/SystemDependent.idl index 22cf54841..62555a447 100644 --- a/udkapi/com/sun/star/lang/SystemDependent.idl +++ b/udkapi/com/sun/star/lang/SystemDependent.idl @@ -61,18 +61,16 @@ published constants SystemDependent //------------------------------------------------------------------------- // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_WIN32 - /** The called interface method returns a value specified for the - 32-bit Windows systems. + /** The called interface method returns a value specified for Windows. -

These are Windows NT, Windows 95, Windows 98 or higher.

+

These are Windows XP or higher.

*/ const short SYSTEM_WIN32 = 1; //------------------------------------------------------------------------- // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_WIN16 - /** The called interface method returns a value specified for - the 16-bit Windows system. + /** The called interface method returns a value specified for 16-bit Windows.

This is Windows 3.11.

*/ @@ -81,12 +79,12 @@ published constants SystemDependent //------------------------------------------------------------------------- // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_JAVA - /** The called interface method returns a value specified for the system java. + /** The called interface method returns a value specified for Java.

These are JRE 1.1, JRE 1.2, JDK 1.1, JDK 1.2 or higher.

-

The return should be a handle to a java object locked with +

The return should be a handle to a Java object locked with the call JavaEnvironment->NewGlobalRef( ... ) by the callee.

*/ @@ -95,12 +93,12 @@ published constants SystemDependent //------------------------------------------------------------------------- // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_OS2 - /** The called interface method returns a value specified for the OS/2 system. + /** The called interface method returns a value specified for OS/2. */ const short SYSTEM_OS2 = 4; // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_MAC - /** The called interface method returns a value specified for the MAC-OS system. + /** The called interface method returns a value specified for Mac OS X. */ const short SYSTEM_MAC = 5; @@ -110,7 +108,21 @@ published constants SystemDependent /** The called interface method returns a value specified for the X Window System. */ const short SYSTEM_XWINDOW = 6; - + + //------------------------------------------------------------------------- + + // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_IOS + /** The called interface method returns a value specified for iOS. + */ + const short SYSTEM_IOS = 7; + + //------------------------------------------------------------------------- + + // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_ANDROID + /** The called interface method returns a value specified for Android. + */ + const short SYSTEM_ANDROID = 8; + }; //============================================================================= -- cgit v1.2.3