Home
last modified time | relevance | path

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

/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h231 …inline void notifyEach( void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& ), const E…
260 typedef void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& ); typedef in cppu::OInterfaceContainerHelper::NotifySingleListener
261 NotificationMethod m_pMethod;
264 …NotifySingleListener( NotificationMethod method, const EventT& event ) : m_pMethod( method ), m_rE… in NotifySingleListener()
297 inline void OInterfaceContainerHelper::notifyEach( void ( SAL_CALL ListenerT::*NotificationMethod )… in notifyEach()
299 …r< ListenerT, EventT > >( NotifySingleListener< ListenerT, EventT >( NotificationMethod, Event ) ); in notifyEach()
/trunk/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()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3037 typedef void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& ); typedef in __anon390e2f630311::NotifySingleListenerIgnoreRE
3038 NotificationMethod m_pMethod;
3041 …NotifySingleListenerIgnoreRE( NotificationMethod method, const EventT& event ) : m_pMethod( method… in NotifySingleListenerIgnoreRE()
/trunk/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()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx797 …void ( SAL_CALL ::com::sun::star::awt::XItemListListener::*NotificationMethod )( const ::com::sun:…

Completed in 75 milliseconds