LibreOffice Module sd (master) 1
|
#include <unprlout.hxx>
Public Member Functions | |
SdPresentationLayoutUndoAction (SdDrawDocument *pTheDoc, const OUString &aTheOldLayoutName, const OUString &aTheNewLayoutName, AutoLayout eTheOldAutoLayout, AutoLayout eTheNewAutoLayout, bool bSet, SdPage *pThePage) | |
virtual | ~SdPresentationLayoutUndoAction () override |
virtual void | Undo () override |
virtual void | Redo () override |
virtual OUString | GetComment () const 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 | |
OUString | aOldLayoutName |
OUString | aNewLayoutName |
AutoLayout | eOldAutoLayout |
AutoLayout | eNewAutoLayout |
bool | bSetAutoLayout |
SdPage * | pPage |
OUString | aComment |
Additional Inherited Members | |
![]() | |
SdDrawDocument * | mpDoc |
ViewShellId | mnViewShellId |
Definition at line 29 of file unprlout.hxx.
SdPresentationLayoutUndoAction::SdPresentationLayoutUndoAction | ( | SdDrawDocument * | pTheDoc, |
const OUString & | aTheOldLayoutName, | ||
const OUString & | aTheNewLayoutName, | ||
AutoLayout | eTheOldAutoLayout, | ||
AutoLayout | eTheNewAutoLayout, | ||
bool | bSet, | ||
SdPage * | pThePage | ||
) |
Definition at line 29 of file unprlout.cxx.
References aComment, aNewLayoutName, aOldLayoutName, bSetAutoLayout, DBG_ASSERT, eNewAutoLayout, eOldAutoLayout, pPage, and SdResId().
|
overridevirtual |
Definition at line 64 of file unprlout.cxx.
|
overridevirtual |
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 57 of file unprlout.cxx.
References aNewLayoutName, bSetAutoLayout, eNewAutoLayout, pPage, SdPage::SetAutoLayout(), and SdPage::SetPresentationLayout().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 50 of file unprlout.cxx.
References aOldLayoutName, bSetAutoLayout, eOldAutoLayout, pPage, SdPage::SetAutoLayout(), and SdPage::SetPresentationLayout().
|
private |
Definition at line 37 of file unprlout.hxx.
Referenced by GetComment(), and SdPresentationLayoutUndoAction().
|
private |
Definition at line 32 of file unprlout.hxx.
Referenced by Redo(), and SdPresentationLayoutUndoAction().
|
private |
Definition at line 31 of file unprlout.hxx.
Referenced by SdPresentationLayoutUndoAction(), and Undo().
|
private |
Definition at line 35 of file unprlout.hxx.
Referenced by Redo(), SdPresentationLayoutUndoAction(), and Undo().
|
private |
Definition at line 34 of file unprlout.hxx.
Referenced by Redo(), and SdPresentationLayoutUndoAction().
|
private |
Definition at line 33 of file unprlout.hxx.
Referenced by SdPresentationLayoutUndoAction(), and Undo().
|
private |
Definition at line 36 of file unprlout.hxx.
Referenced by Redo(), SdPresentationLayoutUndoAction(), and Undo().