|
LibreOffice Module dbaccess (master) 1
|
#include <undosqledit.hxx>
Public Member Functions | |
| OSqlEditUndoAct (OQueryTextView &rEdit) | |
| void | SetOriginalText (const OUString &strText) |
Public Member Functions inherited from dbaui::OCommentUndoAction | |
| 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 Member Functions | |
| virtual void | Undo () override |
| virtual void | Redo () override |
| void | ToggleText () |
Private Attributes | |
| OQueryTextView & | m_rOwner |
| OUString | m_strNextText |
Definition at line 29 of file undosqledit.hxx.
|
inline |
Definition at line 39 of file undosqledit.hxx.
|
inlineoverrideprivatevirtual |
Reimplemented from SfxUndoAction.
Definition at line 35 of file undosqledit.hxx.
References ToggleText().
|
inline |
Definition at line 41 of file undosqledit.hxx.
References m_strNextText.
|
private |
Definition at line 25 of file undosqledit.cxx.
References dbaui::OQueryTextView::GetSQLText(), m_rOwner, m_strNextText, and dbaui::OQueryTextView::SetSQLText().
|
inlineoverrideprivatevirtual |
Reimplemented from SfxUndoAction.
Definition at line 34 of file undosqledit.hxx.
References ToggleText().
|
private |
Definition at line 31 of file undosqledit.hxx.
Referenced by ToggleText().
|
private |
Definition at line 32 of file undosqledit.hxx.
Referenced by SetOriginalText(), and ToggleText().