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

#include <undoblk.hxx>

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

Public Member Functions

 ScUndoConditionalFormat (ScDocShell *pNewDocShell, ScDocumentUniquePtr pUndoDoc, ScDocumentUniquePtr pRedoDoc, const ScRange &rRange)
 
virtual ~ScUndoConditionalFormat () 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 (ScDocument *pDoc)
 

Private Attributes

ScDocumentUniquePtr mpUndoDoc
 
ScDocumentUniquePtr mpRedoDoc
 
ScRange maRange
 

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 616 of file undoblk.hxx.

Constructor & Destructor Documentation

◆ ScUndoConditionalFormat()

ScUndoConditionalFormat::ScUndoConditionalFormat ( ScDocShell pNewDocShell,
ScDocumentUniquePtr  pUndoDoc,
ScDocumentUniquePtr  pRedoDoc,
const ScRange rRange 
)

Definition at line 1563 of file undoblk.cxx.

References maRange.

◆ ~ScUndoConditionalFormat()

ScUndoConditionalFormat::~ScUndoConditionalFormat ( )
overridevirtual

Definition at line 1572 of file undoblk.cxx.

Member Function Documentation

◆ CanRepeat()

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

Reimplemented from SfxUndoAction.

Definition at line 1608 of file undoblk.cxx.

◆ DoChange()

void ScUndoConditionalFormat::DoChange ( ScDocument pDoc)
private

◆ GetComment()

OUString ScUndoConditionalFormat::GetComment ( ) const
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 1576 of file undoblk.cxx.

References ScResId().

◆ Redo()

void ScUndoConditionalFormat::Redo ( )
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 1586 of file undoblk.cxx.

References DoChange(), and mpRedoDoc.

◆ Repeat()

void ScUndoConditionalFormat::Repeat ( SfxRepeatTarget &  rTarget)
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 1604 of file undoblk.cxx.

◆ Undo()

void ScUndoConditionalFormat::Undo ( )
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 1581 of file undoblk.cxx.

References DoChange(), and mpUndoDoc.

Member Data Documentation

◆ maRange

ScRange ScUndoConditionalFormat::maRange
private

Definition at line 634 of file undoblk.hxx.

Referenced by DoChange().

◆ mpRedoDoc

ScDocumentUniquePtr ScUndoConditionalFormat::mpRedoDoc
private

Definition at line 633 of file undoblk.hxx.

Referenced by Redo().

◆ mpUndoDoc

ScDocumentUniquePtr ScUndoConditionalFormat::mpUndoDoc
private

Definition at line 632 of file undoblk.hxx.

Referenced by Undo().


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