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()
650 void SfxUndoManager::AddUndoAction( SfxUndoAction *pAction, sal_Bool bTryMerge ) in AddUndoAction()
664 size_t SfxUndoManager::GetUndoActionCount( bool const i_currentLevel ) const in GetUndoActionCount()
673 XubString SfxUndoManager::GetUndoActionComment( size_t nNo, bool const i_currentLevel ) const in GetUndoActionComment()
689 sal_uInt16 SfxUndoManager::GetUndoActionId() const in GetUndoActionId()
701 SfxUndoAction* SfxUndoManager::GetUndoAction( size_t nNo ) const in GetUndoAction()
714 void SfxUndoManager::RemoveLastUndoAction() in RemoveLastUndoAction()
735 bool SfxUndoManager::IsDoing() const in IsDoing()
743 sal_Bool SfxUndoManager::Undo() in Undo()
750 sal_Bool SfxUndoManager::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext()
757 sal_Bool SfxUndoManager::ImplUndo( SfxUndoContext* i_contextOrNull ) in ImplUndo()
818 size_t SfxUndoManager::GetRedoActionCount( bool const i_currentLevel ) const in GetRedoActionCount()
826 size_t SfxUndoManager::ImplGetRedoActionCount_Lock( bool const i_currentLevel ) const in ImplGetRedoActionCount_Lock()
834 SfxUndoAction* SfxUndoManager::GetRedoAction( size_t nNo, bool const i_currentLevel ) const in GetRedoAction()
848 XubString SfxUndoManager::GetRedoActionComment( size_t nNo, bool const i_currentLevel ) const in GetRedoActionComment()
862 sal_Bool SfxUndoManager::Redo() in Redo()
869 sal_Bool SfxUndoManager::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext()
876 sal_Bool SfxUndoManager::ImplRedo( SfxUndoContext* i_contextOrNull ) in ImplRedo()
938 size_t SfxUndoManager::GetRepeatActionCount() const in GetRepeatActionCount()
946 XubString SfxUndoManager::GetRepeatActionComment( SfxRepeatTarget &rTarget) const in GetRepeatActionComment()
955 sal_Bool SfxUndoManager::Repeat( SfxRepeatTarget &rTarget ) in Repeat()
972 sal_Bool SfxUndoManager::CanRepeat( SfxRepeatTarget &rTarget ) const in CanRepeat()
985 void SfxUndoManager::AddUndoListener( SfxUndoListener& i_listener ) in AddUndoListener()
993 void SfxUndoManager::RemoveUndoListener( SfxUndoListener& i_listener ) in RemoveUndoListener()
1011 void SfxUndoManager::EnterListAction( in EnterListAction()
1040 bool SfxUndoManager::IsInListAction() const in IsInListAction()
1048 bool SfxUndoManager::ImplIsInListAction_Lock() const in ImplIsInListAction_Lock()
1055 size_t SfxUndoManager::GetListActionDepth() const in GetListActionDepth()
1072 size_t SfxUndoManager::LeaveListAction() in LeaveListAction()
1093 size_t SfxUndoManager::LeaveAndMergeListAction() in LeaveAndMergeListAction()
1101 size_t SfxUndoManager::ImplLeaveListAction( const bool i_merge, UndoManagerGuard& i_guard ) in ImplLeaveListAction()
1180 UndoStackMark SfxUndoManager::MarkTopUndoAction() in MarkTopUndoAction()
1202 void SfxUndoManager::RemoveMark( UndoStackMark const i_mark ) in RemoveMark()
1238 bool SfxUndoManager::HasTopUndoActionMark( UndoStackMark const i_mark ) in HasTopUndoActionMark()
1264 void SfxUndoManager::RemoveOldestUndoActions( size_t const i_count ) in RemoveOldestUndoActions()
1403 SfxUndoManager* pUndoManagerImplementation = dynamic_cast< SfxUndoManager* >( pManager ); in SfxLinkUndoAction()