LibreOffice Module sc (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ScUndoInsertTables Class Reference

#include <undotab.hxx>

Inheritance diagram for ScUndoInsertTables:
[legend]
Collaboration diagram for ScUndoInsertTables:
[legend]

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< ScRangegetAffectedRange () 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 DateTimeGetDateTime () const
 
virtual void dumpAsXml (xmlTextWriterPtr pWriter) const
 

Private Member Functions

void SetChangeTrack ()
 

Private Attributes

std::unique_ptr< SdrUndoActionpDrawUndo
 
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
ScDocShellpDocShell
 
std::unique_ptr< SfxUndoActionpDetectiveUndo
 
ViewShellId mnViewShellId
 

Detailed Description

Definition at line 64 of file undotab.hxx.

Constructor & Destructor Documentation

◆ ScUndoInsertTables()

ScUndoInsertTables::ScUndoInsertTables ( ScDocShell pNewDocShell,
SCTAB  nTabNum,
std::vector< OUString > &&  newNameList 
)

◆ ~ScUndoInsertTables()

ScUndoInsertTables::~ScUndoInsertTables ( )
overridevirtual

Definition at line 171 of file undotab.cxx.

References pDrawUndo.

Member Function Documentation

◆ CanRepeat()

bool ScUndoInsertTables::CanRepeat ( SfxRepeatTarget &  rTarget) const
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 248 of file undotab.cxx.

References rTarget.

◆ GetComment()

OUString ScUndoInsertTables::GetComment ( ) const
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 176 of file undotab.cxx.

References ScResId().

◆ Redo()

void ScUndoInsertTables::Redo ( )
overridevirtual

◆ Repeat()

void ScUndoInsertTables::Repeat ( SfxRepeatTarget &  rTarget)
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 241 of file undotab.cxx.

References Execute(), and rTarget.

◆ SetChangeTrack()

void ScUndoInsertTables::SetChangeTrack ( )
private

◆ Undo()

void ScUndoInsertTables::Undo ( )
overridevirtual

Member Data Documentation

◆ aNameList

std::vector<OUString> ScUndoInsertTables::aNameList
private

Definition at line 83 of file undotab.hxx.

Referenced by Redo(), SetChangeTrack(), and Undo().

◆ nEndChangeAction

sal_uLong ScUndoInsertTables::nEndChangeAction
private

Definition at line 85 of file undotab.hxx.

Referenced by SetChangeTrack(), and Undo().

◆ nStartChangeAction

sal_uLong ScUndoInsertTables::nStartChangeAction
private

Definition at line 84 of file undotab.hxx.

Referenced by SetChangeTrack(), and Undo().

◆ nTab

SCTAB ScUndoInsertTables::nTab
private

Definition at line 86 of file undotab.hxx.

Referenced by Redo(), SetChangeTrack(), and Undo().

◆ pDrawUndo

std::unique_ptr<SdrUndoAction> ScUndoInsertTables::pDrawUndo
private

Definition at line 82 of file undotab.hxx.

Referenced by Redo(), ScUndoInsertTables(), Undo(), and ~ScUndoInsertTables().


The documentation for this class was generated from the following files: