Home
last modified time | relevance | path

Searched refs:i_notificationMethod (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx300 … void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const UndoManagerEvent& )
302 …void notify( void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const EventObject& ) );
346 void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const UndoManagerEvent& ) ) in notify()
356 m_aUndoListeners.notifyEach( i_notificationMethod, aEvent ); in notify()
360 …anagerHelper_Impl::notify( void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const Ev… in notify()
366 m_aUndoListeners.notifyEach( i_notificationMethod, aEvent ); in notify()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx292 … void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const UndoManagerEvent& )
294 …void notify( void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const EventObject& ) );
338 void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const UndoManagerEvent& ) ) in notify()
348 m_aUndoListeners.notifyEach( i_notificationMethod, aEvent ); in notify()
352 …anagerHelper_Impl::notify( void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const Ev… in notify()
358 m_aUndoListeners.notifyEach( i_notificationMethod, aEvent ); in notify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx216 explicit NotifyUndoListener( UndoListenerVoidMethod i_notificationMethod ) in NotifyUndoListener()
217 :m_notificationMethod( i_notificationMethod ) in NotifyUndoListener()
223 …NotifyUndoListener( UndoListenerStringMethod i_notificationMethod, const OUString& i_actionComment… in NotifyUndoListener()
225 ,m_altNotificationMethod( i_notificationMethod ) in NotifyUndoListener()
300 void scheduleNotification( UndoListenerVoidMethod i_notificationMethod ) in scheduleNotification() argument
302 m_notifiers.emplace_back( i_notificationMethod ); in scheduleNotification()
305 …void scheduleNotification( UndoListenerStringMethod i_notificationMethod, const OUString& i_act… in scheduleNotification() argument
307 m_notifiers.emplace_back( i_notificationMethod, i_actionComment ); in scheduleNotification()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx217 explicit NotifyUndoListener( UndoListenerVoidMethod i_notificationMethod ) in NotifyUndoListener()
218 :m_notificationMethod( i_notificationMethod ) in NotifyUndoListener()
224 …NotifyUndoListener( UndoListenerStringMethod i_notificationMethod, const OUString& i_actionComment… in NotifyUndoListener()
226 ,m_altNotificationMethod( i_notificationMethod ) in NotifyUndoListener()
299 void scheduleNotification( UndoListenerVoidMethod i_notificationMethod ) in scheduleNotification() argument
301 m_notifiers.emplace_back( i_notificationMethod ); in scheduleNotification()
304 …void scheduleNotification( UndoListenerStringMethod i_notificationMethod, const OUString& i_act… in scheduleNotification() argument
306 m_notifiers.emplace_back( i_notificationMethod, i_actionComment ); in scheduleNotification()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/controls/
H A Danimatedimages.cxx221 void ( SAL_CALL XContainerListener::*i_notificationMethod )( const ContainerEvent& ), in lcl_notify()
234 pContainerListeners->notifyEach( i_notificationMethod, aEvent ); in lcl_notify()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/controls/
H A Danimatedimages.cxx221 void ( SAL_CALL XContainerListener::*i_notificationMethod )( const ContainerEvent& ), in lcl_notify()
234 pContainerListeners->notifyEach( i_notificationMethod, aEvent ); in lcl_notify()