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

#include <undodat.hxx>

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

Public Member Functions

 ScUndoDBData (ScDocShell *pNewDocShell, std::unique_ptr< ScDBCollection > pNewUndoColl, std::unique_ptr< ScDBCollection > pNewRedoColl)
 
virtual ~ScUndoDBData () 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 Attributes

std::unique_ptr< ScDBCollectionpUndoColl
 
std::unique_ptr< ScDBCollectionpRedoColl
 

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 258 of file undodat.hxx.

Constructor & Destructor Documentation

◆ ScUndoDBData()

ScUndoDBData::ScUndoDBData ( ScDocShell pNewDocShell,
std::unique_ptr< ScDBCollection pNewUndoColl,
std::unique_ptr< ScDBCollection pNewRedoColl 
)

Definition at line 978 of file undodat.cxx.

◆ ~ScUndoDBData()

ScUndoDBData::~ScUndoDBData ( )
overridevirtual

Definition at line 987 of file undodat.cxx.

Member Function Documentation

◆ CanRepeat()

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

Reimplemented from SfxUndoAction.

Definition at line 1036 of file undodat.cxx.

◆ GetComment()

OUString ScUndoDBData::GetComment ( ) const
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 991 of file undodat.cxx.

References ScResId().

◆ Redo()

void ScUndoDBData::Redo ( )
overridevirtual

◆ Repeat()

void ScUndoDBData::Repeat ( SfxRepeatTarget &  rTarget)
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 1032 of file undodat.cxx.

◆ Undo()

void ScUndoDBData::Undo ( )
overridevirtual

Member Data Documentation

◆ pRedoColl

std::unique_ptr<ScDBCollection> ScUndoDBData::pRedoColl
private

Definition at line 275 of file undodat.hxx.

Referenced by Redo().

◆ pUndoColl

std::unique_ptr<ScDBCollection> ScUndoDBData::pUndoColl
private

Definition at line 274 of file undodat.hxx.

Referenced by Undo().


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