Home
last modified time | relevance | path

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

/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h230 template< typename ListenerT, typename EventT >
231 …tifyEach( void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& ), const EventT& Event );
256 template< typename ListenerT, typename EventT >
260 typedef void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& );
262 const EventT& m_rEvent;
264 …NotifySingleListener( NotificationMethod method, const EventT& event ) : m_pMethod( method ), m_rE… in NotifySingleListener()
296 template< typename ListenerT, typename EventT >
297 …otifyEach( void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& ), const EventT& Event ) in notifyEach() argument
299 …rEach< ListenerT, NotifySingleListener< ListenerT, EventT > >( NotifySingleListener< ListenerT, Ev… in notifyEach()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3033 template< typename ListenerT, typename EventT >
3037 typedef void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& );
3039 const EventT& m_rEvent;
3041 …NotifySingleListenerIgnoreRE( NotificationMethod method, const EventT& event ) : m_pMethod( method… in NotifySingleListenerIgnoreRE()

Completed in 54 milliseconds