Searched refs:GetUndoAction (Results 1 – 8 of 8) sorted by relevance
172 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction(0) ); in GetLastUndo()240 ? 0 : SdrUndoManager::GetUndoAction(0) ); in EndUndo()248 SfxUndoAction *const pUndoAction(SdrUndoManager::GetUndoAction(0)); in EndUndo()300 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction(0) ); in GetLastUndoInfo()410 SfxUndoAction *const pLastUndo(GetUndoAction(0)); in RemoveLastUndo()566 SfxUndoAction *const pRepeatAction(GetUndoAction(0)); in Repeat()
47 if(GetUndoActionCount() && mpLastUndoActionBeforeTextEdit != GetUndoAction(0)) in Undo()92 while(GetUndoActionCount() && mpLastUndoActionBeforeTextEdit != GetUndoAction(0)) in Clear()114 mpLastUndoActionBeforeTextEdit = GetUndoActionCount() ? GetUndoAction(0) : 0; in SetEndTextEditHdl()121 while(GetUndoActionCount() && mpLastUndoActionBeforeTextEdit != GetUndoAction(0)) in SetEndTextEditHdl()
417 SfxUndoAction* pDo=(SfxUndoAction*)GetUndoAction(0); in Undo()465 SfxUndoAction* pDo=(SfxUndoAction*)GetUndoAction(0); in Repeat()
241 virtual SfxUndoAction* GetUndoAction( size_t nNo=0 ) const = 0;361 virtual SfxUndoAction* GetUndoAction( size_t nNo=0 ) const;
1843 …SfxListUndoAction* pListAction = dynamic_cast< SfxListUndoAction* >( rOutlineUndo.GetUndoAction(0)… in TryToMergeUndoActions()1844 …tUndoAction* pPrevListAction = dynamic_cast< SfxListUndoAction* >( rOutlineUndo.GetUndoAction(1) ); in TryToMergeUndoActions()1900 ( pLinkAction->GetAction() == pDocUndoManager->GetUndoAction(0) ) && in TryToMergeUndoActions()1901 ( pPrevLinkAction->GetAction() == pDocUndoManager->GetUndoAction(1) ) ) in TryToMergeUndoActions()
180 … SfxListUndoAction* pAction = dynamic_cast< SfxListUndoAction* >( pUndoMgr->GetUndoAction() ); in StopEditMode()
601 …const SfxUndoAction* GetUndoAction(sal_uIntPtr nNum) const { return (SfxUndoAction*)(pUndoStack!=… in GetUndoAction() function in SdrModel
709 SfxUndoAction* SfxUndoManager::GetUndoAction( size_t nNo ) const in GetUndoAction() function in SfxUndoManager
Completed in 60 milliseconds