Searched refs:NotificationMethod (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/cppuhelper/inc/cppuhelper/ |
H A D | interfacecontainer.h | 231 …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()
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | listenernotification.hxx | 180 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()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 3037 typedef void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& ); typedef in __anon88061a2c0311::NotifySingleListenerIgnoreRE 3038 NotificationMethod m_pMethod; 3041 …NotifySingleListenerIgnoreRE( NotificationMethod method, const EventT& event ) : m_pMethod( method… in NotifySingleListenerIgnoreRE()
|
/aoo42x/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 2272 void ( SAL_CALL XItemListListener::*NotificationMethod )( const ItemListEvent& ) ) in impl_notifyItemListEvent_nolck() 2288 m_aItemListListeners.notifyEach( NotificationMethod, aEvent ); in impl_notifyItemListEvent_nolck()
|
/aoo42x/main/toolkit/inc/toolkit/controls/ |
H A D | unocontrols.hxx | 797 …void ( SAL_CALL ::com::sun::star::awt::XItemListListener::*NotificationMethod )( const ::com::sun:…
|
Completed in 73 milliseconds