LibreOffice Module dbaccess (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
dbaui::OTableEditorTypeSelUndoAct Class Referencefinal

#include <TableUndo.hxx>

Inheritance diagram for dbaui::OTableEditorTypeSelUndoAct:
[legend]
Collaboration diagram for dbaui::OTableEditorTypeSelUndoAct:
[legend]

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 DateTimeGetDateTime () 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< OTableEditorCtrlpTabEdCtrl
 
- Protected Attributes inherited from dbaui::OTableDesignUndoAct
VclPtr< OTableRowViewm_pTabDgnCtrl
 

Detailed Description

Definition at line 71 of file TableUndo.hxx.

Constructor & Destructor Documentation

◆ OTableEditorTypeSelUndoAct()

OTableEditorTypeSelUndoAct::OTableEditorTypeSelUndoAct ( OTableEditorCtrl pOwner,
sal_Int32  nRowID,
sal_uInt16  nColumn,
TOTypeInfoSP  _pOldType 
)

Definition at line 120 of file TableUndo.cxx.

References pOwner.

◆ ~OTableEditorTypeSelUndoAct()

OTableEditorTypeSelUndoAct::~OTableEditorTypeSelUndoAct ( )
overridevirtual

Definition at line 128 of file TableUndo.cxx.

Member Function Documentation

◆ Redo()

void OTableEditorTypeSelUndoAct::Redo ( )
overrideprivatevirtual

◆ Undo()

void OTableEditorTypeSelUndoAct::Undo ( )
overrideprivatevirtual

Member Data Documentation

◆ m_nCol

sal_uInt16 dbaui::OTableEditorTypeSelUndoAct::m_nCol
private

Definition at line 73 of file TableUndo.hxx.

Referenced by Redo(), and Undo().

◆ m_nRow

sal_Int32 dbaui::OTableEditorTypeSelUndoAct::m_nRow
private

Definition at line 74 of file TableUndo.hxx.

Referenced by Redo(), and Undo().

◆ m_pNewType

TOTypeInfoSP dbaui::OTableEditorTypeSelUndoAct::m_pNewType
private

Definition at line 76 of file TableUndo.hxx.

Referenced by Redo(), and Undo().

◆ m_pOldType

TOTypeInfoSP dbaui::OTableEditorTypeSelUndoAct::m_pOldType
private

Definition at line 75 of file TableUndo.hxx.

Referenced by Undo().


The documentation for this class was generated from the following files: