Lines Matching refs:SdrUndoManager

77     SdrUndoManager::EnableUndo(false);  in UndoManager()
177 if (!SdrUndoManager::GetUndoActionCount(CurrentLevel)) in GetLastUndo()
181 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction(0) ); in GetLastUndo()
192 return SdrUndoManager::ImplClearRedo_NoLock(TopLevel); in ClearRedo()
199 SdrUndoManager::ClearAllLevels(); in DelAllUndoObj()
228 SdrUndoManager::EnterListAction(comment, comment, eUndoId); in StartUndo()
248 (0 == SdrUndoManager::GetUndoActionCount(CurrentLevel)) in EndUndo()
249 ? 0 : SdrUndoManager::GetUndoAction(0) ); in EndUndo()
257 SfxUndoAction *const pUndoAction(SdrUndoManager::GetUndoAction(0)); in EndUndo()
304 if (!SdrUndoManager::GetUndoActionCount(CurrentLevel)) in GetLastUndoInfo()
309 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction(0) ); in GetLastUndoInfo()
326 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetUndoComments()
330 sal_uInt16 const nUndoCount(SdrUndoManager::GetUndoActionCount(TopLevel)); in GetUndoComments()
334 SdrUndoManager::GetUndoActionComment(n, TopLevel)); in GetUndoComments()
347 if (!SdrUndoManager::GetRedoActionCount(CurrentLevel)) in GetFirstRedoInfo()
352 SfxUndoAction *const pAction( SdrUndoManager::GetRedoAction(0, CurrentLevel) ); in GetFirstRedoInfo()
374 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetRedoComments()
378 sal_uInt16 const nRedoCount(SdrUndoManager::GetRedoActionCount(TopLevel)); in GetRedoComments()
382 SdrUndoManager::GetRedoActionComment(n, TopLevel)); in GetRedoComments()
408 if (SdrUndoManager::GetRedoActionCount(CurrentLevel) || in RemoveLastUndo()
409 SdrUndoManager::GetRedoActionCount(TopLevel)) in RemoveLastUndo()
414 if (!SdrUndoManager::GetUndoActionCount(CurrentLevel)) in RemoveLastUndo()
420 SdrUndoManager::RemoveLastUndoAction(); in RemoveLastUndo()
430 SdrUndoManager::EnableUndo(bEnable); in EnableUndo()
443 SdrUndoManager::AddUndoAction(pAction, bTryMerge); in AddUndoAction()
508 bRet = SdrUndoManager::UndoWithContext(context); in impl_DoUndoRedo()
512 bRet = SdrUndoManager::RedoWithContext(context); in impl_DoUndoRedo()
518 if (SdrUndoManager::HasTopUndoActionMark(m_UndoSaveMark)) in impl_DoUndoRedo()
537 return SdrUndoManager::Undo(); in Undo()
549 return SdrUndoManager::Redo(); in Redo()
566 if (SdrUndoManager::IsInListAction()) in Repeat()
571 if (!SdrUndoManager::GetUndoActionCount(TopLevel)) in Repeat()