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

#include <undotab.hxx>

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

Public Member Functions

 ScUndoCopyTab (ScDocShell *pNewDocShell, std::unique_ptr< std::vector< SCTAB > > pOldTabs, std::unique_ptr< std::vector< SCTAB > > pNewTabs, std::unique_ptr< std::vector< OUString > > pNewNames=nullptr)
 
virtual ~ScUndoCopyTab () 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 DoChange () const
 

Private Attributes

std::unique_ptr< ::std::vector< SCTAB > > mpOldTabs
 
std::unique_ptr< ::std::vector< SCTAB > > mpNewTabs
 
std::unique_ptr< ::std::vector< OUString > > mpNewNames
 
std::unique_ptr< SdrUndoActionpDrawUndo
 

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

Constructor & Destructor Documentation

◆ ScUndoCopyTab()

ScUndoCopyTab::ScUndoCopyTab ( ScDocShell pNewDocShell,
std::unique_ptr< std::vector< SCTAB > >  pOldTabs,
std::unique_ptr< std::vector< SCTAB > >  pNewTabs,
std::unique_ptr< std::vector< OUString > >  pNewNames = nullptr 
)

◆ ~ScUndoCopyTab()

ScUndoCopyTab::~ScUndoCopyTab ( )
overridevirtual

Definition at line 587 of file undotab.cxx.

References pDrawUndo.

Member Function Documentation

◆ CanRepeat()

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

Reimplemented from SfxUndoAction.

Definition at line 707 of file undotab.cxx.

◆ DoChange()

void ScUndoCopyTab::DoChange ( ) const
private

◆ GetComment()

OUString ScUndoCopyTab::GetComment ( ) const
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 592 of file undotab.cxx.

References ScResId().

◆ Redo()

void ScUndoCopyTab::Redo ( )
overridevirtual

◆ Repeat()

void ScUndoCopyTab::Repeat ( SfxRepeatTarget &  rTarget)
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 702 of file undotab.cxx.

◆ Undo()

void ScUndoCopyTab::Undo ( )
overridevirtual

Member Data Documentation

◆ mpNewNames

std::unique_ptr< ::std::vector< OUString> > ScUndoCopyTab::mpNewNames
private

Definition at line 190 of file undotab.hxx.

Referenced by Redo(), and ScUndoCopyTab().

◆ mpNewTabs

std::unique_ptr< ::std::vector<SCTAB> > ScUndoCopyTab::mpNewTabs
private

Definition at line 189 of file undotab.hxx.

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

◆ mpOldTabs

std::unique_ptr< ::std::vector<SCTAB> > ScUndoCopyTab::mpOldTabs
private

Definition at line 188 of file undotab.hxx.

Referenced by DoChange().

◆ pDrawUndo

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

Definition at line 191 of file undotab.hxx.

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


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