LibreOffice Module sw (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwUndoFormatResetAttr Class Referencefinal

#include <UndoAttribute.hxx>

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

Public Member Functions

 SwUndoFormatResetAttr (SwFormat &rChangedFormat, const std::vector< sal_uInt16 > &rIds)
 
virtual ~SwUndoFormatResetAttr () override
 
virtual void UndoImpl (::sw::UndoRedoContext &) override
 
virtual void RedoImpl (::sw::UndoRedoContext &) override
 
- Public Member Functions inherited from SwUndo
virtual void UndoImpl (::sw::UndoRedoContext &)=0
 
virtual void RedoImpl (::sw::UndoRedoContext &)=0
 
 SwUndo (SwUndoId const nId, const SwDoc *pDoc)
 
virtual ~SwUndo () override
 
SwUndoId GetId () const
 
virtual OUString GetComment () const override
 Returns textual comment for this undo object. More...
 
ViewShellId GetViewShellId () const override
 See SfxUndoAction::GetViewShellId(). More...
 
RedlineFlags GetRedlineFlags () const
 
void SetRedlineFlags (RedlineFlags eMode)
 
bool IsDelBox () const
 
void IgnoreRepeat ()
 
- 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 BroadcastStyleChange ()
 

Private Attributes

SwFormat *const m_pChangedFormat
 
SfxItemSet m_aSet
 

Additional Inherited Members

- Static Public Member Functions inherited from SwUndo
static bool FillSaveData (const SwPaM &rRange, SwRedlineSaveDatas &rSData, bool bDelRange=true, bool bCopyNext=true)
 
static bool FillSaveDataForFormat (const SwPaM &, SwRedlineSaveDatas &)
 
static void SetSaveData (SwDoc &rDoc, SwRedlineSaveDatas &rSData)
 
static bool HasHiddenRedlines (const SwRedlineSaveDatas &rSData)
 
- Protected Member Functions inherited from SwUndo
virtual SwRewriter GetRewriter () const
 Returns the rewriter for this object. More...
 
virtual void RepeatImpl (::sw::RepeatContext &)
 
- Static Protected Member Functions inherited from SwUndo
static void RemoveIdxFromSection (SwDoc &, SwNodeOffset nSttIdx, const SwNodeOffset *pEndIdx=nullptr)
 
static void RemoveIdxFromRange (SwPaM &rPam, bool bMoveNext)
 
static void RemoveIdxRel (SwNodeOffset, const SwPosition &)
 
static bool CanRedlineGroup (SwRedlineSaveDatas &rCurr, const SwRedlineSaveDatas &rCheck, bool bCurrIsEnd)
 
- Protected Attributes inherited from SwUndo
bool m_bCacheComment
 
std::optional< OUString > maComment
 

Detailed Description

Definition at line 131 of file UndoAttribute.hxx.

Constructor & Destructor Documentation

◆ SwUndoFormatResetAttr()

SwUndoFormatResetAttr::SwUndoFormatResetAttr ( SwFormat rChangedFormat,
const std::vector< sal_uInt16 > &  rIds 
)

Definition at line 551 of file unattr.cxx.

References SwFormat::GetItemState(), m_aSet, m_aSet, SfxItemSet::Put(), and RESETATTR.

◆ ~SwUndoFormatResetAttr()

SwUndoFormatResetAttr::~SwUndoFormatResetAttr ( )
overridevirtual

Definition at line 565 of file unattr.cxx.

Member Function Documentation

◆ BroadcastStyleChange()

void SwUndoFormatResetAttr::BroadcastStyleChange ( )
private

◆ RedoImpl()

void SwUndoFormatResetAttr::RedoImpl ( ::sw::UndoRedoContext )
overridevirtual

◆ UndoImpl()

void SwUndoFormatResetAttr::UndoImpl ( ::sw::UndoRedoContext )
overridevirtual

Implements SwUndo.

Definition at line 569 of file unattr.cxx.

References BroadcastStyleChange(), m_aSet, m_pChangedFormat, and SwFormat::SetFormatAttr().

Member Data Documentation

◆ m_aSet

SfxItemSet SwUndoFormatResetAttr::m_aSet
private

Definition at line 145 of file UndoAttribute.hxx.

Referenced by RedoImpl(), SwUndoFormatResetAttr(), and UndoImpl().

◆ m_pChangedFormat

SwFormat* const SwUndoFormatResetAttr::m_pChangedFormat
private

Definition at line 143 of file UndoAttribute.hxx.

Referenced by BroadcastStyleChange(), RedoImpl(), and UndoImpl().


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