19 #ifndef INCLUDED_TYPELIB_TYPECLASS_H
20 #define INCLUDED_TYPELIB_TYPECLASS_H
#define SAL_MAX_ENUM
Definition: types.h:201
_typelib_TypeClass
This type class enum is binary compatible with the IDL enum com.sun.star.uno.TypeClass.
Definition: typeclass.h:26
@ typelib_TypeClass_MAKE_FIXED_SIZE
fixing enum size
Definition: typeclass.h:98
@ typelib_TypeClass_INTERFACE_ATTRIBUTE
type class of interface attribute
Definition: typeclass.h:86
@ typelib_TypeClass_VOID
type class of void
Definition: typeclass.h:28
@ typelib_TypeClass_UNSIGNED_SHORT
type class of unsigned short
Definition: typeclass.h:38
@ typelib_TypeClass_UNION
Deprecated, UNOIDL does not have a union concept.
Definition: typeclass.h:67
@ typelib_TypeClass_STRUCT
type class of struct
Definition: typeclass.h:62
@ typelib_TypeClass_CONSTANT
type class of constants
Definition: typeclass.h:92
@ typelib_TypeClass_CHAR
type class of char
Definition: typeclass.h:30
@ typelib_TypeClass_HYPER
type class of hyper
Definition: typeclass.h:44
@ typelib_TypeClass_TYPEDEF
type class of typedef
Definition: typeclass.h:60
@ typelib_TypeClass_MODULE
type class of module (not implemented)
Definition: typeclass.h:82
@ typelib_TypeClass_BYTE
type class of byte
Definition: typeclass.h:34
@ typelib_TypeClass_BOOLEAN
type class of boolean
Definition: typeclass.h:32
@ typelib_TypeClass_INTERFACE
type class of interface
Definition: typeclass.h:78
@ typelib_TypeClass_STRING
type class of string
Definition: typeclass.h:52
@ typelib_TypeClass_SHORT
type class of short
Definition: typeclass.h:36
@ typelib_TypeClass_SINGLETON
type class of singletons
Definition: typeclass.h:96
@ typelib_TypeClass_ARRAY
Deprecated, UNOIDL does not have an array concept.
Definition: typeclass.h:76
@ typelib_TypeClass_FLOAT
type class of float
Definition: typeclass.h:48
@ typelib_TypeClass_DOUBLE
type class of double
Definition: typeclass.h:50
@ typelib_TypeClass_CONSTANTS
type class of constants groups
Definition: typeclass.h:94
@ typelib_TypeClass_ANY
type class of any
Definition: typeclass.h:56
@ typelib_TypeClass_TYPE
type class of type
Definition: typeclass.h:54
@ typelib_TypeClass_UNSIGNED_HYPER
type class of unsigned hyper
Definition: typeclass.h:46
@ typelib_TypeClass_INTERFACE_METHOD
type class of interface method
Definition: typeclass.h:84
@ typelib_TypeClass_PROPERTY
type class of properties
Definition: typeclass.h:90
@ typelib_TypeClass_SEQUENCE
type class of sequence
Definition: typeclass.h:71
@ typelib_TypeClass_UNKNOWN
type class of unknown type
Definition: typeclass.h:88
@ typelib_TypeClass_SERVICE
type class of service (not implemented)
Definition: typeclass.h:80
@ typelib_TypeClass_LONG
type class of long
Definition: typeclass.h:40
@ typelib_TypeClass_ENUM
type class of enum
Definition: typeclass.h:58
@ typelib_TypeClass_UNSIGNED_LONG
type class of unsigned long
Definition: typeclass.h:42
@ typelib_TypeClass_EXCEPTION
type class of exception
Definition: typeclass.h:69
enum _typelib_TypeClass typelib_TypeClass
This type class enum is binary compatible with the IDL enum com.sun.star.uno.TypeClass.