Home
last modified time | relevance | path

Searched refs:GetUndoAction (Results 1 – 25 of 32) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsdrundomanager.cxx44 if(GetUndoActionCount() && mpLastUndoActionBeforeTextEdit != GetUndoAction()) in Undo()
89 while(GetUndoActionCount() && mpLastUndoActionBeforeTextEdit != GetUndoAction()) in Clear()
111 mpLastUndoActionBeforeTextEdit = GetUndoActionCount() ? GetUndoAction() : nullptr; in SetEndTextEditHdl()
118 while(GetUndoActionCount() && mpLastUndoActionBeforeTextEdit != GetUndoAction()) in SetEndTextEditHdl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsdrundomanager.cxx43 if (GetUndoActionCount() && mpLastUndoActionBeforeTextEdit != GetUndoAction()) in Undo()
88 while (GetUndoActionCount() && mpLastUndoActionBeforeTextEdit != GetUndoAction()) in Clear()
110 mpLastUndoActionBeforeTextEdit = GetUndoActionCount() ? GetUndoAction() : nullptr; in SetEndTextEditHdl()
118 while (GetUndoActionCount() && mpLastUndoActionBeforeTextEdit != GetUndoAction()) in SetEndTextEditHdl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Ddocundo.cxx110 const SfxUndoAction* pAction = SdrUndoManager::GetUndoAction(); in GetUndoActionCount()
243 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction() ); in GetLastUndo()
313 ? nullptr : SdrUndoManager::GetUndoAction() ); in EndUndo()
321 auto pListAction = dynamic_cast<SfxListUndoAction*>(SdrUndoManager::GetUndoAction()); in EndUndo()
368 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction() ); in GetLastUndoInfo()
509 SfxUndoAction *const pLastUndo(GetUndoAction()); in RemoveLastUndo()
680 SfxUndoAction *const pRepeatAction(GetUndoAction()); in Repeat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Ddocundo.cxx108 const SfxUndoAction* pAction = SdrUndoManager::GetUndoAction(); in GetUndoActionCount()
241 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction() ); in GetLastUndo()
311 ? nullptr : SdrUndoManager::GetUndoAction() ); in EndUndo()
319 auto pListAction = dynamic_cast<SfxListUndoAction*>(SdrUndoManager::GetUndoAction()); in EndUndo()
366 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction() ); in GetLastUndoInfo()
507 SfxUndoAction *const pLastUndo(GetUndoAction()); in RemoveLastUndo()
694 SfxUndoAction *const pRepeatAction(GetUndoAction()); in Repeat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dundo.hxx108 SfxUndoAction* GetUndoAction(size_t idx) { return maUndoActions[idx].pAction.get(); } in GetUndoAction() function
198 SfxUndoAction* GetUndoAction( size_t nNo=0 ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dundo.hxx106 SfxUndoAction* GetUndoAction(size_t idx) { return maUndoActions[idx].pAction.get(); } in GetUndoAction() function
196 SfxUndoAction* GetUndoAction( size_t nNo=0 ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/drawfunc/
H A Dfutext3.cxx170 … SfxListUndoAction* pAction = dynamic_cast< SfxListUndoAction* >( pUndoMgr->GetUndoAction() ); in StopEditMode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/drawfunc/
H A Dfutext3.cxx168 … SfxListUndoAction* pAction = dynamic_cast< SfxListUndoAction* >( pUndoMgr->GetUndoAction() ); in StopEditMode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Doutlview.cxx1468 …SfxListUndoAction* pListAction = dynamic_cast< SfxListUndoAction* >( rOutlineUndo.GetUndoAction() … in TryToMergeUndoActions()
1469 …tUndoAction* pPrevListAction = dynamic_cast< SfxListUndoAction* >( rOutlineUndo.GetUndoAction(1) ); in TryToMergeUndoActions()
1478 pEditUndo = dynamic_cast< EditUndo* >(pListAction->GetUndoAction(--nAction)); in TryToMergeUndoActions()
1486 if( dynamic_cast< EditUndo* >(pListAction->GetUndoAction(--nAction)) ) in TryToMergeUndoActions()
1499 pPrevEditUndo = dynamic_cast< EditUndo* >(pPrevListAction->GetUndoAction(--nAction)); in TryToMergeUndoActions()
1508 assert( pListAction->GetUndoAction(nEditPos) == pEditUndo && in TryToMergeUndoActions()
H A Dviewshe3.cxx105 const SfxUndoAction* pAction = pUndoManager->GetUndoAction(); in GetMenuState()
H A Dviewshel.cxx1217 const SfxUndoAction* pAction = pUndoManager->GetUndoAction(); in ImpSidUndo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Doutlview.cxx1468 …SfxListUndoAction* pListAction = dynamic_cast< SfxListUndoAction* >( rOutlineUndo.GetUndoAction() … in TryToMergeUndoActions()
1469 …tUndoAction* pPrevListAction = dynamic_cast< SfxListUndoAction* >( rOutlineUndo.GetUndoAction(1) ); in TryToMergeUndoActions()
1478 pEditUndo = dynamic_cast< EditUndo* >(pListAction->GetUndoAction(--nAction)); in TryToMergeUndoActions()
1486 if( dynamic_cast< EditUndo* >(pListAction->GetUndoAction(--nAction)) ) in TryToMergeUndoActions()
1499 pPrevEditUndo = dynamic_cast< EditUndo* >(pPrevListAction->GetUndoAction(--nAction)); in TryToMergeUndoActions()
1508 assert( pListAction->GetUndoAction(nEditPos) == pEditUndo && in TryToMergeUndoActions()
H A Dviewshe3.cxx105 const SfxUndoAction* pAction = pUndoManager->GetUndoAction(); in GetMenuState()
H A Dviewshel.cxx1209 const SfxUndoAction* pAction = pUndoManager->GetUndoAction(); in ImpSidUndo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabvwshb.cxx729 pAction = pUndoManager->GetUndoAction(); in ExecuteUndo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabvwshb.cxx673 pAction = pUndoManager->GetUndoAction(); in ExecuteUndo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/unit/tiledrendering/
H A Dtiledrendering.cxx526 auto pListAction = dynamic_cast<SfxListUndoAction*>(pUndoManager->GetUndoAction()); in testSetGraphicSelection()
530 CPPUNIT_ASSERT_EQUAL(ViewShellId(nView1), pListAction->GetUndoAction(i)->GetViewShellId()); in testSetGraphicSelection()
556 CPPUNIT_ASSERT_EQUAL(ViewShellId(nView1), pUndoManager->GetUndoAction()->GetViewShellId()); in testUndoShells()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/unit/tiledrendering/
H A Dtiledrendering.cxx553 auto pListAction = dynamic_cast<SfxListUndoAction*>(pUndoManager->GetUndoAction()); in testSetGraphicSelection()
557 CPPUNIT_ASSERT_EQUAL(ViewShellId(nView1), pListAction->GetUndoAction(i)->GetViewShellId()); in testSetGraphicSelection()
583 CPPUNIT_ASSERT_EQUAL(ViewShellId(nView1), pUndoManager->GetUndoAction()->GetViewShellId()); in testUndoShells()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx617 SfxUndoAction* SfxUndoManager::GetUndoAction( size_t nNo ) const in GetUndoAction() function in SfxUndoManager
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx616 SfxUndoAction* SfxUndoManager::GetUndoAction( size_t nNo ) const in GetUndoAction() function in SfxUndoManager
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/tiledrendering/
H A Dtiledrendering.cxx1357 CPPUNIT_ASSERT_EQUAL(ViewShellId(nView1), rUndoManager.GetUndoAction()->GetViewShellId()); in testShapeTextUndoShells()
1385 CPPUNIT_ASSERT_EQUAL(ViewShellId(nView1), rUndoManager.GetUndoAction()->GetViewShellId()); in testShapeTextUndoGroupShells()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/tiledrendering/
H A Dtiledrendering.cxx1424 CPPUNIT_ASSERT_EQUAL(ViewShellId(nView1), rUndoManager.GetUndoAction()->GetViewShellId()); in testShapeTextUndoShells()
1451 CPPUNIT_ASSERT_EQUAL(ViewShellId(nView1), rUndoManager.GetUndoAction()->GetViewShellId()); in testShapeTextUndoGroupShells()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A DSpellDialog.cxx2001 pUndoAction = static_cast<SpellUndoAction_Impl*>(rUndoMgr.GetUndoAction()); in Undo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A DSpellDialog.cxx1997 pUndoAction = static_cast<SpellUndoAction_Impl*>(rUndoMgr.GetUndoAction()); in Undo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/tiledrendering/
H A Dtiledrendering.cxx724 CPPUNIT_ASSERT_EQUAL(ViewShellId(nView1), pUndoManager->GetUndoAction()->GetViewShellId()); in testUndoShells()

12