Lines Matching refs:SdrUndoManager

68     SdrUndoManager::EnableUndo(false);  in UndoManager()
168 if (!SdrUndoManager::GetUndoActionCount(CurrentLevel)) in GetLastUndo()
172 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction(0) ); in GetLastUndo()
183 return SdrUndoManager::ImplClearRedo_NoLock(TopLevel); in ClearRedo()
190 SdrUndoManager::ClearAllLevels(); in DelAllUndoObj()
219 SdrUndoManager::EnterListAction(comment, comment, eUndoId); in StartUndo()
239 (0 == SdrUndoManager::GetUndoActionCount(CurrentLevel)) in EndUndo()
240 ? 0 : SdrUndoManager::GetUndoAction(0) ); in EndUndo()
248 SfxUndoAction *const pUndoAction(SdrUndoManager::GetUndoAction(0)); in EndUndo()
295 if (!SdrUndoManager::GetUndoActionCount(CurrentLevel)) in GetLastUndoInfo()
300 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction(0) ); in GetLastUndoInfo()
317 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetUndoComments()
321 sal_uInt16 const nUndoCount(SdrUndoManager::GetUndoActionCount(TopLevel)); in GetUndoComments()
325 SdrUndoManager::GetUndoActionComment(n, TopLevel)); in GetUndoComments()
338 if (!SdrUndoManager::GetRedoActionCount(CurrentLevel)) in GetFirstRedoInfo()
343 SfxUndoAction *const pAction( SdrUndoManager::GetRedoAction(0, CurrentLevel) ); in GetFirstRedoInfo()
365 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetRedoComments()
369 sal_uInt16 const nRedoCount(SdrUndoManager::GetRedoActionCount(TopLevel)); in GetRedoComments()
373 SdrUndoManager::GetRedoActionComment(n, TopLevel)); in GetRedoComments()
399 if (SdrUndoManager::GetRedoActionCount(CurrentLevel) || in RemoveLastUndo()
400 SdrUndoManager::GetRedoActionCount(TopLevel)) in RemoveLastUndo()
405 if (!SdrUndoManager::GetUndoActionCount(CurrentLevel)) in RemoveLastUndo()
411 SdrUndoManager::RemoveLastUndoAction(); in RemoveLastUndo()
421 SdrUndoManager::EnableUndo(bEnable); in EnableUndo()
434 SdrUndoManager::AddUndoAction(pAction, bTryMerge); in AddUndoAction()
499 bRet = SdrUndoManager::UndoWithContext(context); in impl_DoUndoRedo()
503 bRet = SdrUndoManager::RedoWithContext(context); in impl_DoUndoRedo()
509 if (SdrUndoManager::HasTopUndoActionMark(m_UndoSaveMark)) in impl_DoUndoRedo()
528 return SdrUndoManager::Undo(); in Undo()
540 return SdrUndoManager::Redo(); in Redo()
557 if (SdrUndoManager::IsInListAction()) in Repeat()
562 if (!SdrUndoManager::GetUndoActionCount(TopLevel)) in Repeat()