Home
last modified time | relevance | path

Searched refs:EventT (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h228 template< typename ListenerT, typename EventT >
229 …tifyEach( void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& ), const EventT& Event );
254 template< typename ListenerT, typename EventT >
258 typedef void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& );
260 const EventT& m_rEvent;
262 …NotifySingleListener( NotificationMethod method, const EventT& event ) : m_pMethod( method ), m_rE… in NotifySingleListener()
294 template< typename ListenerT, typename EventT >
295 …otifyEach( void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& ), const EventT& Event ) in notifyEach() argument
297 …rEach< ListenerT, NotifySingleListener< ListenerT, EventT > >( NotifySingleListener< ListenerT, Ev… in notifyEach()
/AOO41X/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx2999 template< typename ListenerT, typename EventT >
3003 typedef void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& );
3005 const EventT& m_rEvent;
3007 …NotifySingleListenerIgnoreRE( NotificationMethod method, const EventT& event ) : m_pMethod( method… in NotifySingleListenerIgnoreRE()