LibreOffice Module dbaccess (master) 1
|
#include <TableUndo.hxx>
Public Member Functions | |
OTableEditorInsNewUndoAct (OTableEditorCtrl *pOwner, sal_Int32 nInsertPosition, sal_Int32 nInsertedRows) | |
virtual | ~OTableEditorInsNewUndoAct () override |
Public Member Functions inherited from dbaui::OTableEditorUndoAct | |
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 |
Private Member Functions | |
virtual void | Undo () override |
virtual void | Redo () override |
Private Attributes | |
sal_Int32 | m_nInsPos |
sal_Int32 | m_nInsRows |
Additional Inherited Members | |
virtual void | Undo () override |
virtual void | Redo () override |
Protected Attributes inherited from dbaui::OTableEditorUndoAct | |
VclPtr< OTableEditorCtrl > | pTabEdCtrl |
Protected Attributes inherited from dbaui::OTableDesignUndoAct | |
VclPtr< OTableRowView > | m_pTabDgnCtrl |
Definition at line 110 of file TableUndo.hxx.
OTableEditorInsNewUndoAct::OTableEditorInsNewUndoAct | ( | OTableEditorCtrl * | pOwner, |
sal_Int32 | nInsertPosition, | ||
sal_Int32 | nInsertedRows | ||
) |
Definition at line 260 of file TableUndo.cxx.
References pOwner.
|
overridevirtual |
Definition at line 267 of file TableUndo.cxx.
|
overrideprivatevirtual |
Reimplemented from dbaui::OTableDesignUndoAct.
Definition at line 284 of file TableUndo.cxx.
References i, m_nInsPos, m_nInsRows, dbaui::OTableEditorUndoAct::pTabEdCtrl, and dbaui::OTableDesignUndoAct::Redo().
|
overrideprivatevirtual |
Reimplemented from dbaui::OTableDesignUndoAct.
Definition at line 271 of file TableUndo.cxx.
References m_nInsPos, m_nInsRows, dbaui::OTableEditorUndoAct::pTabEdCtrl, and dbaui::OTableDesignUndoAct::Undo().
|
private |
Definition at line 112 of file TableUndo.hxx.
|
private |
Definition at line 113 of file TableUndo.hxx.