| 
    LibreOffice Module sc (master) 1
    
   | 
 
#include <undotab.hxx>
Public Member Functions | |
| ScUndoInsertTables (ScDocShell *pNewDocShell, SCTAB nTabNum, std::vector< OUString > &&newNameList) | |
| virtual | ~ScUndoInsertTables () 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 Member Functions | |
| void | SetChangeTrack () | 
Private Attributes | |
| std::unique_ptr< SdrUndoAction > | pDrawUndo | 
| std::vector< OUString > | aNameList | 
| sal_uLong | nStartChangeAction | 
| sal_uLong | nEndChangeAction | 
| SCTAB | nTab | 
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 64 of file undotab.hxx.
| ScUndoInsertTables::ScUndoInsertTables | ( | ScDocShell * | pNewDocShell, | 
| SCTAB | nTabNum, | ||
| std::vector< OUString > && | newNameList | ||
| ) | 
Definition at line 159 of file undotab.cxx.
References ScDocShell::GetDocument(), GetSdrUndoAction(), ScSimpleUndo::pDocShell, pDrawUndo, and SetChangeTrack().
      
  | 
  overridevirtual | 
Definition at line 171 of file undotab.cxx.
References pDrawUndo.
      
  | 
  overridevirtual | 
      
  | 
  overridevirtual | 
      
  | 
  overridevirtual | 
BeginRedo
EndRedo
Reimplemented from SfxUndoAction.
Definition at line 225 of file undotab.cxx.
References aNameList, bDrawIsInUndo, ScTabViewShell::GetActiveViewShell(), ScViewFunc::InsertTables(), nTab, ScSimpleUndo::pDocShell, pDrawUndo, RedoSdrUndoAction(), SetChangeTrack(), and ScDocShell::SetInUndo().
      
  | 
  overridevirtual | 
Reimplemented from SfxUndoAction.
Definition at line 241 of file undotab.cxx.
      
  | 
  private | 
Definition at line 181 of file undotab.cxx.
References ScRange::aEnd, aNameList, ScChangeTrack::AppendInsert(), ScRange::aStart, ScChangeTrack::GetActionMax(), ScDocument::GetChangeTrack(), ScDocShell::GetDocument(), i, ScDocument::MaxCol(), ScDocument::MaxRow(), nEndChangeAction, nStartChangeAction, nTab, ScSimpleUndo::pDocShell, and ScAddress::SetTab().
Referenced by Redo(), and ScUndoInsertTables().
      
  | 
  overridevirtual | 
BeginUndo
EndUndo
Reimplemented from SfxUndoAction.
Definition at line 202 of file undotab.cxx.
References aNameList, bDrawIsInUndo, ScViewFunc::DeleteTables(), DoSdrUndoAction(), ScTabViewShell::GetActiveViewShell(), ScDocument::GetChangeTrack(), ScDocShell::GetDocument(), nEndChangeAction, nStartChangeAction, nTab, ScSimpleUndo::pDocShell, pDrawUndo, ScDocShell::SetInUndo(), ScTabView::SetTabNo(), and ScChangeTrack::Undo().
      
  | 
  private | 
Definition at line 83 of file undotab.hxx.
Referenced by Redo(), SetChangeTrack(), and Undo().
      
  | 
  private | 
Definition at line 85 of file undotab.hxx.
Referenced by SetChangeTrack(), and Undo().
      
  | 
  private | 
Definition at line 84 of file undotab.hxx.
Referenced by SetChangeTrack(), and Undo().
      
  | 
  private | 
Definition at line 86 of file undotab.hxx.
Referenced by Redo(), SetChangeTrack(), and Undo().
      
  | 
  private | 
Definition at line 82 of file undotab.hxx.
Referenced by Redo(), ScUndoInsertTables(), Undo(), and ~ScUndoInsertTables().