Lines Matching refs:SfxUndoManager

218         LockGuard( SfxUndoManager& i_manager )  in LockGuard()
230 SfxUndoManager& m_manager;
386 SfxUndoManager::SfxUndoManager( size_t nMaxUndoActionCount ) in SfxUndoManager() function in SfxUndoManager
393 SfxUndoManager::~SfxUndoManager() in ~SfxUndoManager()
407 void SfxUndoManager::EnableUndo( bool i_enable ) in EnableUndo()
416 void SfxUndoManager::ImplEnableUndo_Lock( bool const i_enable ) in ImplEnableUndo_Lock()
425 bool SfxUndoManager::IsUndoEnabled() const in IsUndoEnabled()
433 bool SfxUndoManager::ImplIsUndoEnabled_Lock() const in ImplIsUndoEnabled_Lock()
440 void SfxUndoManager::SetMaxUndoActionCount( size_t nMaxUndoActionCount ) in SetMaxUndoActionCount()
479 size_t SfxUndoManager::GetMaxUndoActionCount() const in GetMaxUndoActionCount()
487 void SfxUndoManager::ImplClearCurrentLevel_NoNotify( UndoManagerGuard& i_guard ) in ImplClearCurrentLevel_NoNotify()
506 void SfxUndoManager::Clear() in Clear()
519 void SfxUndoManager::ClearAllLevels() in ClearAllLevels()
536 void SfxUndoManager::ImplClearRedo_NoLock( bool const i_currentLevel ) in ImplClearRedo_NoLock()
544 void SfxUndoManager::ClearRedo() in ClearRedo()
552 void SfxUndoManager::Reset() in Reset()
577 void SfxUndoManager::ImplClearUndo( UndoManagerGuard& i_guard ) in ImplClearUndo()
591 void SfxUndoManager::ImplClearRedo( UndoManagerGuard& i_guard, bool const i_currentLevel ) in ImplClearRedo()
611 bool SfxUndoManager::ImplAddUndoAction_NoNotify( SfxUndoAction *pAction, bool bTryMerge, bool bClea… in ImplAddUndoAction_NoNotify()
658 void SfxUndoManager::AddUndoAction( SfxUndoAction *pAction, sal_Bool bTryMerge ) in AddUndoAction()
672 size_t SfxUndoManager::GetUndoActionCount( bool const i_currentLevel ) const in GetUndoActionCount()
681 XubString SfxUndoManager::GetUndoActionComment( size_t nNo, bool const i_currentLevel ) const in GetUndoActionComment()
697 sal_uInt16 SfxUndoManager::GetUndoActionId() const in GetUndoActionId()
709 SfxUndoAction* SfxUndoManager::GetUndoAction( size_t nNo ) const in GetUndoAction()
722 void SfxUndoManager::RemoveLastUndoAction() in RemoveLastUndoAction()
743 bool SfxUndoManager::IsDoing() const in IsDoing()
751 sal_Bool SfxUndoManager::Undo() in Undo()
758 sal_Bool SfxUndoManager::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext()
765 sal_Bool SfxUndoManager::ImplUndo( SfxUndoContext* i_contextOrNull ) in ImplUndo()
826 size_t SfxUndoManager::GetRedoActionCount( bool const i_currentLevel ) const in GetRedoActionCount()
834 size_t SfxUndoManager::ImplGetRedoActionCount_Lock( bool const i_currentLevel ) const in ImplGetRedoActionCount_Lock()
842 SfxUndoAction* SfxUndoManager::GetRedoAction( size_t nNo, bool const i_currentLevel ) const in GetRedoAction()
856 XubString SfxUndoManager::GetRedoActionComment( size_t nNo, bool const i_currentLevel ) const in GetRedoActionComment()
870 sal_Bool SfxUndoManager::Redo() in Redo()
877 sal_Bool SfxUndoManager::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext()
884 sal_Bool SfxUndoManager::ImplRedo( SfxUndoContext* i_contextOrNull ) in ImplRedo()
946 size_t SfxUndoManager::GetRepeatActionCount() const in GetRepeatActionCount()
954 XubString SfxUndoManager::GetRepeatActionComment( SfxRepeatTarget &rTarget) const in GetRepeatActionComment()
963 sal_Bool SfxUndoManager::Repeat( SfxRepeatTarget &rTarget ) in Repeat()
980 sal_Bool SfxUndoManager::CanRepeat( SfxRepeatTarget &rTarget ) const in CanRepeat()
993 void SfxUndoManager::AddUndoListener( SfxUndoListener& i_listener ) in AddUndoListener()
1001 void SfxUndoManager::RemoveUndoListener( SfxUndoListener& i_listener ) in RemoveUndoListener()
1019 void SfxUndoManager::EnterListAction( in EnterListAction()
1048 bool SfxUndoManager::IsInListAction() const in IsInListAction()
1056 bool SfxUndoManager::ImplIsInListAction_Lock() const in ImplIsInListAction_Lock()
1063 size_t SfxUndoManager::GetListActionDepth() const in GetListActionDepth()
1080 size_t SfxUndoManager::LeaveListAction() in LeaveListAction()
1101 size_t SfxUndoManager::LeaveAndMergeListAction() in LeaveAndMergeListAction()
1109 size_t SfxUndoManager::ImplLeaveListAction( const bool i_merge, UndoManagerGuard& i_guard ) in ImplLeaveListAction()
1188 UndoStackMark SfxUndoManager::MarkTopUndoAction() in MarkTopUndoAction()
1210 void SfxUndoManager::RemoveMark( UndoStackMark const i_mark ) in RemoveMark()
1246 bool SfxUndoManager::HasTopUndoActionMark( UndoStackMark const i_mark ) in HasTopUndoActionMark()
1272 void SfxUndoManager::RemoveOldestUndoActions( size_t const i_count ) in RemoveOldestUndoActions()
1411 SfxUndoManager* pUndoManagerImplementation = dynamic_cast< SfxUndoManager* >( pManager ); in SfxLinkUndoAction()