Searched refs:listenerclass (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | sbamultiplex.hxx | 122 #define BEGIN_DECLARE_LISTENER_MULTIPLEXER(classname, listenerclass) \ argument 125 ,public listenerclass \ 155 #define IMPLEMENT_LISTENER_MULTIPLEXER_CORE(classname, listenerclass) \ argument 171 static_cast< listenerclass* >(this), \ 172 … static_cast< ::com::sun::star::lang::XEventListener* >(static_cast< listenerclass* >(this)) \ 183 …#define IMPLEMENT_LISTENER_MULTIPLEXER_VOID_METHOD(classname, listenerclass, methodname, eventtype… argument 190 static_cast< listenerclass*>(aIt.next())->methodname(aMulti); \ 193 …#define IMPLEMENT_LISTENER_MULTIPLEXER_BOOL_METHOD(classname, listenerclass, methodname, eventtype… argument 202 bResult = static_cast< listenerclass*>(aIt.next())->methodname(aMulti); \ 255 …#define DECLARE_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype, exceptions) … argument [all …]
|