LibreOffice Module dbaccess (master) 1
|
#include <QueryDesignFieldUndoAct.hxx>
Public Member Functions | |
OQueryDesignFieldUndoAct (OSelectionBrowseBox *pSelBrwBox, TranslateId pCommentID) | |
virtual | ~OQueryDesignFieldUndoAct () override |
void | SetColumnPosition (sal_uInt16 _nColumnPosition) |
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 |
Protected Member Functions | |
virtual void | Undo () override=0 |
virtual void | Redo () override=0 |
Protected Attributes | |
VclPtr< OSelectionBrowseBox > | pOwner |
sal_uInt16 | m_nColumnPosition |
Definition at line 30 of file QueryDesignFieldUndoAct.hxx.
OQueryDesignFieldUndoAct::OQueryDesignFieldUndoAct | ( | OSelectionBrowseBox * | pSelBrwBox, |
TranslateId | pCommentID | ||
) |
Definition at line 27 of file QueryTabWinUndoAct.cxx.
References BROWSER_INVALIDID, and pOwner.
|
overridevirtual |
Definition at line 34 of file QueryTabWinUndoAct.cxx.
References pOwner.
|
overrideprotectedpure virtual |
Reimplemented from SfxUndoAction.
Implemented in dbaui::OTabFieldCellModifiedUndoAct, dbaui::OTabFieldSizedUndoAct, dbaui::OTabFieldDelUndoAct, dbaui::OTabFieldCreateUndoAct, and dbaui::OTabFieldMovedUndoAct.
|
inline |
Definition at line 43 of file QueryDesignFieldUndoAct.hxx.
References BROWSER_INVALIDID, and m_nColumnPosition.
|
overrideprotectedpure virtual |
Reimplemented from SfxUndoAction.
Implemented in dbaui::OTabFieldCellModifiedUndoAct, dbaui::OTabFieldSizedUndoAct, dbaui::OTabFieldDelUndoAct, dbaui::OTabFieldCreateUndoAct, and dbaui::OTabFieldMovedUndoAct.
|
protected |
Definition at line 34 of file QueryDesignFieldUndoAct.hxx.
Referenced by dbaui::OTabFieldCreateUndoAct::Redo(), SetColumnPosition(), dbaui::OTabFieldCellModifiedUndoAct::Undo(), dbaui::OTabFieldSizedUndoAct::Undo(), dbaui::OTabFieldDelUndoAct::Undo(), and dbaui::OTabFieldMovedUndoAct::Undo().
|
protected |
Definition at line 33 of file QueryDesignFieldUndoAct.hxx.
Referenced by dbaui::OTabFieldDelUndoAct::Redo(), dbaui::OTabFieldCreateUndoAct::Redo(), dbaui::OTabFieldCellModifiedUndoAct::Undo(), dbaui::OTabFieldSizedUndoAct::Undo(), dbaui::OTabFieldDelUndoAct::Undo(), dbaui::OTabFieldCreateUndoAct::Undo(), dbaui::OTabFieldMovedUndoAct::Undo(), and ~OQueryDesignFieldUndoAct().