|
LibreOffice Module sd (master) 1
|
#include <undoobjects.hxx>
Public Member Functions | |
| UndoAttrObject (SdrObject &rObject, bool bStyleSheet1, bool bSaveText) | |
| virtual void | Undo () override |
| virtual void | Redo () override |
Public Member Functions inherited from SdrUndoAttrObj | |
| SdrUndoAttrObj (SdrObject &rNewObj, bool bStyleSheet1=false, bool bSaveText=false) | |
| virtual | ~SdrUndoAttrObj () override |
| virtual void | Undo () override |
| virtual void | Redo () override |
| virtual OUString | GetComment () const override |
| virtual OUString | GetSdrRepeatComment () const 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 | |
| ::unotools::WeakReference< SdPage > | mxPage |
| ::unotools::WeakReference< SdrObject > | mxSdrObject |
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 SdrUndoAttrObj | |
| static void | ensureStyleSheetInStyleSheetPool (SfxStyleSheetBasePool &rStyleSheetPool, SfxStyleSheet &rSheet) |
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 160 of file undoobjects.hxx.
| UndoAttrObject::UndoAttrObject | ( | SdrObject & | rObject, |
| bool | bStyleSheet1, | ||
| bool | bSaveText | ||
| ) |
Definition at line 353 of file undoobjects.cxx.
|
overridevirtual |
Reimplemented from SdrUndoAttrObj.
Definition at line 377 of file undoobjects.cxx.
References DBG_ASSERT, unotools::WeakReference< class interface_type >::get(), mxPage, mxSdrObject, and SdrUndoAttrObj::Redo().
|
overridevirtual |
Reimplemented from SdrUndoAttrObj.
Definition at line 360 of file undoobjects.cxx.
References DBG_ASSERT, unotools::WeakReference< class interface_type >::get(), mxPage, mxSdrObject, and SdrUndoAttrObj::Undo().
|
private |
Definition at line 169 of file undoobjects.hxx.
|
private |
Definition at line 170 of file undoobjects.hxx.