Home
last modified time | relevance | path

Searched refs:SfxListUndoAction (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx917SfxListUndoAction* pAction = new SfxListUndoAction( rComment, rRepeatComment, nId, nViewShellId, m… in EnterListAction()
1018 SfxListUndoAction* pListAction = dynamic_cast< SfxListUndoAction * >( pCurrentAction ); in ImplLeaveListAction()
1256 struct SfxListUndoAction::Impl
1268 sal_uInt16 SfxListUndoAction::GetId() const in GetId()
1273 OUString SfxListUndoAction::GetComment() const in GetComment()
1278 ViewShellId SfxListUndoAction::GetViewShellId() const in GetViewShellId()
1293 SfxListUndoAction::SfxListUndoAction( in SfxListUndoAction() function in SfxListUndoAction
1305 SfxListUndoAction::~SfxListUndoAction() in ~SfxListUndoAction()
1309 void SfxListUndoAction::Undo() in Undo()
1325 void SfxListUndoAction::Redo() in Redo()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx916SfxListUndoAction* pAction = new SfxListUndoAction( rComment, rRepeatComment, nId, nViewShellId, m… in EnterListAction()
1017 SfxListUndoAction* pListAction = dynamic_cast< SfxListUndoAction * >( pCurrentAction ); in ImplLeaveListAction()
1255 struct SfxListUndoAction::Impl
1267 sal_uInt16 SfxListUndoAction::GetId() const in GetId()
1272 OUString SfxListUndoAction::GetComment() const in GetComment()
1277 ViewShellId SfxListUndoAction::GetViewShellId() const in GetViewShellId()
1292 SfxListUndoAction::SfxListUndoAction( in SfxListUndoAction() function in SfxListUndoAction
1304 SfxListUndoAction::~SfxListUndoAction() in ~SfxListUndoAction()
1308 void SfxListUndoAction::Undo() in Undo()
1324 void SfxListUndoAction::Redo() in Redo()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dundo.hxx117 class SVL_DLLPUBLIC SfxListUndoAction final : public SfxUndoAction, public SfxUndoArray class
132 SfxListUndoAction(
134 virtual ~SfxListUndoAction() override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dundo.hxx115 class SVL_DLLPUBLIC SfxListUndoAction final : public SfxUndoAction, public SfxUndoArray class
130 SfxListUndoAction(
132 virtual ~SfxListUndoAction() override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/drawfunc/
H A Dfutext3.cxx170SfxListUndoAction* pAction = dynamic_cast< SfxListUndoAction* >( pUndoMgr->GetUndoAction() ); in StopEditMode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/drawfunc/
H A Dfutext3.cxx168SfxListUndoAction* pAction = dynamic_cast< SfxListUndoAction* >( pUndoMgr->GetUndoAction() ); in StopEditMode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Ddocundo.cxx321 auto pListAction = dynamic_cast<SfxListUndoAction*>(SdrUndoManager::GetUndoAction()); in EndUndo()
390 if (auto pListAction = dynamic_cast<const SfxListUndoAction*>(pAction)) in GetLastUndoInfo()
453 if (auto pListAction = dynamic_cast<const SfxListUndoAction*>(pAction)) in GetFirstRedoInfo()
692 else if (auto const* const pListAction = dynamic_cast<SfxListUndoAction*>(pRepeatAction)) in Repeat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Ddocundo.cxx319 auto pListAction = dynamic_cast<SfxListUndoAction*>(SdrUndoManager::GetUndoAction()); in EndUndo()
388 if (auto pListAction = dynamic_cast<const SfxListUndoAction*>(pAction)) in GetLastUndoInfo()
451 if (auto pListAction = dynamic_cast<const SfxListUndoAction*>(pAction)) in GetFirstRedoInfo()
706 else if (auto const* const pListAction = dynamic_cast<SfxListUndoAction*>(pRepeatAction)) in Repeat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Doutlview.cxx1468SfxListUndoAction* pListAction = dynamic_cast< SfxListUndoAction* >( rOutlineUndo.GetUndoAction() … in TryToMergeUndoActions()
1469SfxListUndoAction* pPrevListAction = dynamic_cast< SfxListUndoAction* >( rOutlineUndo.GetUndoActio… in TryToMergeUndoActions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Doutlview.cxx1468SfxListUndoAction* pListAction = dynamic_cast< SfxListUndoAction* >( rOutlineUndo.GetUndoAction() … in TryToMergeUndoActions()
1469SfxListUndoAction* pPrevListAction = dynamic_cast< SfxListUndoAction* >( rOutlineUndo.GetUndoActio… in TryToMergeUndoActions()
/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()
/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()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog149274 …> #3 0x2b8d9da12092 in SfxListUndoAction::UndoWithContext(SfxUndoContext&) /svl/source/undo/un…
149275 …> #4 0x2b8d9da12092 in SfxListUndoAction::UndoWithContext(SfxUndoContext&) /svl/source/undo/un…
690465 "groups" of undo-actions, all of which are inside a SfxListUndoAction.
808727 svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoAction
847574 first. But for grouped items SfxListUndoAction is a list, so newest
1054542 Pimplize SfxListUndoAction.
1132687 …#28 0x00002b469e49539c in SfxListUndoAction::~SfxListUndoAction (this=0x2d1c070, __in_chrg=<optimi…
1132689 …#29 0x00002b469e4953e0 in SfxListUndoAction::~SfxListUndoAction (this=0x2d1c070, __in_chrg=<optimi…
1664931 …3#: remove SwRewriter from SwUndoStart/SwUndoEnd: the replacement, SfxListUndoAction, only has a …
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog428416 "groups" of undo-actions, all of which are inside a SfxListUndoAction.
546678 svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoAction
585525 first. But for grouped items SfxListUndoAction is a list, so newest
792493 Pimplize SfxListUndoAction.
870638 …#28 0x00002b469e49539c in SfxListUndoAction::~SfxListUndoAction (this=0x2d1c070, __in_chrg=<optimi…
870640 …#29 0x00002b469e4953e0 in SfxListUndoAction::~SfxListUndoAction (this=0x2d1c070, __in_chrg=<optimi…
1402882 …3#: remove SwRewriter from SwUndoStart/SwUndoEnd: the replacement, SfxListUndoAction, only has a …