Home
last modified time | relevance | path

Searched refs:m_altNotificationMethod (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx218 ,m_altNotificationMethod( nullptr ) in NotifyUndoListener()
225 ,m_altNotificationMethod( i_notificationMethod ) in NotifyUndoListener()
232 return ( m_notificationMethod != nullptr ) || ( m_altNotificationMethod != nullptr ); in is()
238 if ( m_altNotificationMethod != nullptr ) in operator ()()
240 ( i_listener->*m_altNotificationMethod )( m_sActionComment ); in operator ()()
250 UndoListenerStringMethod m_altNotificationMethod; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx219 ,m_altNotificationMethod( nullptr ) in NotifyUndoListener()
226 ,m_altNotificationMethod( i_notificationMethod ) in NotifyUndoListener()
233 return ( m_notificationMethod != nullptr ) || ( m_altNotificationMethod != nullptr ); in is()
239 if ( m_altNotificationMethod != nullptr ) in operator ()()
241 ( i_listener->*m_altNotificationMethod )( m_sActionComment ); in operator ()()
251 UndoListenerStringMethod m_altNotificationMethod; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog870646 …s>}, m_notificationMethod = &virtual SfxUndoListener::cleared(), m_altNotificationMethod = NULL, m…
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1132695 …s>}, m_notificationMethod = &virtual SfxUndoListener::cleared(), m_altNotificationMethod = NULL, m…