|
LibreOffice Module svx (master) 1
|
#include <e3dundo.hxx>
Public Member Functions | |
| E3dUndoAction (E3dObject &r3DObj) | |
| virtual | ~E3dUndoAction () override |
| virtual bool | CanRepeat (SfxRepeatTarget &) 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 |
| 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 |
Protected Attributes | |
| E3dObject & | mrMy3DObj |
Protected Attributes inherited from SdrUndoAction | |
| SdrModel & | rMod |
| ViewShellId | m_nViewShellId |
Additional Inherited Members | |
Protected Member Functions inherited from SdrUndoAction | |
| SdrUndoAction (SdrModel &rNewMod) | |
Definition at line 34 of file e3dundo.hxx.
|
inline |
Definition at line 40 of file e3dundo.hxx.
|
overridevirtual |
Definition at line 25 of file e3dundo.cxx.
|
overridevirtual |
Reimplemented from SdrUndoAction.
Definition at line 31 of file e3dundo.cxx.
|
protected |
Definition at line 37 of file e3dundo.hxx.
Referenced by E3dRotateUndoAction::Redo(), and E3dRotateUndoAction::Undo().