LibreOffice Module sc (master) 1
|
#include <undobase.hxx>
Public Member Functions | |
ScUndoWrapper (std::unique_ptr< SfxUndoAction > pUndo) | |
virtual | ~ScUndoWrapper () override |
SfxUndoAction * | GetWrappedUndo () |
void | ForgetWrappedUndo () |
virtual void | Undo () override |
virtual void | Redo () override |
virtual void | Repeat (SfxRepeatTarget &rTarget) override |
virtual bool | CanRepeat (SfxRepeatTarget &rTarget) const override |
virtual bool | Merge (SfxUndoAction *pNextAction) override |
virtual OUString | GetComment () const override |
virtual OUString | GetRepeatComment (SfxRepeatTarget &) const override |
ViewShellId | GetViewShellId () const override |
See SfxUndoAction::GetViewShellId(). More... | |
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 | |
std::unique_ptr< SfxUndoAction > | pWrappedUndo |
ViewShellId | mnViewShellId |
Definition at line 160 of file undobase.hxx.
ScUndoWrapper::ScUndoWrapper | ( | std::unique_ptr< SfxUndoAction > | pUndo | ) |
Definition at line 549 of file undobase.cxx.
References mnViewShellId, and pWrappedUndo.
|
overridevirtual |
Definition at line 557 of file undobase.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 611 of file undobase.cxx.
References pWrappedUndo, and rTarget.
void ScUndoWrapper::ForgetWrappedUndo | ( | ) |
Definition at line 561 of file undobase.cxx.
References pWrappedUndo.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 566 of file undobase.cxx.
References pWrappedUndo.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 578 of file undobase.cxx.
References pWrappedUndo, and rTarget.
|
overridevirtual |
See SfxUndoAction::GetViewShellId().
Reimplemented from SfxUndoAction.
Definition at line 573 of file undobase.cxx.
References mnViewShellId.
|
inline |
Definition at line 169 of file undobase.hxx.
References pWrappedUndo.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 585 of file undobase.cxx.
References pWrappedUndo.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 599 of file undobase.cxx.
References pWrappedUndo.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 605 of file undobase.cxx.
References pWrappedUndo, and rTarget.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 593 of file undobase.cxx.
References pWrappedUndo.
|
private |
Definition at line 163 of file undobase.hxx.
Referenced by GetViewShellId(), and ScUndoWrapper().
|
private |
Definition at line 162 of file undobase.hxx.
Referenced by CanRepeat(), ForgetWrappedUndo(), GetComment(), GetRepeatComment(), GetWrappedUndo(), Merge(), Redo(), Repeat(), ScUndoWrapper(), and Undo().