|
LibreOffice Module dbaccess (master) 1
|
#include <TableUndo.hxx>
Public Member Functions | |
| OTableDesignUndoAct (OTableRowView *pOwner, TranslateId pCommentID) | |
| virtual | ~OTableDesignUndoAct () override |
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 |
| virtual void | Redo () override |
Protected Attributes | |
| VclPtr< OTableRowView > | m_pTabDgnCtrl |
Definition at line 34 of file TableUndo.hxx.
| OTableDesignUndoAct::OTableDesignUndoAct | ( | OTableRowView * | pOwner, |
| TranslateId | pCommentID | ||
| ) |
Definition at line 34 of file TableUndo.cxx.
References m_pTabDgnCtrl, and pOwner.
|
overridevirtual |
Definition at line 41 of file TableUndo.cxx.
|
overrideprotectedvirtual |
Reimplemented from SfxUndoAction.
Reimplemented in dbaui::OTableDesignCellUndoAct, dbaui::OTableEditorTypeSelUndoAct, dbaui::OTableEditorDelUndoAct, dbaui::OTableEditorInsUndoAct, dbaui::OTableEditorInsNewUndoAct, and dbaui::OPrimKeyUndoAct.
Definition at line 57 of file TableUndo.cxx.
References m_pTabDgnCtrl.
Referenced by dbaui::OTableDesignCellUndoAct::Redo(), dbaui::OTableEditorTypeSelUndoAct::Redo(), dbaui::OTableEditorDelUndoAct::Redo(), dbaui::OTableEditorInsUndoAct::Redo(), dbaui::OTableEditorInsNewUndoAct::Redo(), and dbaui::OPrimKeyUndoAct::Redo().
|
overrideprotectedvirtual |
Reimplemented from SfxUndoAction.
Reimplemented in dbaui::OTableDesignCellUndoAct, dbaui::OTableEditorTypeSelUndoAct, dbaui::OTableEditorDelUndoAct, dbaui::OTableEditorInsUndoAct, dbaui::OTableEditorInsNewUndoAct, and dbaui::OPrimKeyUndoAct.
Definition at line 45 of file TableUndo.cxx.
References m_pTabDgnCtrl.
Referenced by dbaui::OTableDesignCellUndoAct::Undo(), dbaui::OTableEditorTypeSelUndoAct::Undo(), dbaui::OTableEditorDelUndoAct::Undo(), dbaui::OTableEditorInsUndoAct::Undo(), dbaui::OTableEditorInsNewUndoAct::Undo(), and dbaui::OPrimKeyUndoAct::Undo().
|
protected |
Definition at line 37 of file TableUndo.hxx.
Referenced by dbaui::OTableDesignCellUndoAct::OTableDesignCellUndoAct(), OTableDesignUndoAct(), Redo(), dbaui::OTableDesignCellUndoAct::Redo(), Undo(), and dbaui::OTableDesignCellUndoAct::Undo().