|
LibreOffice Module svx (master) 1
|
Replacing an Object. More...
#include <svdundo.hxx>
Public Member Functions | |
| SdrUndoReplaceObj (SdrObject &rOldObj1, SdrObject &rNewObj1) | |
| virtual | ~SdrUndoReplaceObj () override |
| virtual void | Undo () override |
| virtual void | Redo () override |
Public Member Functions inherited from SdrUndoAction | |
| virtual | ~SdrUndoAction () override |
| virtual bool | CanRepeat (SfxRepeatTarget &rView) const override |
| virtual void | Repeat (SfxRepeatTarget &rView) override |
| virtual OUString | GetRepeatComment (SfxRepeatTarget &rView) const override |
| virtual OUString | GetSdrRepeatComment () const |
| virtual bool | CanSdrRepeat (SdrView &rView) const |
| virtual void | SdrRepeat (SdrView &rView) |
| ViewShellId | GetViewShellId () const override |
| See SfxUndoAction::GetViewShellId(). More... | |
Public Member Functions inherited from SfxUndoAction | |
| SfxUndoAction () | |
| virtual | ~SfxUndoAction () COVERITY_NOEXCEPT_FALSE |
| virtual void | Undo () |
| virtual void | UndoWithContext (SfxUndoContext &i_context) |
| virtual void | Redo () |
| virtual void | RedoWithContext (SfxUndoContext &i_context) |
| virtual void | Repeat (SfxRepeatTarget &) |
| virtual bool | CanRepeat (SfxRepeatTarget &) const |
| virtual bool | Merge (SfxUndoAction *pNextAction) |
| virtual OUString | GetComment () const |
| virtual OUString | GetRepeatComment (SfxRepeatTarget &) const |
| virtual ViewShellId | GetViewShellId () const |
| const DateTime & | GetDateTime () const |
| virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Private Attributes | |
| SdrObjList * | pObjList |
| rtl::Reference< SdrObject > | mxNewObj |
Additional Inherited Members | |
Protected Member Functions inherited from SdrUndoObj | |
| SdrUndoObj (SdrObject &rNewObj) | |
| virtual | ~SdrUndoObj () override |
| OUString | ImpGetDescriptionStr (TranslateId pStrCacheID, bool bRepeat=false) const |
| void | ImpShowPageOfThisObject () |
Protected Member Functions inherited from SdrUndoAction | |
| SdrUndoAction (SdrModel &rNewMod) | |
Static Protected Member Functions inherited from SdrUndoObj | |
| static OUString | GetDescriptionStringForObject (const SdrObject &_rForObject, TranslateId pStrCacheID, bool bRepeat=false) |
Protected Attributes inherited from SdrUndoObj | |
| rtl::Reference< SdrObject > | mxObj |
Protected Attributes inherited from SdrUndoAction | |
| SdrModel & | rMod |
| ViewShellId | m_nViewShellId |
Replacing an Object.
Create Action before Replace in ObjList.
Definition at line 347 of file svdundo.hxx.
Definition at line 842 of file svdundo.cxx.
References SdrUndoObj::mxObj, and pObjList.
|
overridevirtual |
Definition at line 849 of file svdundo.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 865 of file svdundo.cxx.
References ImplUnmarkObject(), SdrUndoObj::ImpShowPageOfThisObject(), mxNewObj, SdrUndoObj::mxObj, pObjList, and SdrObjList::ReplaceObject().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 853 of file svdundo.cxx.
References DBG_ASSERT, ImplUnmarkObject(), SdrUndoObj::ImpShowPageOfThisObject(), mxNewObj, SdrUndoObj::mxObj, pObjList, and SdrObjList::ReplaceObject().
|
private |
Definition at line 350 of file svdundo.hxx.
|
private |
Definition at line 349 of file svdundo.hxx.
Referenced by Redo(), SdrUndoReplaceObj(), and Undo().