|
LibreOffice Module sc (master) 1
|
#include <undostyl.hxx>
Public Member Functions | |
| ScUndoModifyStyle (ScDocShell *pDocSh, SfxStyleFamily eFam, const ScStyleSaveData &rOld, const ScStyleSaveData &rNew) | |
| virtual | ~ScUndoModifyStyle () 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 |
Static Private Member Functions | |
| static void | DoChange (ScDocShell *pDocSh, const OUString &rName, SfxStyleFamily eStyleFamily, const ScStyleSaveData &rData) |
Private Attributes | |
| SfxStyleFamily | eFamily |
| ScStyleSaveData | aOldData |
| ScStyleSaveData | aNewData |
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 48 of file undostyl.hxx.
| ScUndoModifyStyle::ScUndoModifyStyle | ( | ScDocShell * | pDocSh, |
| SfxStyleFamily | eFam, | ||
| const ScStyleSaveData & | rOld, | ||
| const ScStyleSaveData & | rNew | ||
| ) |
Definition at line 79 of file undostyl.cxx.
|
overridevirtual |
Definition at line 88 of file undostyl.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 220 of file undostyl.cxx.
|
staticprivate |
undo/redo document modifications for deleted styles undo/redo modifications of number formatter
Definition at line 118 of file undostyl.cxx.
References ScDocumentPool::CellStyleCreated(), SfxStyleSheetBasePool::Find(), ScDocShell::GetDocument(), ScStyleSaveData::GetItems(), SfxStyleSheetBase::GetItemSet(), ScStyleSaveData::GetName(), SfxStyleSheetBase::GetParent(), ScStyleSaveData::GetParent(), ScDocument::GetPool(), ScDocument::GetStyleSheetPool(), Grid, lcl_DocStyleChanged(), Left, ScStyleSheetPool::Make(), ScDocument::MaxCol(), ScDocument::MaxRow(), MAXTAB, ScDocument::ModifyStyleSheet(), ScDocShell::PageStyleModified(), ScDocShell::PostPaint(), ScStyleSheetPool::Remove(), ScDocument::RemovePageStyleInUse(), ScDocument::RenamePageStyleInUse(), SfxItemSet::Set(), SfxStyleSheetBase::SetName(), and SfxStyleSheetBase::SetParent().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 92 of file undostyl.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 209 of file undostyl.cxx.
References aNewData, aOldData, ScSimpleUndo::BeginRedo(), DoChange(), eFamily, ScSimpleUndo::EndRedo(), ScStyleSaveData::GetName(), and ScSimpleUndo::pDocShell.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 216 of file undostyl.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 202 of file undostyl.cxx.
References aNewData, aOldData, ScSimpleUndo::BeginUndo(), DoChange(), eFamily, ScSimpleUndo::EndUndo(), ScStyleSaveData::GetName(), and ScSimpleUndo::pDocShell.
|
private |
Definition at line 53 of file undostyl.hxx.
|
private |
Definition at line 52 of file undostyl.hxx.
|
private |
Definition at line 51 of file undostyl.hxx.
Referenced by GetComment(), Redo(), and Undo().