LibreOffice Module dbaccess (master) 1
|
#include <GeneralUndo.hxx>
Public Member Functions | |
OCommentUndoAction (TranslateId pCommentID) | |
virtual OUString | GetComment () const override |
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 | |
OUString | m_strComment |
Definition at line 29 of file GeneralUndo.hxx.
|
inline |
Definition at line 34 of file GeneralUndo.hxx.
References DBA_RES, and m_strComment.
|
inlineoverridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 36 of file GeneralUndo.hxx.
References m_strComment.
|
private |
Definition at line 31 of file GeneralUndo.hxx.
Referenced by GetComment(), and OCommentUndoAction().