LibreOffice Module svx (master) 1
|
Abstract base class for all UndoActions that have something to do with SdrLayer. More...
#include <svdundo.hxx>
Protected Member Functions | |
SdrUndoLayer (sal_uInt16 nLayerNum, SdrLayerAdmin &rNewLayerAdmin, SdrModel &rNewModel) | |
virtual | ~SdrUndoLayer () override |
Protected Member Functions inherited from SdrUndoAction | |
SdrUndoAction (SdrModel &rNewMod) | |
Protected Attributes | |
SdrLayer * | pLayer |
SdrLayerAdmin * | pLayerAdmin |
sal_uInt16 | nNum |
bool | bItsMine |
Protected Attributes inherited from SdrUndoAction | |
SdrModel & | rMod |
ViewShellId | m_nViewShellId |
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 |
Abstract base class for all UndoActions that have something to do with SdrLayer.
Definition at line 502 of file svdundo.hxx.
|
protected |
Definition at line 1245 of file svdundo.cxx.
|
overrideprotectedvirtual |
Definition at line 1254 of file svdundo.cxx.
|
protected |
Definition at line 508 of file svdundo.hxx.
Referenced by SdrUndoNewLayer::Redo(), SdrUndoDelLayer::Redo(), SdrUndoDelLayer::SdrUndoDelLayer(), SdrUndoNewLayer::Undo(), SdrUndoDelLayer::Undo(), and ~SdrUndoLayer().
|
protected |
Definition at line 507 of file svdundo.hxx.
Referenced by SdrUndoNewLayer::Redo(), SdrUndoDelLayer::Redo(), SdrUndoNewLayer::Undo(), and SdrUndoDelLayer::Undo().
|
protected |
Definition at line 505 of file svdundo.hxx.
Referenced by SdrUndoNewLayer::Redo(), SdrUndoDelLayer::Redo(), SdrUndoNewLayer::Undo(), SdrUndoDelLayer::Undo(), and ~SdrUndoLayer().
|
protected |
Definition at line 506 of file svdundo.hxx.
Referenced by SdrUndoNewLayer::Redo(), SdrUndoDelLayer::Redo(), SdrUndoNewLayer::Undo(), and SdrUndoDelLayer::Undo().