LibreOffice Module sc (master) 1
|
#include <undoblk.hxx>
Public Member Functions | |
ScUndoUseScenario (ScDocShell *pNewDocShell, const ScMarkData &rMark, const ScArea &rDestArea, ScDocumentUniquePtr pNewUndoDoc, OUString aNewName) | |
virtual | ~ScUndoUseScenario () override |
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 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 Attributes | |
ScDocumentUniquePtr | pUndoDoc |
ScRange | aRange |
ScMarkData | aMarkData |
OUString | aName |
Additional Inherited Members | |
Public Types inherited from ScSimpleUndo | |
typedef std::map< SCTAB, std::unique_ptr< sc::ColumnSpanSet > > | DataSpansType |
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 ScSimpleUndo | |
ScDocShell * | pDocShell |
std::unique_ptr< SfxUndoAction > | pDetectiveUndo |
ViewShellId | mnViewShellId |
Definition at line 658 of file undoblk.hxx.
ScUndoUseScenario::ScUndoUseScenario | ( | ScDocShell * | pNewDocShell, |
const ScMarkData & | rMark, | ||
const ScArea & | rDestArea, | ||
ScDocumentUniquePtr | pNewUndoDoc, | ||
OUString | aNewName | ||
) |
Definition at line 1673 of file undoblk.cxx.
References ScRange::aEnd, aName, aRange, ScRange::aStart, ScArea::nColEnd, ScArea::nColStart, ScArea::nRowEnd, ScArea::nRowStart, ScArea::nTab, ScAddress::SetCol(), ScAddress::SetRow(), and ScAddress::SetTab().
|
overridevirtual |
Definition at line 1691 of file undoblk.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 1782 of file undoblk.cxx.
References ScViewData::GetDocument(), ScViewData::GetTabNo(), ScTabView::GetViewData(), ScViewData::GetViewShell(), ScDocument::IsScenario(), and rTarget.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 1695 of file undoblk.cxx.
References ScResId().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 1755 of file undoblk.cxx.
References aName, aRange, ScRange::aStart, ScSimpleUndo::BeginRedo(), ScTabView::DoneBlockMode(), ScSimpleUndo::EndRedo(), ScTabViewShell::GetActiveViewShell(), ScTabView::InitOwnBlockMode(), ScSimpleUndo::pDocShell, ScTabView::SetTabNo(), ScAddress::Tab(), and ScDocShell::UseScenario().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 1773 of file undoblk.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 1700 of file undoblk.cxx.
References ALL, aMarkData, aRange, ScRange::aStart, ScSimpleUndo::BeginUndo(), ScTabView::CellContentChanged(), ScDocument::DeleteAreaTab(), ScDocument::DeleteSelection(), ScTabView::DoneBlockMode(), ScSimpleUndo::EndUndo(), Extras, ScTabViewShell::GetActiveViewShell(), ScDocShell::GetDocument(), Grid, i, ScTabView::InitOwnBlockMode(), ScDocument::MaxCol(), ScDocument::MaxRow(), ScSimpleUndo::pDocShell, ScDocShell::PostDataChanged(), ScDocShell::PostPaint(), pUndoDoc, ScDocument::SetActiveScenario(), ScDocument::SetScenarioData(), ShowFrame, ScSimpleUndo::ShowTable(), ScAddress::Tab(), and TwoWay.
|
private |
Definition at line 678 of file undoblk.hxx.
Referenced by Undo().
|
private |
Definition at line 679 of file undoblk.hxx.
|
private |
Definition at line 677 of file undoblk.hxx.
Referenced by Redo(), ScUndoUseScenario(), and Undo().
|
private |
Definition at line 676 of file undoblk.hxx.
Referenced by Undo().