LibreOffice Module sd (master) 1
|
#include <undopage.hxx>
Public Member Functions | |
SdPageULUndoAction (SdDrawDocument *pDoc, SdPage *pThePage, sal_Int32 nOldUpr, sal_Int32 nOldLwr, sal_Int32 nNewUpr, sal_Int32 nNewLwr) | |
virtual | ~SdPageULUndoAction () override |
virtual void | Undo () override |
virtual void | Redo () override |
UL-Redo() More... | |
![]() | |
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 | mnOldUpper |
sal_Int32 | mnOldLower |
sal_Int32 | mnNewUpper |
sal_Int32 | mnNewLower |
Additional Inherited Members | |
![]() | |
SdDrawDocument * | mpDoc |
ViewShellId | mnViewShellId |
Definition at line 135 of file undopage.hxx.
|
inline |
Definition at line 145 of file undopage.hxx.
|
overridevirtual |
Definition at line 80 of file undopage.cxx.
|
overridevirtual |
UL-Redo()
Reimplemented from SfxUndoAction.
Definition at line 93 of file undopage.cxx.
References mnNewLower, mnNewUpper, mpPage, SdPage::SetLowerBorder(), and SdPage::SetUpperBorder().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 84 of file undopage.cxx.
References mnOldLower, mnOldUpper, mpPage, SdPage::SetLowerBorder(), and SdPage::SetUpperBorder().
|
private |
Definition at line 142 of file undopage.hxx.
Referenced by Redo().
|
private |
Definition at line 141 of file undopage.hxx.
Referenced by Redo().
|
private |
Definition at line 140 of file undopage.hxx.
Referenced by Undo().
|
private |
Definition at line 139 of file undopage.hxx.
Referenced by Undo().
|
private |
Definition at line 137 of file undopage.hxx.