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

#include <undotab.hxx>

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

Public Member Functions

 ScUndoInsertTab (ScDocShell *pNewDocShell, SCTAB nTabNum, bool bApp, OUString aNewName)
 
virtual ~ScUndoInsertTab () 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

OUString sNewName
 
std::unique_ptr< SdrUndoActionpDrawUndo
 
sal_uLong nEndChangeAction
 
SCTAB nTab
 
bool bAppend
 

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 37 of file undotab.hxx.

Constructor & Destructor Documentation

◆ ScUndoInsertTab()

ScUndoInsertTab::ScUndoInsertTab ( ScDocShell pNewDocShell,
SCTAB  nTabNum,
bool  bApp,
OUString  aNewName 
)

◆ ~ScUndoInsertTab()

ScUndoInsertTab::~ScUndoInsertTab ( )
overridevirtual

Definition at line 78 of file undotab.cxx.

References pDrawUndo.

Member Function Documentation

◆ CanRepeat()

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

Reimplemented from SfxUndoAction.

Definition at line 154 of file undotab.cxx.

References rTarget.

◆ GetComment()

OUString ScUndoInsertTab::GetComment ( ) const
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 83 of file undotab.cxx.

References bAppend, and ScResId().

◆ Redo()

void ScUndoInsertTab::Redo ( )
overridevirtual

◆ Repeat()

void ScUndoInsertTab::Repeat ( SfxRepeatTarget &  rTarget)
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 147 of file undotab.cxx.

References Execute(), and rTarget.

◆ SetChangeTrack()

void ScUndoInsertTab::SetChangeTrack ( )
private

◆ Undo()

void ScUndoInsertTab::Undo ( )
overridevirtual

Member Data Documentation

◆ bAppend

bool ScUndoInsertTab::bAppend
private

Definition at line 59 of file undotab.hxx.

Referenced by GetComment(), and Redo().

◆ nEndChangeAction

sal_uLong ScUndoInsertTab::nEndChangeAction
private

Definition at line 57 of file undotab.hxx.

Referenced by SetChangeTrack(), and Undo().

◆ nTab

SCTAB ScUndoInsertTab::nTab
private

Definition at line 58 of file undotab.hxx.

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

◆ pDrawUndo

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

Definition at line 56 of file undotab.hxx.

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

◆ sNewName

OUString ScUndoInsertTab::sNewName
private

Definition at line 55 of file undotab.hxx.

Referenced by Redo().


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