LibreOffice
LibreOffice 6.4 SDK C/C++ API Reference
|
Go to the documentation of this file.
19 #ifndef INCLUDED_TYPELIB_TYPECLASS_H
20 #define INCLUDED_TYPELIB_TYPECLASS_H
@ typelib_TypeClass_ENUM
type class of enum
Definition: typeclass.h:59
@ typelib_TypeClass_SHORT
type class of short
Definition: typeclass.h:37
@ typelib_TypeClass_SINGLETON
type class of singletons
Definition: typeclass.h:97
@ typelib_TypeClass_UNSIGNED_HYPER
type class of unsigned hyper
Definition: typeclass.h:47
@ typelib_TypeClass_SERVICE
type class of service (not implemented)
Definition: typeclass.h:81
@ typelib_TypeClass_LONG
type class of long
Definition: typeclass.h:41
@ typelib_TypeClass_EXCEPTION
type class of exception
Definition: typeclass.h:70
_typelib_TypeClass
This type class enum is binary compatible with the IDL enum com.sun.star.uno.TypeClass.
Definition: typeclass.h:27
@ typelib_TypeClass_VOID
type class of void
Definition: typeclass.h:29
@ typelib_TypeClass_UNSIGNED_LONG
type class of unsigned long
Definition: typeclass.h:43
@ typelib_TypeClass_DOUBLE
type class of double
Definition: typeclass.h:51
@ typelib_TypeClass_UNION
Deprecated, UNOIDL does not have a union concept.
Definition: typeclass.h:68
@ typelib_TypeClass_ANY
type class of any
Definition: typeclass.h:57
@ typelib_TypeClass_FLOAT
type class of float
Definition: typeclass.h:49
@ typelib_TypeClass_CONSTANTS
type class of constants groups
Definition: typeclass.h:95
enum _typelib_TypeClass typelib_TypeClass
This type class enum is binary compatible with the IDL enum com.sun.star.uno.TypeClass.
@ typelib_TypeClass_BOOLEAN
type class of boolean
Definition: typeclass.h:33
@ typelib_TypeClass_INTERFACE_METHOD
type class of interface method
Definition: typeclass.h:85
@ typelib_TypeClass_INTERFACE
type class of interface
Definition: typeclass.h:79
@ typelib_TypeClass_CONSTANT
type class of constants
Definition: typeclass.h:93
@ typelib_TypeClass_ARRAY
Deprecated, UNOIDL does not have an array concept.
Definition: typeclass.h:77
@ typelib_TypeClass_TYPE
type class of type
Definition: typeclass.h:55
@ typelib_TypeClass_MAKE_FIXED_SIZE
fixing enum size
Definition: typeclass.h:99
@ typelib_TypeClass_SEQUENCE
type class of sequence
Definition: typeclass.h:72
@ typelib_TypeClass_HYPER
type class of hyper
Definition: typeclass.h:45
#define SAL_MAX_ENUM
Definition: types.h:223
@ typelib_TypeClass_UNSIGNED_SHORT
type class of unsigned short
Definition: typeclass.h:39
@ typelib_TypeClass_BYTE
type class of byte
Definition: typeclass.h:35
@ typelib_TypeClass_STRING
type class of string
Definition: typeclass.h:53
@ typelib_TypeClass_TYPEDEF
type class of typedef
Definition: typeclass.h:61
@ typelib_TypeClass_UNKNOWN
type class of unknown type
Definition: typeclass.h:89
@ typelib_TypeClass_CHAR
type class of char
Definition: typeclass.h:31
@ typelib_TypeClass_STRUCT
type class of struct
Definition: typeclass.h:63
@ typelib_TypeClass_MODULE
type class of module (not implemented)
Definition: typeclass.h:83
@ typelib_TypeClass_INTERFACE_ATTRIBUTE
type class of interface attribute
Definition: typeclass.h:87
@ typelib_TypeClass_PROPERTY
type class of properties
Definition: typeclass.h:91