|
LibreOffice Module svx (master) 1
|
#include <tableundo.hxx>
Public Member Functions | |
| RemoveColUndo (const TableModelRef &xTable, sal_Int32 nIndex, ColumnVector &aNewCols, CellVector &aCells) | |
| virtual | ~RemoveColUndo () override |
| virtual void | Undo () override |
| virtual void | Redo () override |
Public Member Functions inherited from SdrUndoAction | |
| virtual | ~SdrUndoAction () override |
| virtual bool | CanRepeat (SfxRepeatTarget &rView) const override |
| virtual void | Repeat (SfxRepeatTarget &rView) override |
| virtual OUString | GetRepeatComment (SfxRepeatTarget &rView) const override |
| virtual OUString | GetSdrRepeatComment () const |
| virtual bool | CanSdrRepeat (SdrView &rView) const |
| virtual void | SdrRepeat (SdrView &rView) |
| ViewShellId | GetViewShellId () const override |
| See SfxUndoAction::GetViewShellId(). More... | |
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 Attributes | |
| TableModelRef | mxTable |
| sal_Int32 | mnIndex |
| ColumnVector | maColumns |
| CellVector | maCells |
| bool | mbUndo |
Additional Inherited Members | |
Protected Member Functions inherited from SdrUndoAction | |
| SdrUndoAction (SdrModel &rNewMod) | |
Protected Attributes inherited from SdrUndoAction | |
| SdrModel & | rMod |
| ViewShellId | m_nViewShellId |
Definition at line 141 of file tableundo.hxx.
| sdr::table::RemoveColUndo::RemoveColUndo | ( | const TableModelRef & | xTable, |
| sal_Int32 | nIndex, | ||
| ColumnVector & | aNewCols, | ||
| CellVector & | aCells | ||
| ) |
|
overridevirtual |
Definition at line 307 of file tableundo.cxx.
References sdr::table::Dispose(), maCells, maColumns, and mbUndo.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 327 of file tableundo.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 317 of file tableundo.cxx.
References maCells, maColumns, mbUndo, mnIndex, and mxTable.
|
private |
Definition at line 154 of file tableundo.hxx.
Referenced by RemoveColUndo(), Undo(), and ~RemoveColUndo().
|
private |
Definition at line 153 of file tableundo.hxx.
Referenced by Redo(), RemoveColUndo(), Undo(), and ~RemoveColUndo().
|
private |
Definition at line 155 of file tableundo.hxx.
Referenced by Redo(), Undo(), and ~RemoveColUndo().
|
private |
Definition at line 152 of file tableundo.hxx.
|
private |
Definition at line 151 of file tableundo.hxx.