LibreOffice Module sc (master)
1
|
#include <undocell.hxx>
Public Member Functions | |
ScUndoPageBreak (ScDocShell *pNewDocShell, SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab, bool bNewColumn, bool bNewInsert) | |
virtual | ~ScUndoPageBreak () 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 |
![]() | |
ScSimpleUndo (ScDocShell *pDocSh) | |
virtual bool | Merge (SfxUndoAction *pNextAction) override |
ViewShellId | GetViewShellId () const override |
See SfxUndoAction::GetViewShellId(). More... | |
![]() | |
SfxUndoAction () | |
virtual | ~SfxUndoAction () COVERITY_NOEXCEPT_FALSE |
virtual void | UndoWithContext (SfxUndoContext &i_context) |
virtual void | RedoWithContext (SfxUndoContext &i_context) |
virtual OUString | GetRepeatComment (SfxRepeatTarget &) const |
const DateTime & | GetDateTime () const |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Private Member Functions | |
void | DoChange (bool bInsert) const |
Private Attributes | |
SCCOL | nCol |
SCROW | nRow |
SCTAB | nTab |
bool | bColumn |
bool | bInsert |
Additional Inherited Members | |
![]() | |
typedef std::map< SCTAB, std::unique_ptr< sc::ColumnSpanSet > > | DataSpansType |
![]() | |
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 void | ShowTable (SCTAB nTab) |
static void | ShowTable (const ScRange &rRange) |
![]() | |
ScDocShell * | pDocShell |
std::unique_ptr< SfxUndoAction > | pDetectiveUndo |
ViewShellId | mnViewShellId |
Definition at line 159 of file undocell.hxx.
ScUndoPageBreak::ScUndoPageBreak | ( | ScDocShell * | pNewDocShell, |
SCCOL | nNewCol, | ||
SCROW | nNewRow, | ||
SCTAB | nNewTab, | ||
bool | bNewColumn, | ||
bool | bNewInsert | ||
) |
Definition at line 491 of file undocell.cxx.
|
overridevirtual |
Definition at line 503 of file undocell.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 566 of file undocell.cxx.
|
private |
Definition at line 521 of file undocell.cxx.
References bColumn, ScViewFunc::DeletePageBreak(), ScTabViewShell::GetActiveViewShell(), ScDocShell::GetDocument(), ScViewFunc::InsertPageBreak(), ScDocument::InvalidatePageBreaks(), ScTabView::MoveCursorAbs(), nCol, nRow, nTab, ScSimpleUndo::pDocShell, SC_FOLLOW_JUMP, and ScTabView::SetTabNo().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 507 of file undocell.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 546 of file undocell.cxx.
References ScSimpleUndo::BeginRedo(), bInsert, DoChange(), and ScSimpleUndo::EndRedo().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 553 of file undocell.cxx.
References bColumn, bInsert, ScViewFunc::DeletePageBreak(), SfxShell::GetViewShell(), and ScViewFunc::InsertPageBreak().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 539 of file undocell.cxx.
References ScSimpleUndo::BeginUndo(), bInsert, DoChange(), and ScSimpleUndo::EndUndo().
|
private |
Definition at line 178 of file undocell.hxx.
Referenced by DoChange(), GetComment(), and Repeat().
|
private |
Definition at line 179 of file undocell.hxx.
Referenced by GetComment(), Redo(), Repeat(), and Undo().
|
private |
Definition at line 175 of file undocell.hxx.
Referenced by DoChange().
|
private |
Definition at line 176 of file undocell.hxx.
Referenced by DoChange().
|
private |
Definition at line 177 of file undocell.hxx.
Referenced by DoChange().