Searched refs:i_notificationMethod (Results 1 – 3 of 3) sorted by relevance
320 … void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const UndoManagerEvent& )322 …void notify( void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const UndoManagerEvent… in notify()324 notify( ::rtl::OUString(), i_notificationMethod ); in notify()327 …void notify( void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const EventObject& ) );377 void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const UndoManagerEvent& ) ) in notify()387 m_aUndoListeners.notifyEach( i_notificationMethod, aEvent ); in notify()392 …anagerHelper_Impl::notify( void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const Ev… in notify()398 m_aUndoListeners.notifyEach( i_notificationMethod, aEvent ); in notify()
247 NotifyUndoListener( UndoListenerVoidMethod i_notificationMethod ) in NotifyUndoListener()248 :m_notificationMethod( i_notificationMethod ) in NotifyUndoListener()254 … NotifyUndoListener( UndoListenerStringMethod i_notificationMethod, const String& i_actionComment ) in NotifyUndoListener()256 ,m_altNotificationMethod( i_notificationMethod ) in NotifyUndoListener()330 void scheduleNotification( UndoListenerVoidMethod i_notificationMethod ) in scheduleNotification() argument332 m_notifiers.push_back( NotifyUndoListener( i_notificationMethod ) ); in scheduleNotification()335 …void scheduleNotification( UndoListenerStringMethod i_notificationMethod, const String& i_actio… in scheduleNotification() argument337 m_notifiers.push_back( NotifyUndoListener( i_notificationMethod, i_actionComment ) ); in scheduleNotification()
218 void ( SAL_CALL XContainerListener::*i_notificationMethod )( const ContainerEvent& ), in lcl_notify()231 pContainerListeners->notifyEach( i_notificationMethod, aEvent ); in lcl_notify()
Completed in 30 milliseconds