Searched refs:NotifyUndoListener (Results 1 – 1 of 1) sorted by relevance
238 … struct SVL_DLLPRIVATE NotifyUndoListener : public ::std::unary_function< SfxUndoListener*, void > struct240 NotifyUndoListener() in NotifyUndoListener() argument247 NotifyUndoListener( UndoListenerVoidMethod i_notificationMethod ) in NotifyUndoListener() function254 … NotifyUndoListener( UndoListenerStringMethod i_notificationMethod, const String& i_actionComment ) in NotifyUndoListener() function332 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 10 milliseconds