|
LibreOffice Module sc (master) 1
|
#include <undodat.hxx>
Public Member Functions | |
| ScUndoAutoFilter (ScDocShell *pNewDocShell, const ScRange &rRange, OUString aName, bool bSet) | |
| virtual | ~ScUndoAutoFilter () 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 ScDBFuncUndo | |
| ScDBFuncUndo (ScDocShell *pDocSh, const ScRange &rOriginal) | |
| virtual | ~ScDBFuncUndo () override |
| void | BeginUndo () |
| void | EndUndo () |
| void | BeginRedo () |
| void | EndRedo () |
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 (bool bUndo) |
Private Attributes | |
| OUString | aDBName |
| bool | bFilterSet |
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 ScDBFuncUndo | |
| std::unique_ptr< ScDBData > | pAutoDBRange |
| ScRange | aOriginalRange |
Protected Attributes inherited from ScSimpleUndo | |
| ScDocShell * | pDocShell |
| std::unique_ptr< SfxUndoAction > | pDetectiveUndo |
| ViewShellId | mnViewShellId |
Definition at line 237 of file undodat.hxx.
| ScUndoAutoFilter::ScUndoAutoFilter | ( | ScDocShell * | pNewDocShell, |
| const ScRange & | rRange, | ||
| OUString | aName, | ||
| bool | bSet | ||
| ) |
Definition at line 900 of file undodat.cxx.
References aName.
|
overridevirtual |
Definition at line 908 of file undodat.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 972 of file undodat.cxx.
|
private |
Definition at line 917 of file undodat.cxx.
References aDBName, ScDBFuncUndo::aOriginalRange, ScDocument::ApplyFlagsTab(), ScRange::aStart, Auto, bFilterSet, ScDBCollection::NamedDBs::findByUpperName(), ScDocument::GetAnonymousDBData(), ScDBData::GetArea(), ScGlobal::getCharClass(), ScDocument::GetDBCollection(), ScDocShell::GetDocument(), ScDBCollection::getNamedDBs(), Grid, ScSimpleUndo::pDocShell, ScDocShell::PostPaint(), ScDocument::RemoveFlagsTab(), ScDBData::SetAutoFilter(), STR_DB_LOCAL_NONAME, and ScAddress::Tab().
|
overridevirtual |
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 961 of file undodat.cxx.
References ScDBFuncUndo::BeginRedo(), DoChange(), and ScDBFuncUndo::EndRedo().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 968 of file undodat.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 954 of file undodat.cxx.
References ScDBFuncUndo::BeginUndo(), DoChange(), and ScDBFuncUndo::EndUndo().
|
private |
Definition at line 240 of file undodat.hxx.
Referenced by DoChange().
|
private |
Definition at line 241 of file undodat.hxx.
Referenced by DoChange().