LibreOffice Module sd (master) 1
|
#include <undopage.hxx>
Public Member Functions | |
SdPageLRUndoAction (SdDrawDocument *pDoc, SdPage *pThePage, sal_Int32 nOldLft, sal_Int32 nOldRgt, sal_Int32 nNewLft, sal_Int32 nNewRgt) | |
virtual | ~SdPageLRUndoAction () override |
virtual void | Undo () override |
virtual void | Redo () override |
![]() | |
SdUndoAction (SdDrawDocument *pSdDrawDocument) | |
void | SetComment (const OUString &rStr) |
virtual OUString | GetComment () const override |
virtual SdUndoAction * | Clone () const |
ViewShellId | GetViewShellId () const override |
See SfxUndoAction::GetViewShellId(). More... | |
![]() | |
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 | |
SdPage * | mpPage |
sal_Int32 | mnOldLeft |
sal_Int32 | mnOldRight |
sal_Int32 | mnNewLeft |
sal_Int32 | mnNewRight |
Additional Inherited Members | |
![]() | |
SdDrawDocument * | mpDoc |
ViewShellId | mnViewShellId |
Definition at line 107 of file undopage.hxx.
|
inline |
Definition at line 117 of file undopage.hxx.
|
overridevirtual |
Definition at line 64 of file undopage.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 74 of file undopage.cxx.
References mnNewLeft, mnNewRight, mpPage, SdPage::SetLeftBorder(), and SdPage::SetRightBorder().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 68 of file undopage.cxx.
References mnOldLeft, mnOldRight, mpPage, SdPage::SetLeftBorder(), and SdPage::SetRightBorder().
|
private |
Definition at line 113 of file undopage.hxx.
Referenced by Redo().
|
private |
Definition at line 114 of file undopage.hxx.
Referenced by Redo().
|
private |
Definition at line 111 of file undopage.hxx.
Referenced by Undo().
|
private |
Definition at line 112 of file undopage.hxx.
Referenced by Undo().
|
private |
Definition at line 109 of file undopage.hxx.