Searched refs:InterfaceName (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/toolkit/inc/toolkit/helper/ |
| H A D | macros.hxx | 132 #define DECL_LISTENERMULTIPLEXER_START( ClassName, InterfaceName ) \ argument 133 class ClassName : public ListenerMultiplexerBase, public InterfaceName \ 144 #define DECL_LISTENERMULTIPLEXER_START_DLLPUB( ClassName, InterfaceName ) \ argument 145 class TOOLKIT_DLLPUBLIC ClassName : public ListenerMultiplexerBase, public InterfaceName \ 161 #define IMPL_LISTENERMULTIPLEXER_BASEMETHODS( ClassName, InterfaceName ) \ argument 170 SAL_STATIC_CAST( InterfaceName*, this ) ); \ 188 #define IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_BODY( ClassName, InterfaceName, MethodName, EventTy… argument 195 ::com::sun::star::uno::Reference< InterfaceName > xListener( \ 196 static_cast< InterfaceName* >( aIt.next() ) ); \ 214 #define IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_EXCEPTION( ClassName, InterfaceName, MethodName, Ev… argument [all …]
|