LibreOffice Module registry (master)
1
|
Go to the source code of this file.
Classes | |
class | RTConstValue |
specifies a helper class for const values. More... | |
struct | RTUik |
deprecated. More... | |
Macros | |
#define | TYPEREG_CALLTYPE SAL_CALL |
specifies the calling convention for type reader/writer api More... | |
Enumerations | |
enum | RTTypeSource { RT_UNO_IDL, RT_CORBA_IDL, RT_JAVA } |
specifies the type source of a binary type blob. More... | |
#define TYPEREG_CALLTYPE SAL_CALL |
specifies the calling convention for type reader/writer api
Definition at line 73 of file refltype.hxx.
enum RTTypeSource |
specifies the type source of a binary type blob.
Currently only RT_UNO_IDL type is used.
Enumerator | |
---|---|
RT_UNO_IDL | |
RT_CORBA_IDL | |
RT_JAVA |
Definition at line 30 of file refltype.hxx.