|
LibreOffice Module toolkit (master) 1
|
Go to the source code of this file.
Macros | |
| #define | IMPL_IMPLEMENTATION_ID(ClassName) |
| #define | DECL_LISTENERMULTIPLEXER_START(ClassName, InterfaceName) |
| #define | DECL_LISTENERMULTIPLEXER_START_DLLPUB(ClassName, InterfaceName) |
| #define | DECL_LISTENERMULTIPLEXER_END }; |
| #define | IMPL_LISTENERMULTIPLEXER_BASEMETHODS(ClassName, InterfaceName) |
| #define | DISPLAY_EXCEPTION(ClassName, MethodName) |
| #define | IMPL_TABLISTENERMULTIPLEXER_LISTENERMETHOD_BODY_1PARAM(ClassName, InterfaceName, MethodName, ParamType1) |
| #define | IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_BODY(ClassName, InterfaceName, MethodName, EventType) |
| #define | IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_EXCEPTION(ClassName, InterfaceName, MethodName, EventType, Exception) |
| #define | IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD(ClassName, InterfaceName, MethodName, EventType) |
| #define | DECLIMPL_SERVICEINFO_DERIVED(ImplName, BaseClass, ServiceName) |
| #define DECL_LISTENERMULTIPLEXER_END }; |
Definition at line 56 of file macros.hxx.
| #define DECL_LISTENERMULTIPLEXER_START | ( | ClassName, | |
| InterfaceName | |||
| ) |
Definition at line 34 of file macros.hxx.
| #define DECL_LISTENERMULTIPLEXER_START_DLLPUB | ( | ClassName, | |
| InterfaceName | |||
| ) |
Definition at line 45 of file macros.hxx.
| #define DECLIMPL_SERVICEINFO_DERIVED | ( | ImplName, | |
| BaseClass, | |||
| ServiceName | |||
| ) |
Definition at line 154 of file macros.hxx.
| #define DISPLAY_EXCEPTION | ( | ClassName, | |
| MethodName | |||
| ) |
Definition at line 80 of file macros.hxx.
| #define IMPL_IMPLEMENTATION_ID | ( | ClassName | ) |
Definition at line 27 of file macros.hxx.
| #define IMPL_LISTENERMULTIPLEXER_BASEMETHODS | ( | ClassName, | |
| InterfaceName | |||
| ) |
Definition at line 60 of file macros.hxx.
| #define IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD | ( | ClassName, | |
| InterfaceName, | |||
| MethodName, | |||
| EventType | |||
| ) |
Definition at line 150 of file macros.hxx.
| #define IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_BODY | ( | ClassName, | |
| InterfaceName, | |||
| MethodName, | |||
| EventType | |||
| ) |
Definition at line 116 of file macros.hxx.
| #define IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_EXCEPTION | ( | ClassName, | |
| InterfaceName, | |||
| MethodName, | |||
| EventType, | |||
| Exception | |||
| ) |
Definition at line 146 of file macros.hxx.
| #define IMPL_TABLISTENERMULTIPLEXER_LISTENERMETHOD_BODY_1PARAM | ( | ClassName, | |
| InterfaceName, | |||
| MethodName, | |||
| ParamType1 | |||
| ) |
Definition at line 87 of file macros.hxx.