|
LibreOffice Module svx (master) 1
|
#include <tableundo.hxx>
Classes | |
| struct | Data |
Public Member Functions | |
| TableRowUndo (const TableRowRef &xRow) | |
| virtual | ~TableRowUndo () override |
| virtual void | Undo () override |
| virtual void | Redo () override |
| virtual bool | Merge (SfxUndoAction *pNextAction) 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 Member Functions | |
| void | setData (const Data &rData) |
| void | getData (Data &rData) |
Private Attributes | |
| TableRowRef | mxRow |
| Data | maUndoData |
| Data | maRedoData |
| bool | mbHasRedoData |
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 199 of file tableundo.hxx.
|
explicit |
Definition at line 406 of file tableundo.cxx.
References getData(), and maUndoData.
|
overridevirtual |
Definition at line 415 of file tableundo.cxx.
|
private |
Definition at line 458 of file tableundo.cxx.
References sdr::table::TableRowUndo::Data::maName, sdr::table::TableRowUndo::Data::mbIsStartOfNewPage, sdr::table::TableRowUndo::Data::mbIsVisible, sdr::table::TableRowUndo::Data::mbOptimalHeight, sdr::table::TableRowUndo::Data::mnHeight, sdr::table::TableRowUndo::Data::mnRow, and mxRow.
Referenced by TableRowUndo(), and Undo().
|
overridevirtual |
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 431 of file tableundo.cxx.
References maRedoData, and setData().
|
private |
Definition at line 444 of file tableundo.cxx.
References sdr::table::TableRowUndo::Data::maName, sdr::table::TableRowUndo::Data::mbIsStartOfNewPage, sdr::table::TableRowUndo::Data::mbIsVisible, sdr::table::TableRowUndo::Data::mbOptimalHeight, sdr::table::TableRowUndo::Data::mnHeight, sdr::table::TableRowUndo::Data::mnRow, and mxRow.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 420 of file tableundo.cxx.
References getData(), maRedoData, maUndoData, mbHasRedoData, and setData().
|
private |
Definition at line 225 of file tableundo.hxx.
|
private |
Definition at line 224 of file tableundo.hxx.
Referenced by TableRowUndo(), and Undo().
|
private |
Definition at line 226 of file tableundo.hxx.
Referenced by Undo().
|
private |
Definition at line 223 of file tableundo.hxx.