LibreOffice Module sd (master) 1
|
#include <undoobjects.hxx>
Public Member Functions | |
UndoObjectPresentationKind (SdrObject &rObject) | |
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 | |
PresObjKind | meOldKind |
PresObjKind | meNewKind |
::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 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 117 of file undoobjects.hxx.
UndoObjectPresentationKind::UndoObjectPresentationKind | ( | SdrObject & | rObject | ) |
Definition at line 253 of file undoobjects.cxx.
References DBG_ASSERT, unotools::WeakReference< class interface_type >::get(), meOldKind, mxPage, and NONE.
|
overridevirtual |
Definition at line 281 of file undoobjects.cxx.
References unotools::WeakReference< class interface_type >::get(), meNewKind, meOldKind, mxPage, mxSdrObject, and NONE.
|
overridevirtual |
Definition at line 266 of file undoobjects.cxx.
References unotools::WeakReference< class interface_type >::get(), meNewKind, meOldKind, mxPage, mxSdrObject, and NONE.
|
private |
Definition at line 127 of file undoobjects.hxx.
|
private |
Definition at line 126 of file undoobjects.hxx.
Referenced by Redo(), Undo(), and UndoObjectPresentationKind().
|
private |
Definition at line 128 of file undoobjects.hxx.
Referenced by Redo(), Undo(), and UndoObjectPresentationKind().
|
private |
Definition at line 129 of file undoobjects.hxx.