|
LibreOffice Module sd (master) 1
|
#include <undoobjects.hxx>
Public Member Functions | |
| UndoAutoLayoutPosAndSize (SdPage &rPage) | |
| virtual void | Undo () override |
| virtual void | Redo () override |
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 |
Private Attributes | |
| ::unotools::WeakReference< SdPage > | mxPage |
Definition at line 135 of file undoobjects.hxx.
| UndoAutoLayoutPosAndSize::UndoAutoLayoutPosAndSize | ( | SdPage & | rPage | ) |
Definition at line 295 of file undoobjects.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 305 of file undoobjects.cxx.
References unotools::WeakReference< class interface_type >::get(), and mxPage.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 300 of file undoobjects.cxx.
|
private |
Definition at line 144 of file undoobjects.hxx.
Referenced by Redo().