summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/uno/TypeClass.idl
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2002-11-13 14:51:11 +0000
committerKai Sommerfeld <kso@openoffice.org>2002-11-13 14:51:11 +0000
commit0bdf849fea4ac608fa70378d62259d608a6f8ea9 (patch)
tree850bfa63b6bc141a6298dd17139b283b8efeaec1 /udkapi/com/sun/star/uno/TypeClass.idl
parent#104058# added missing asian and complex text services (diff)
downloadcore-0bdf849fea4ac608fa70378d62259d608a6f8ea9.tar.gz
core-0bdf849fea4ac608fa70378d62259d608a6f8ea9.zip
#104677# - Added PROPERTY, CONSTANT, CONSTANTS, SINGLETON
Diffstat (limited to 'udkapi/com/sun/star/uno/TypeClass.idl')
-rw-r--r--udkapi/com/sun/star/uno/TypeClass.idl24
1 files changed, 18 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/uno/TypeClass.idl b/udkapi/com/sun/star/uno/TypeClass.idl
index a0988b330fde..c8f620f8d098 100644
--- a/udkapi/com/sun/star/uno/TypeClass.idl
+++ b/udkapi/com/sun/star/uno/TypeClass.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TypeClass.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dbo $ $Date: 2002-01-23 08:52:21 $
+ * last change: $Author: kso $ $Date: 2002-11-13 15:51:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -148,24 +148,33 @@ enum TypeClass
/** reflecting interface types
*/
INTERFACE,
-
/** reflecting services
*/
SERVICE,
/** reflecting modules
*/
MODULE,
-
/** reflecting interface methods
*/
INTERFACE_METHOD,
/** reflecting interface attributes
*/
INTERFACE_ATTRIBUTE,
-
/** reflecting the unreflectable type
*/
- UNKNOWN
+ UNKNOWN,
+ /** reflecting properties
+ */
+ PROPERTY,
+ /** reflecting constants
+ */
+ CONSTANT,
+ /** reflecting constants groups
+ */
+ CONSTANTS,
+ /** reflecting singletons
+ */
+ SINGLETON
};
//=============================================================================
@@ -175,6 +184,9 @@ enum TypeClass
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2002/01/23 08:52:21 dbo
+ #96711# IDL documentation review
+
Revision 1.4 2000/11/08 12:29:00 mi
moved from api