|
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 |
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) | |
Protected Attributes | |
| SdrObjList * | pObjList |
| sal_uInt32 | nOrdNum |
Protected Attributes inherited from SdrUndoObj | |
| rtl::Reference< SdrObject > | mxObj |
Protected Attributes inherited from SdrUndoAction | |
| SdrModel & | rMod |
| ViewShellId | m_nViewShellId |
Friends | |
| class | ObjListListener |
Additional Inherited Members | |
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 |
Static Protected Member Functions inherited from SdrUndoObj | |
| 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 255 of file svdundo.hxx.
|
protected |
Definition at line 677 of file svdundo.cxx.
References SdrUndoObj::mxObj, nOrdNum, and pObjList.
|
overrideprotectedvirtual |
Definition at line 691 of file svdundo.cxx.
|
friend |
Definition at line 257 of file svdundo.hxx.
|
protected |
Definition at line 261 of file svdundo.hxx.
Referenced by SdrUndoInsertObj::Redo(), SdrUndoObjList(), and SdrUndoRemoveObj::Undo().
|
protected |
Definition at line 260 of file svdundo.hxx.
Referenced by SdrUndoRemoveObj::Redo(), SdrUndoInsertObj::Redo(), SdrUndoObjList(), SdrUndoRemoveObj::Undo(), and SdrUndoInsertObj::Undo().