Home
last modified time | relevance | path

Searched refs:NotificationMethod (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h229 …inline void notifyEach( void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& ), const E…
258 typedef void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& ); typedef in cppu::OInterfaceContainerHelper::NotifySingleListener
259 NotificationMethod m_pMethod;
262 …NotifySingleListener( NotificationMethod method, const EventT& event ) : m_pMethod( method ), m_rE… in NotifySingleListener()
295 inline void OInterfaceContainerHelper::notifyEach( void ( SAL_CALL ListenerT::*NotificationMethod )… in notifyEach()
297 …r< ListenerT, EventT > >( NotifySingleListener< ListenerT, EventT >( NotificationMethod, Event ) ); in notifyEach()
/aoo41x/main/comphelper/inc/comphelper/
H A Dlistenernotification.hxx180 typedef void ( SAL_CALL LISTENER::*NotificationMethod )( const EventClass& ); typedef in comphelper::OSimpleListenerContainer
183 NotificationMethod m_pNotificationMethod;
210 …inline bool notify( const EventClass& _rEvent, NotificationMethod _pNotify ) SAL_THROW(( ::com:…
221 …erContainer< LISTENER, EVENT >::notify( const EventClass& _rEvent, NotificationMethod _pNotify ) S… in notify()
/aoo41x/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3003 typedef void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& ); typedef in __anon8771014b0311::NotifySingleListenerIgnoreRE
3004 NotificationMethod m_pMethod;
3007 …NotifySingleListenerIgnoreRE( NotificationMethod method, const EventT& event ) : m_pMethod( method… in NotifySingleListenerIgnoreRE()
/aoo41x/main/toolkit/source/controls/
H A Dunocontrols.cxx2272 void ( SAL_CALL XItemListListener::*NotificationMethod )( const ItemListEvent& ) ) in impl_notifyItemListEvent_nolck()
2288 m_aItemListListeners.notifyEach( NotificationMethod, aEvent ); in impl_notifyItemListEvent_nolck()
/aoo41x/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx797 …void ( SAL_CALL ::com::sun::star::awt::XItemListListener::*NotificationMethod )( const ::com::sun:…

Completed in 57 milliseconds