Lines Matching refs:classname
122 #define BEGIN_DECLARE_LISTENER_MULTIPLEXER(classname, listenerclass) \ argument
123 class classname \
129 classname( ::cppu::OWeakObject& rSource, \
131 DECLARE_UNO3_DEFAULTS(classname, OSbaWeakSubObject); \
155 #define IMPLEMENT_LISTENER_MULTIPLEXER_CORE(classname, listenerclass) \ argument
158 classname::classname(::cppu::OWeakObject& rSource, ::osl::Mutex& _rMutex) \
164 ::com::sun::star::uno::Any SAL_CALL classname::queryInterface( \
178 …void SAL_CALL classname::disposing(const ::com::sun::star::lang::EventObject& ) throw(::com::sun::…
183 …#define IMPLEMENT_LISTENER_MULTIPLEXER_VOID_METHOD(classname, listenerclass, methodname, eventtype… argument
184 …void SAL_CALL classname::methodname(const eventtype& e) throw (::com::sun::star::uno::RuntimeExcep…
193 …#define IMPLEMENT_LISTENER_MULTIPLEXER_BOOL_METHOD(classname, listenerclass, methodname, eventtype… argument
195 …sal_Bool SAL_CALL classname::methodname(const eventtype& e) throw (::com::sun::star::uno::RuntimeE…
208 …#define IMPLEMENT_LISTENER_ADMINISTRATION(classname, listenernamespace, listenerdesc, multiplexer,… argument
210 …void SAL_CALL classname::add##listenerdesc(const ::com::sun::star::uno::Reference< ::com::sun::sta…
221 …void SAL_CALL classname::remove##listenerdesc(const ::com::sun::star::uno::Reference< ::com::sun::…
255 #define DECLARE_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype, exceptions) \ argument
256 class classname \
265 classname( ::cppu::OWeakObject& rSource, ::osl::Mutex& rMutex ); \
266 DECLARE_UNO3_DEFAULTS(classname, OSbaWeakSubObject); \
293 …#define IMPLEMENT_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype, exceptions… argument
295 classname::classname(::cppu::OWeakObject& rSource, ::osl::Mutex& rMutex) \
301 ::com::sun::star::uno::Any SAL_CALL classname::queryInterface( \
315 …void SAL_CALL classname::disposing(const ::com::sun::star::lang::EventObject& ) throw(::com::sun::…
319 void SAL_CALL classname::methodname(const eventtype& e) throw exceptions \
331 void classname::addInterface(const ::rtl::OUString& rName, \
337 void classname::removeInterface(const ::rtl::OUString& rName, \
343 void classname::disposeAndClear() \
349 sal_Int32 classname::getOverallLen() const \
359 void classname::Notify(::cppu::OInterfaceContainerHelper& rListeners, const eventtype& e) \
370 …#define IMPLEMENT_PROPERTY_LISTENER_ADMINISTRATION(classname, listenerdesc, multiplexer, braodcast… argument
372 …void SAL_CALL classname::add##listenerdesc(const ::rtl::OUString& rName, const ::com::sun::star::u…
383 …void SAL_CALL classname::remove##listenerdesc(const ::rtl::OUString& rName, const ::com::sun::star…