LibreOffice Module svx (master) 1
|
Manipulation of an ObjList: New Object, DeleteObj, SetObjZLevel, Grouping, ... Abstract base class. More...
#include <svdundo.hxx>
Protected Member Functions | |
SdrUndoObjList (SdrObject &rNewObj, bool bOrdNumDirect) | |
virtual | ~SdrUndoObjList () override |
bool | IsOwner () const |
void | SetOwner (bool bNew) |
![]() | |
SdrUndoObj (SdrObject &rNewObj) | |
OUString | ImpGetDescriptionStr (TranslateId pStrCacheID, bool bRepeat=false) const |
void | ImpShowPageOfThisObject () |
![]() | |
SdrUndoAction (SdrModel &rNewMod) | |
Protected Attributes | |
SdrObjList * | pObjList |
sal_uInt32 | nOrdNum |
![]() | |
SdrObject * | pObj |
![]() | |
SdrModel & | rMod |
ViewShellId | m_nViewShellId |
Private Attributes | |
bool | bOwner |
Friends | |
class | ObjListListener |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
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 |
![]() | |
static OUString | GetDescriptionStringForObject (const SdrObject &_rForObject, TranslateId pStrCacheID, bool bRepeat=false) |
Manipulation of an ObjList: New Object, DeleteObj, SetObjZLevel, Grouping, ... Abstract base class.
Definition at line 254 of file svdundo.hxx.
|
protected |
Definition at line 674 of file svdundo.cxx.
References SdrObject::GetOrdNum(), SdrObject::GetOrdNumDirect(), SdrObject::getParentSdrObjListFromSdrObject(), nOrdNum, SdrUndoObj::pObj, and pObjList.
|
overrideprotectedvirtual |
Definition at line 689 of file svdundo.cxx.
References SdrObject::Free(), IsOwner(), SdrUndoObj::pObj, and SetOwner().
|
inlineprotected |
Definition at line 269 of file svdundo.hxx.
Referenced by SdrUndoDelObj::Redo(), SdrUndoNewObj::Redo(), SdrUndoDelObj::Undo(), SdrUndoNewObj::Undo(), and ~SdrUndoObjList().
|
protected |
Definition at line 703 of file svdundo.cxx.
References bOwner.
Referenced by SdrUndoDelObj::Redo(), SdrUndoNewObj::Redo(), SdrUndoDelObj::SdrUndoDelObj(), SdrUndoDelObj::Undo(), SdrUndoNewObj::Undo(), and ~SdrUndoObjList().
|
friend |
Definition at line 256 of file svdundo.hxx.
|
private |
Definition at line 259 of file svdundo.hxx.
Referenced by SetOwner().
|
protected |
Definition at line 263 of file svdundo.hxx.
Referenced by SdrUndoInsertObj::Redo(), SdrUndoObjList(), and SdrUndoRemoveObj::Undo().
|
protected |
Definition at line 262 of file svdundo.hxx.
Referenced by SdrUndoRemoveObj::Redo(), SdrUndoInsertObj::Redo(), SdrUndoObjList(), SdrUndoRemoveObj::Undo(), and SdrUndoInsertObj::Undo().