Home
last modified time | relevance | path

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

/aoo41x/main/svl/source/undo/
H A Dundo.cxx238 … struct SVL_DLLPRIVATE NotifyUndoListener : public ::std::unary_function< SfxUndoListener*, void > struct
240 NotifyUndoListener() in NotifyUndoListener() function
247 NotifyUndoListener( UndoListenerVoidMethod i_notificationMethod ) in NotifyUndoListener() argument
254NotifyUndoListener( UndoListenerStringMethod i_notificationMethod, const String& i_actionComment ) in NotifyUndoListener() argument
332 m_notifiers.push_back( NotifyUndoListener( i_notificationMethod ) ); in scheduleNotification()
337 m_notifiers.push_back( NotifyUndoListener( i_notificationMethod, i_actionComment ) ); in scheduleNotification()
344 ::std::list< NotifyUndoListener > m_notifiers;
371 for ( ::std::list< NotifyUndoListener >::const_iterator notifier = m_notifiers.begin(); in ~UndoManagerGuard()
402 NotifyUndoListener( &SfxUndoListener::undoManagerDying ) ); in ~SfxUndoManager()

Completed in 14 milliseconds