|
LibreOffice Module dbaccess (master) 1
|
#include <TableUndo.hxx>
Public Member Functions | |
| OTableEditorUndoAct (OTableEditorCtrl *pOwner, TranslateId pCommentID) | |
| virtual | ~OTableEditorUndoAct () override |
Public Member Functions inherited from dbaui::OTableDesignUndoAct | |
| 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 Attributes | |
| VclPtr< OTableEditorCtrl > | pTabEdCtrl |
Protected Attributes inherited from dbaui::OTableDesignUndoAct | |
| VclPtr< OTableRowView > | m_pTabDgnCtrl |
Additional Inherited Members | |
Protected Member Functions inherited from dbaui::OTableDesignUndoAct | |
| virtual void | Undo () override |
| virtual void | Redo () override |
Definition at line 47 of file TableUndo.hxx.
| OTableEditorUndoAct::OTableEditorUndoAct | ( | OTableEditorCtrl * | pOwner, |
| TranslateId | pCommentID | ||
| ) |
Definition at line 110 of file TableUndo.cxx.
References pOwner.
|
overridevirtual |
Definition at line 116 of file TableUndo.cxx.
|
protected |
Definition at line 50 of file TableUndo.hxx.
Referenced by dbaui::OTableEditorTypeSelUndoAct::Redo(), dbaui::OTableEditorDelUndoAct::Redo(), dbaui::OTableEditorInsUndoAct::Redo(), dbaui::OTableEditorInsNewUndoAct::Redo(), dbaui::OPrimKeyUndoAct::Redo(), dbaui::OTableEditorTypeSelUndoAct::Undo(), dbaui::OTableEditorDelUndoAct::Undo(), dbaui::OTableEditorInsUndoAct::Undo(), dbaui::OTableEditorInsNewUndoAct::Undo(), and dbaui::OPrimKeyUndoAct::Undo().