LibreOffice Module dbaccess (master) 1
|
#include <TableUndo.hxx>
Public Member Functions | |
OTableEditorTypeSelUndoAct (OTableEditorCtrl *pOwner, sal_Int32 nRowID, sal_uInt16 nColumn, TOTypeInfoSP _pOldType) | |
virtual | ~OTableEditorTypeSelUndoAct () 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_uInt16 | m_nCol |
sal_Int32 | m_nRow |
TOTypeInfoSP | m_pOldType |
TOTypeInfoSP | m_pNewType |
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 71 of file TableUndo.hxx.
OTableEditorTypeSelUndoAct::OTableEditorTypeSelUndoAct | ( | OTableEditorCtrl * | pOwner, |
sal_Int32 | nRowID, | ||
sal_uInt16 | nColumn, | ||
TOTypeInfoSP | _pOldType | ||
) |
Definition at line 120 of file TableUndo.cxx.
References pOwner.
|
overridevirtual |
Definition at line 128 of file TableUndo.cxx.
|
overrideprivatevirtual |
Reimplemented from dbaui::OTableDesignUndoAct.
Definition at line 146 of file TableUndo.cxx.
References m_nCol, m_nRow, m_pNewType, dbaui::OTableEditorUndoAct::pTabEdCtrl, and dbaui::OTableDesignUndoAct::Redo().
|
overrideprivatevirtual |
Reimplemented from dbaui::OTableDesignUndoAct.
Definition at line 132 of file TableUndo.cxx.
References dbaui::OFieldDescription::getTypeInfo(), m_nCol, m_nRow, m_pNewType, m_pOldType, dbaui::OTableEditorUndoAct::pTabEdCtrl, and dbaui::OTableDesignUndoAct::Undo().
|
private |
Definition at line 73 of file TableUndo.hxx.
|
private |
Definition at line 74 of file TableUndo.hxx.
|
private |
Definition at line 76 of file TableUndo.hxx.
|
private |
Definition at line 75 of file TableUndo.hxx.
Referenced by Undo().