summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-11 11:01:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-11 11:08:10 +0200
commita25ebe442aeaab6fb834582ef4cb38475fde0347 (patch)
treedcab49378a732ed0c7a3a529576516b222b6bd61 /udkapi
parent4f8d667c7075cab08b4a1918bfba2c42811a436d (diff)
Sort constant group members
...for better diff-ability in the future. Change-Id: Ic3a374ca8ffff4e88e9ccc9e858e82035dc43695
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/type_reference/udkapi.idl44
1 files changed, 22 insertions, 22 deletions
diff --git a/udkapi/type_reference/udkapi.idl b/udkapi/type_reference/udkapi.idl
index b10758994bad..9ade78e235d1 100644
--- a/udkapi/type_reference/udkapi.idl
+++ b/udkapi/type_reference/udkapi.idl
@@ -46,11 +46,11 @@ module com {
published constants MethodConcept {
const long ALL = -1;
const long DANGEROUS = 1;
- const long PROPERTY = 2;
- const long LISTENER = 4;
const long ENUMERATION = 8;
- const long NAMECONTAINER = 16;
const long INDEXCONTAINER = 32;
+ const long LISTENER = 4;
+ const long NAMECONTAINER = 16;
+ const long PROPERTY = 2;
};
published struct NamedValue {
string Name;
@@ -65,16 +65,16 @@ module com {
short Attributes;
};
published constants PropertyAttribute {
- const short MAYBEVOID = 1;
const short BOUND = 2;
const short CONSTRAINED = 4;
- const short TRANSIENT = 8;
- const short READONLY = 16;
const short MAYBEAMBIGUOUS = 32;
const short MAYBEDEFAULT = 64;
+ const short MAYBEVOID = 1;
+ const short OPTIONAL = 256;
+ const short READONLY = 16;
const short REMOVABLE = 128;
/** @deprecated */ const short REMOVEABLE = 128;
- const short OPTIONAL = 256;
+ const short TRANSIENT = 8;
};
published struct PropertyValue {
string Name;
@@ -150,10 +150,10 @@ module com {
};
published constants PropertyConcept {
const long ALL = -1;
- const long DANGEROUS = 1;
- const long PROPERTYSET = 2;
const long ATTRIBUTES = 4;
+ const long DANGEROUS = 1;
const long METHODS = 8;
+ const long PROPERTYSET = 2;
};
published interface XFastPropertySet {
interface ::com::sun::star::uno::XInterface;
@@ -388,10 +388,10 @@ module com {
long reason;
};
published constants ModelDependent {
- const short UNO = 1;
- const short OLE = 2;
- const short JAVA = 3;
const short CORBA = 4;
+ const short JAVA = 3;
+ const short OLE = 2;
+ const short UNO = 1;
};
/** @deprecated */ published service OleApplicationRegistration {
interface ::com::sun::star::uno::XInterface;
@@ -1014,14 +1014,14 @@ module com {
published exception ServiceNotRegisteredException: ::com::sun::star::uno::Exception {
};
/** @deprecated */ published constants SystemDependent {
- const short SYSTEM_WIN32 = 1;
- const short SYSTEM_WIN16 = 2;
+ const short SYSTEM_ANDROID = 8;
+ const short SYSTEM_IOS = 7;
const short SYSTEM_JAVA = 3;
- const short SYSTEM_OS2 = 4;
const short SYSTEM_MAC = 5;
+ const short SYSTEM_OS2 = 4;
+ const short SYSTEM_WIN16 = 2;
+ const short SYSTEM_WIN32 = 1;
const short SYSTEM_XWINDOW = 6;
- const short SYSTEM_IOS = 7;
- const short SYSTEM_ANDROID = 8;
};
published exception WrappedTargetRuntimeException: ::com::sun::star::uno::RuntimeException {
any TargetException;
@@ -1519,15 +1519,15 @@ module com {
interface ::com::sun::star::script::XEngine;
};
published constants FailReason {
- const long OUT_OF_RANGE = 1;
- const long IS_NOT_NUMBER = 2;
- const long IS_NOT_ENUM = 3;
+ const long INVALID = 8;
const long IS_NOT_BOOL = 4;
+ const long IS_NOT_ENUM = 3;
+ const long IS_NOT_NUMBER = 2;
+ /** @deprecated */ const long NO_DEFAULT_AVAILABLE = 9;
const long NO_SUCH_INTERFACE = 5;
+ const long OUT_OF_RANGE = 1;
const long SOURCE_IS_NO_DERIVED_TYPE = 6;
const long TYPE_NOT_SUPPORTED = 7;
- const long INVALID = 8;
- /** @deprecated */ const long NO_DEFAULT_AVAILABLE = 9;
/** @deprecated */ const long UNKNOWN = 10;
};
/** @deprecated */ published enum FinishReason {