Home
last modified time | relevance | path

Searched refs:SfxUndoAction (Results 1 – 25 of 104) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dundo.hxx49 class SVL_DLLPUBLIC SfxUndoAction class
52 SfxUndoAction();
53 virtual ~SfxUndoAction() COVERITY_NOEXCEPT_FALSE;
62 virtual bool Merge( SfxUndoAction *pNextAction );
73 SfxUndoAction( const SfxUndoAction& ) = delete;
74 SfxUndoAction& operator=( const SfxUndoAction& ) = delete;
86 std::unique_ptr<SfxUndoAction> pAction;
109 std::unique_ptr<SfxUndoAction> Remove(int idx);
111 void Insert( std::unique_ptr<SfxUndoAction> i_action, size_t i_pos );
198 SfxUndoAction* GetUndoAction( size_t nNo=0 ) const;
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dundo.hxx47 class SVL_DLLPUBLIC SfxUndoAction class
50 SfxUndoAction();
51 virtual ~SfxUndoAction() COVERITY_NOEXCEPT_FALSE;
60 virtual bool Merge( SfxUndoAction *pNextAction );
71 SfxUndoAction( const SfxUndoAction& ) = delete;
72 SfxUndoAction& operator=( const SfxUndoAction& ) = delete;
84 std::unique_ptr<SfxUndoAction> pAction;
107 std::unique_ptr<SfxUndoAction> Remove(int idx);
109 void Insert( std::unique_ptr<SfxUndoAction> i_action, size_t i_pos );
196 SfxUndoAction* GetUndoAction( size_t nNo=0 ) const;
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dundobase.hxx33 class SC_DLLPUBLIC ScSimpleUndo: public SfxUndoAction
42 virtual bool Merge( SfxUndoAction *pNextAction ) override;
48 std::unique_ptr<SfxUndoAction>
155 class ScUndoWrapper: public SfxUndoAction // for manual merging of actions
157 std::unique_ptr<SfxUndoAction> pWrappedUndo;
161 ScUndoWrapper( std::unique_ptr<SfxUndoAction> pUndo );
164 SfxUndoAction* GetWrappedUndo() { return pWrappedUndo.get(); } in GetWrappedUndo()
171 virtual bool Merge( SfxUndoAction *pNextAction ) override;
H A Dundodraw.hxx27 class ScUndoDraw: public SfxUndoAction
29 std::unique_ptr<SfxUndoAction> pDrawUndo;
36 ScUndoDraw( std::unique_ptr<SfxUndoAction> pUndo, ScDocShell* pDocSh );
39 std::unique_ptr<SfxUndoAction> ReleaseDrawUndo() { return std::move(pDrawUndo); } in ReleaseDrawUndo()
45 virtual bool Merge( SfxUndoAction *pNextAction ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dundobase.hxx34 class ScSimpleUndo: public SfxUndoAction
43 virtual bool Merge( SfxUndoAction *pNextAction ) override;
49 std::unique_ptr<SfxUndoAction>
156 class ScUndoWrapper: public SfxUndoAction // for manual merging of actions
158 std::unique_ptr<SfxUndoAction> pWrappedUndo;
162 ScUndoWrapper( std::unique_ptr<SfxUndoAction> pUndo );
165 SfxUndoAction* GetWrappedUndo() { return pWrappedUndo.get(); } in GetWrappedUndo()
172 virtual bool Merge( SfxUndoAction *pNextAction ) override;
H A Dundodraw.hxx28 class ScUndoDraw: public SfxUndoAction
30 std::unique_ptr<SfxUndoAction> pDrawUndo;
37 ScUndoDraw( std::unique_ptr<SfxUndoAction> pUndo, ScDocShell* pDocSh );
40 std::unique_ptr<SfxUndoAction> ReleaseDrawUndo() { return std::move(pDrawUndo); } in ReleaseDrawUndo()
46 virtual bool Merge( SfxUndoAction *pNextAction ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx47 SfxUndoAction::~SfxUndoAction() COVERITY_NOEXCEPT_FALSE in ~SfxUndoAction()
52 SfxUndoAction::SfxUndoAction() in SfxUndoAction() function in SfxUndoAction
59 bool SfxUndoAction::Merge( SfxUndoAction * ) in Merge() argument
65 OUString SfxUndoAction::GetComment() const in GetComment()
71 ViewShellId SfxUndoAction::GetViewShellId() const in GetViewShellId()
76 const DateTime& SfxUndoAction::GetDateTime() const in GetDateTime()
87 void SfxUndoAction::Undo() in Undo()
100 void SfxUndoAction::Redo() in Redo()
113 void SfxUndoAction::Repeat(SfxRepeatTarget&) in Repeat()
120 bool SfxUndoAction::CanRepeat(SfxRepeatTarget&) const in CanRepeat()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx50 SfxUndoAction::~SfxUndoAction() COVERITY_NOEXCEPT_FALSE in ~SfxUndoAction()
55 SfxUndoAction::SfxUndoAction() in SfxUndoAction() function in SfxUndoAction
62 bool SfxUndoAction::Merge( SfxUndoAction * ) in Merge() argument
68 OUString SfxUndoAction::GetComment() const in GetComment()
74 ViewShellId SfxUndoAction::GetViewShellId() const in GetViewShellId()
79 const DateTime& SfxUndoAction::GetDateTime() const in GetDateTime()
90 void SfxUndoAction::Undo() in Undo()
103 void SfxUndoAction::Redo() in Redo()
116 void SfxUndoAction::Repeat(SfxRepeatTarget&) in Repeat()
123 bool SfxUndoAction::CanRepeat(SfxRepeatTarget&) const in CanRepeat()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/inc/undo/
H A Dundoobjects.hxx43 std::unique_ptr<SfxUndoAction> mpUndoUsercall;
44 std::unique_ptr<SfxUndoAction> mpUndoAnimation;
45 std::unique_ptr<SfxUndoAction> mpUndoPresObj;
94 std::unique_ptr<SfxUndoAction> mpUndoAnimation;
135 class UndoAutoLayoutPosAndSize final : public SfxUndoAction
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/inc/undo/
H A Dundoobjects.hxx44 std::unique_ptr<SfxUndoAction> mpUndoUsercall;
45 std::unique_ptr<SfxUndoAction> mpUndoAnimation;
46 std::unique_ptr<SfxUndoAction> mpUndoPresObj;
95 std::unique_ptr<SfxUndoAction> mpUndoAnimation;
136 class UndoAutoLayoutPosAndSize final : public SfxUndoAction
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Ddocundo.cxx110 const SfxUndoAction* pAction = SdrUndoManager::GetUndoAction(); in GetUndoActionCount()
134 const SfxUndoAction* pAction = SdrUndoManager::GetRedoAction(); in GetRedoActionCount()
243 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction() ); in GetLastUndo()
311 SfxUndoAction *const pLastUndo( in EndUndo()
368 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction() ); in GetLastUndoInfo()
427 SfxUndoAction *const pAction( SdrUndoManager::GetRedoAction() ); in GetFirstRedoInfo()
509 SfxUndoAction *const pLastUndo(GetUndoAction()); in RemoveLastUndo()
516 void UndoManager::AddUndoAction(std::unique_ptr<SfxUndoAction> pAction, bool bTryMerge) in AddUndoAction()
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()
132 const SfxUndoAction* pAction = SdrUndoManager::GetRedoAction(); in GetRedoActionCount()
241 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction() ); in GetLastUndo()
309 SfxUndoAction *const pLastUndo( in EndUndo()
366 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction() ); in GetLastUndoInfo()
425 SfxUndoAction *const pAction( SdrUndoManager::GetRedoAction() ); in GetFirstRedoInfo()
507 SfxUndoAction *const pLastUndo(GetUndoAction()); in RemoveLastUndo()
514 void UndoManager::AddUndoAction(std::unique_ptr<SfxUndoAction> pAction, bool bTryMerge) in AddUndoAction()
694 SfxUndoAction *const pRepeatAction(GetUndoAction()); in Repeat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/inc/
H A Dsingledoccontroller.hxx29 class SfxUndoAction;
60 void addUndoActionAndInvalidate( std::unique_ptr<SfxUndoAction> pAction );
H A DGeneralUndo.hxx29 class OCommentUndoAction : public SfxUndoAction
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/inc/
H A Dsingledoccontroller.hxx30 class SfxUndoAction;
61 void addUndoActionAndInvalidate( std::unique_ptr<SfxUndoAction> pAction );
H A DGeneralUndo.hxx30 class OCommentUndoAction : public SfxUndoAction
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Dundodraw.cxx25 ScUndoDraw::ScUndoDraw( std::unique_ptr<SfxUndoAction> pUndo, ScDocShell* pDocSh ) : in ScUndoDraw()
57 bool ScUndoDraw::Merge( SfxUndoAction* pNextAction ) in Merge()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Dundodraw.cxx25 ScUndoDraw::ScUndoDraw( std::unique_ptr<SfxUndoAction> pUndo, ScDocShell* pDocSh ) : in ScUndoDraw()
57 bool ScUndoDraw::Merge( SfxUndoAction* pNextAction ) in Merge()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/table/
H A Dtableundo.hxx49 virtual bool Merge( SfxUndoAction *pNextAction ) override;
168 virtual bool Merge( SfxUndoAction *pNextAction ) override;
208 virtual bool Merge( SfxUndoAction *pNextAction ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/table/
H A Dtableundo.hxx50 virtual bool Merge( SfxUndoAction *pNextAction ) override;
169 virtual bool Merge( SfxUndoAction *pNextAction ) override;
209 virtual bool Merge( SfxUndoAction *pNextAction ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Dsdundogr.hxx37 virtual bool Merge( SfxUndoAction* pNextAction ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/inc/
H A Dsdundo.hxx27 class SD_DLLPUBLIC SdUndoAction : public SfxUndoAction
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Daction.hxx27 class SmFormatAction final : public SfxUndoAction
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Dsdundogr.hxx38 virtual bool Merge( SfxUndoAction* pNextAction ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Daction.hxx28 class SmFormatAction: public SfxUndoAction

12345