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

#include <undostyl.hxx>

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

Public Member Functions

 ScUndoModifyStyle (ScDocShell *pDocSh, SfxStyleFamily eFam, const ScStyleSaveData &rOld, const ScStyleSaveData &rNew)
 
virtual ~ScUndoModifyStyle () 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
 

Static Private Member Functions

static void DoChange (ScDocShell *pDocSh, const OUString &rName, SfxStyleFamily eStyleFamily, const ScStyleSaveData &rData)
 

Private Attributes

SfxStyleFamily eFamily
 
ScStyleSaveData aOldData
 
ScStyleSaveData aNewData
 

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 48 of file undostyl.hxx.

Constructor & Destructor Documentation

◆ ScUndoModifyStyle()

ScUndoModifyStyle::ScUndoModifyStyle ( ScDocShell pDocSh,
SfxStyleFamily  eFam,
const ScStyleSaveData rOld,
const ScStyleSaveData rNew 
)

Definition at line 79 of file undostyl.cxx.

◆ ~ScUndoModifyStyle()

ScUndoModifyStyle::~ScUndoModifyStyle ( )
overridevirtual

Definition at line 88 of file undostyl.cxx.

Member Function Documentation

◆ CanRepeat()

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

Reimplemented from SfxUndoAction.

Definition at line 220 of file undostyl.cxx.

◆ DoChange()

void ScUndoModifyStyle::DoChange ( ScDocShell pDocSh,
const OUString &  rName,
SfxStyleFamily  eStyleFamily,
const ScStyleSaveData rData 
)
staticprivate

◆ GetComment()

OUString ScUndoModifyStyle::GetComment ( ) const
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 92 of file undostyl.cxx.

References eFamily, and ScResId().

◆ Redo()

void ScUndoModifyStyle::Redo ( )
overridevirtual

◆ Repeat()

void ScUndoModifyStyle::Repeat ( SfxRepeatTarget &  rTarget)
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 216 of file undostyl.cxx.

◆ Undo()

void ScUndoModifyStyle::Undo ( )
overridevirtual

Member Data Documentation

◆ aNewData

ScStyleSaveData ScUndoModifyStyle::aNewData
private

Definition at line 53 of file undostyl.hxx.

Referenced by Redo(), and Undo().

◆ aOldData

ScStyleSaveData ScUndoModifyStyle::aOldData
private

Definition at line 52 of file undostyl.hxx.

Referenced by Redo(), and Undo().

◆ eFamily

SfxStyleFamily ScUndoModifyStyle::eFamily
private

Definition at line 51 of file undostyl.hxx.

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


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