LibreOffice Module sc (master) 1
|
#include <drwlayer.hxx>
Public Member Functions | |
ScUndoObjData (SdrObject *pObj, const ScAddress &rOS, const ScAddress &rOE, const ScAddress &rNS, const ScAddress &rNE) | |
virtual | ~ScUndoObjData () 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 |
Private Attributes | |
ScAddress | aOldStt |
ScAddress | aOldEnd |
ScAddress | aNewStt |
ScAddress | aNewEnd |
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 |
Definition at line 58 of file drwlayer.hxx.
ScUndoObjData::ScUndoObjData | ( | SdrObject * | pObj, |
const ScAddress & | rOS, | ||
const ScAddress & | rOE, | ||
const ScAddress & | rNS, | ||
const ScAddress & | rNE | ||
) |
Definition at line 109 of file drwlayer.cxx.
|
overridevirtual |
Definition at line 119 of file drwlayer.cxx.
|
overridevirtual |
Definition at line 142 of file drwlayer.cxx.
References aNewEnd, aNewStt, ScDrawLayer::GetNonRotatedObjData(), ScDrawLayer::GetObjData(), SdrUndoObj::mxObj, and pData.
|
overridevirtual |
Definition at line 123 of file drwlayer.cxx.
References aOldEnd, aOldStt, ScDrawLayer::GetNonRotatedObjData(), ScDrawLayer::GetObjData(), SdrUndoObj::mxObj, and pData.
|
private |
Definition at line 64 of file drwlayer.hxx.
Referenced by Redo().
|
private |
Definition at line 63 of file drwlayer.hxx.
Referenced by Redo().
|
private |
Definition at line 62 of file drwlayer.hxx.
Referenced by Undo().
|
private |
Definition at line 61 of file drwlayer.hxx.
Referenced by Undo().