Lines Matching refs:scheduleNotification
330 void scheduleNotification( UndoListenerVoidMethod i_notificationMethod ) in scheduleNotification() function in svl::undo::impl::UndoManagerGuard
335 …void scheduleNotification( UndoListenerStringMethod i_notificationMethod, const String& i_actio… in scheduleNotification() function in svl::undo::impl::UndoManagerGuard
514 aGuard.scheduleNotification( &SfxUndoListener::cleared ); in Clear()
530 aGuard.scheduleNotification( &SfxUndoListener::cleared ); in ClearAllLevels()
572 aGuard.scheduleNotification( &SfxUndoListener::resetAll ); in Reset()
606 i_guard.scheduleNotification( &SfxUndoListener::clearedRedo ); in ImplClearRedo()
666 aGuard.scheduleNotification( &SfxUndoListener::undoActionAdded, pAction->GetComment() ); in AddUndoAction()
819 aGuard.scheduleNotification( &SfxUndoListener::actionUndone, sActionComment ); in ImplUndo()
939 aGuard.scheduleNotification( &SfxUndoListener::actionRedone, sActionComment ); in ImplRedo()
1043 aGuard.scheduleNotification( &SfxUndoListener::listActionEntered, rComment ); in EnterListAction()
1091 aGuard.scheduleNotification( &SfxUndoListener::cleared ); in LeaveListAction()
1138 i_guard.scheduleNotification( &SfxUndoListener::listActionCancelled ); in ImplLeaveListAction()
1181 i_guard.scheduleNotification( &SfxUndoListener::listActionLeft, pListAction->GetComment() ); in ImplLeaveListAction()