LibreOffice Module sc (master) 1
|
#include <undodat.hxx>
Public Member Functions | |
ScUndoDataForm (ScDocShell *pNewDocShell, SCCOL nStartX, SCROW nStartY, SCTAB nStartZ, SCCOL nEndX, SCROW nEndY, SCTAB nEndZ, const ScMarkData &rMark, ScDocumentUniquePtr pNewUndoDoc, ScDocumentUniquePtr pNewRedoDoc, std::unique_ptr< ScRefUndoData > pRefData) | |
virtual void | Undo () override |
virtual void | Redo () override |
virtual void | Repeat (SfxRepeatTarget &rTarget) override |
virtual bool | CanRepeat (SfxRepeatTarget &rTarget) const override |
virtual OUString | GetComment () const override |
Public Member Functions inherited from ScBlockUndo | |
ScBlockUndo (ScDocShell *pDocSh, const ScRange &rRange, ScBlockUndoMode eBlockMode) | |
virtual | ~ScBlockUndo () override |
virtual std::optional< ScRange > | getAffectedRange () const override |
Public Member Functions inherited from ScSimpleUndo | |
ScSimpleUndo (ScDocShell *pDocSh) | |
virtual bool | Merge (SfxUndoAction *pNextAction) override |
ViewShellId | GetViewShellId () const override |
See SfxUndoAction::GetViewShellId(). More... | |
virtual std::optional< ScRange > | getAffectedRange () const |
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 | DoChange (const bool bUndo) |
Private Attributes | |
std::unique_ptr< ScMarkData > | mxMarkData |
ScDocumentUniquePtr | xUndoDoc |
ScDocumentUniquePtr | xRedoDoc |
std::unique_ptr< ScRefUndoData > | xRefUndoData |
std::unique_ptr< ScRefUndoData > | xRefRedoData |
bool | bRedoFilled |
Additional Inherited Members | |
Public Types inherited from ScSimpleUndo | |
typedef std::map< SCTAB, std::unique_ptr< sc::ColumnSpanSet > > | DataSpansType |
Protected Member Functions inherited from ScBlockUndo | |
void | BeginUndo () |
void | EndUndo () |
void | EndRedo () |
bool | AdjustHeight () |
void | ShowBlock () |
Protected Member Functions inherited from ScSimpleUndo | |
bool | IsPaintLocked () const |
bool | SetViewMarkData (const ScMarkData &rMarkData) |
void | BeginUndo () |
void | EndUndo () |
void | BeginRedo () |
void | EndRedo () |
void | BroadcastChanges (const ScRange &rRange) |
void | BroadcastChanges (const DataSpansType &rSpans) |
Broadcast changes on specified spans. More... | |
Static Protected Member Functions inherited from ScSimpleUndo | |
static void | ShowTable (SCTAB nTab) |
static void | ShowTable (const ScRange &rRange) |
Protected Attributes inherited from ScBlockUndo | |
ScRange | aBlockRange |
std::unique_ptr< SdrUndoAction > | pDrawUndo |
ScBlockUndoMode | eMode |
Protected Attributes inherited from ScSimpleUndo | |
ScDocShell * | pDocShell |
std::unique_ptr< SfxUndoAction > | pDetectiveUndo |
ViewShellId | mnViewShellId |
Definition at line 419 of file undodat.hxx.
ScUndoDataForm::ScUndoDataForm | ( | ScDocShell * | pNewDocShell, |
SCCOL | nStartX, | ||
SCROW | nStartY, | ||
SCTAB | nStartZ, | ||
SCCOL | nEndX, | ||
SCROW | nEndY, | ||
SCTAB | nEndZ, | ||
const ScMarkData & | rMark, | ||
ScDocumentUniquePtr | pNewUndoDoc, | ||
ScDocumentUniquePtr | pNewRedoDoc, | ||
std::unique_ptr< ScRefUndoData > | pRefData | ||
) |
Definition at line 1759 of file undodat.cxx.
References ScBlockUndo::aBlockRange, ScDocShell::GetDocument(), mxMarkData, ScSimpleUndo::pDocShell, and xRefUndoData.
|
overridevirtual |
|
private |
include in ScBlockUndo?
Definition at line 1817 of file undodat.cxx.
References ScBlockUndo::aBlockRange, ScViewFunc::AdjustBlockHeight(), ScRange::aEnd, ScRange::aStart, bRedoFilled, ScTabView::CellContentChanged(), ScAddress::Col(), ScDocument::CopyToDocument(), ScRefUndoData::DoUndo(), ScDocument::ExtendMerge(), ScTabViewShell::GetActiveViewShell(), ScDocument::GetChangeTrack(), ScDocShell::GetDocument(), ScDocument::GetTableCount(), Grid, i, Left, ScDocument::MaxCol(), ScDocument::MaxRow(), mxMarkData, ScSimpleUndo::pDocShell, ScBlockUndo::pDrawUndo, ScDocShell::PostDataChanged(), ScDocShell::PostPaint(), RedoSdrUndoAction(), ScDocument::RefreshAutoFilter(), ScAddress::Row(), SCDOCMODE_UNDO, ScAddress::SetCol(), ScAddress::SetRow(), ScDocument::SetString(), ScAddress::SetTab(), ScAddress::Tab(), Top, ScChangeTrack::Undo(), ScDocShell::UpdatePaintExt(), VALUE, xRedoDoc, xRefRedoData, xRefUndoData, and xUndoDoc.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 1783 of file undodat.cxx.
References ScResId().
|
overridevirtual |
include in ScBlockUndo?
include in ScBlockUndo?
Reimplemented from SfxUndoAction.
Definition at line 1797 of file undodat.cxx.
References ScSimpleUndo::BeginRedo(), DoChange(), EnableDrawAdjust(), ScBlockUndo::EndRedo(), ScDocShell::GetDocument(), ScSimpleUndo::pDocShell, and SfxGetpApp().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 1808 of file undodat.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 1788 of file undodat.cxx.
References ScBlockUndo::aBlockRange, ScBlockUndo::BeginUndo(), DoChange(), ScBlockUndo::EndUndo(), SfxGetpApp(), and ScSimpleUndo::ShowTable().
|
private |
Definition at line 441 of file undodat.hxx.
Referenced by DoChange().
|
private |
Definition at line 436 of file undodat.hxx.
Referenced by DoChange(), and ScUndoDataForm().
|
private |
Definition at line 438 of file undodat.hxx.
Referenced by DoChange().
|
private |
Definition at line 440 of file undodat.hxx.
Referenced by DoChange().
|
private |
Definition at line 439 of file undodat.hxx.
Referenced by DoChange(), and ScUndoDataForm().
|
private |
Definition at line 437 of file undodat.hxx.
Referenced by DoChange().