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

#include <undodat.hxx>

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

Public Member Functions

 ScUndoDataForm (ScDocShell *pNewDocShell, SCCOL nStartX, SCROW nStartY, SCTAB nStartZ, SCCOL nEndX, SCROW nEndY, SCTAB nEndZ, const ScMarkData &rMark, ScDocumentUniquePtr pNewUndoDoc, ScDocumentUniquePtr pNewRedoDoc, std::unique_ptr< ScRefUndoData > pRefData)
 
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 ScBlockUndo
 ScBlockUndo (ScDocShell *pDocSh, const ScRange &rRange, ScBlockUndoMode eBlockMode)
 
virtual ~ScBlockUndo () override
 
virtual std::optional< ScRangegetAffectedRange () 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 bool bUndo)
 

Private Attributes

std::unique_ptr< ScMarkDatamxMarkData
 
ScDocumentUniquePtr xUndoDoc
 
ScDocumentUniquePtr xRedoDoc
 
std::unique_ptr< ScRefUndoDataxRefUndoData
 
std::unique_ptr< ScRefUndoDataxRefRedoData
 
bool bRedoFilled
 

Additional Inherited Members

- Public Types inherited from ScSimpleUndo
typedef std::map< SCTAB, std::unique_ptr< sc::ColumnSpanSet > > DataSpansType
 
- Protected Member Functions inherited from ScBlockUndo
void BeginUndo ()
 
void EndUndo ()
 
void EndRedo ()
 
bool AdjustHeight ()
 
void ShowBlock ()
 
- 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 ScBlockUndo
ScRange aBlockRange
 
std::unique_ptr< SdrUndoActionpDrawUndo
 
ScBlockUndoMode eMode
 
- Protected Attributes inherited from ScSimpleUndo
ScDocShellpDocShell
 
std::unique_ptr< SfxUndoActionpDetectiveUndo
 
ViewShellId mnViewShellId
 

Detailed Description

Definition at line 419 of file undodat.hxx.

Constructor & Destructor Documentation

◆ ScUndoDataForm()

ScUndoDataForm::ScUndoDataForm ( ScDocShell pNewDocShell,
SCCOL  nStartX,
SCROW  nStartY,
SCTAB  nStartZ,
SCCOL  nEndX,
SCROW  nEndY,
SCTAB  nEndZ,
const ScMarkData rMark,
ScDocumentUniquePtr  pNewUndoDoc,
ScDocumentUniquePtr  pNewRedoDoc,
std::unique_ptr< ScRefUndoData pRefData 
)

Member Function Documentation

◆ CanRepeat()

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

Reimplemented from SfxUndoAction.

Definition at line 1812 of file undodat.cxx.

References rTarget.

◆ DoChange()

void ScUndoDataForm::DoChange ( const bool  bUndo)
private

◆ GetComment()

OUString ScUndoDataForm::GetComment ( ) const
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 1783 of file undodat.cxx.

References ScResId().

◆ Redo()

void ScUndoDataForm::Redo ( )
overridevirtual

◆ Repeat()

void ScUndoDataForm::Repeat ( SfxRepeatTarget &  rTarget)
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 1808 of file undodat.cxx.

◆ Undo()

void ScUndoDataForm::Undo ( )
overridevirtual

Member Data Documentation

◆ bRedoFilled

bool ScUndoDataForm::bRedoFilled
private

Definition at line 441 of file undodat.hxx.

Referenced by DoChange().

◆ mxMarkData

std::unique_ptr<ScMarkData> ScUndoDataForm::mxMarkData
private

Definition at line 436 of file undodat.hxx.

Referenced by DoChange(), and ScUndoDataForm().

◆ xRedoDoc

ScDocumentUniquePtr ScUndoDataForm::xRedoDoc
private

Definition at line 438 of file undodat.hxx.

Referenced by DoChange().

◆ xRefRedoData

std::unique_ptr<ScRefUndoData> ScUndoDataForm::xRefRedoData
private

Definition at line 440 of file undodat.hxx.

Referenced by DoChange().

◆ xRefUndoData

std::unique_ptr<ScRefUndoData> ScUndoDataForm::xRefUndoData
private

Definition at line 439 of file undodat.hxx.

Referenced by DoChange(), and ScUndoDataForm().

◆ xUndoDoc

ScDocumentUniquePtr ScUndoDataForm::xUndoDoc
private

Definition at line 437 of file undodat.hxx.

Referenced by DoChange().


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