Home
last modified time | relevance | path

Searched refs:InterfaceName (Results 1 – 1 of 1) sorted by path

/trunk/main/toolkit/inc/toolkit/helper/
H A Dmacros.hxx132 #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 ) ); \
195 ::com::sun::star::uno::Reference< InterfaceName > xListener( \
196 static_cast< InterfaceName* >( aIt.next() ) ); \
216 IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD_BODY( ClassName, InterfaceName, MethodName, EventType )
218 #define IMPL_LISTENERMULTIPLEXER_LISTENERMETHOD( ClassName, InterfaceName, MethodName, EventType ) \ argument
[all …]

Completed in 12 milliseconds