LibreOffice Module sd (master) 1
|
#include <sdundo.hxx>
Public Member Functions | |
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 |
Protected Attributes | |
SdDrawDocument * | mpDoc |
ViewShellId | mnViewShellId |
Private Attributes | |
OUString | maComment |
Definition at line 27 of file sdundo.hxx.
SdUndoAction::SdUndoAction | ( | SdDrawDocument * | pSdDrawDocument | ) |
Definition at line 32 of file undoobjects.cxx.
References SdDrawDocument::GetDocSh(), sd::DrawDocShell::GetViewShell(), sd::ViewShell::GetViewShellBase(), SfxViewShell::GetViewShellId(), and mnViewShellId.
|
inlinevirtual |
Reimplemented in SdBackgroundObjUndoAction.
Definition at line 34 of file sdundo.hxx.
Referenced by SdUndoGroup::Merge().
|
inlineoverridevirtual |
Reimplemented from SfxUndoAction.
Reimplemented in sd::UndoTransition, ChangeSlideExclusionStateUndoAction, RenameLayoutTemplateUndoAction, SdMoveStyleSheetsUndoAction, and SdPresentationLayoutUndoAction.
Definition at line 33 of file sdundo.hxx.
References maComment.
|
overridevirtual |
See SfxUndoAction::GetViewShellId().
Reimplemented from SfxUndoAction.
Definition at line 42 of file undoobjects.cxx.
References mnViewShellId.
|
inline |
Definition at line 32 of file sdundo.hxx.
References maComment.
Referenced by ModifyPageUndoAction::ModifyPageUndoAction(), SdBackgroundObjUndoAction::SdBackgroundObjUndoAction(), SdLayerModifyUndoAction::SdLayerModifyUndoAction(), and StyleSheetUndoAction::StyleSheetUndoAction().
|
private |
Definition at line 42 of file sdundo.hxx.
|
protected |
Definition at line 40 of file sdundo.hxx.
Referenced by GetViewShellId(), and SdUndoAction().
|
protected |
Definition at line 39 of file sdundo.hxx.
Referenced by SdBackgroundObjUndoAction::Clone(), ModifyPageUndoAction::ModifyPageUndoAction(), StyleSheetUndoAction::Redo(), SdLayerModifyUndoAction::Redo(), ModifyPageUndoAction::Redo(), ChangeSlideExclusionStateUndoAction::Redo(), RenameLayoutTemplateUndoAction::Redo(), StyleSheetUndoAction::Undo(), SdLayerModifyUndoAction::Undo(), ModifyPageUndoAction::Undo(), ChangeSlideExclusionStateUndoAction::Undo(), RenameLayoutTemplateUndoAction::Undo(), and SdMoveStyleSheetsUndoAction::Undo().