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

#include <rolbck.hxx>

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

Public Member Functions

 SwHistorySetFormat (const SfxPoolItem *pFormatHt, SwNodeOffset nNode)
 
virtual ~SwHistorySetFormat () override
 
virtual void SetInDoc (SwDoc *pDoc, bool bTmpSet) override
 
virtual OUString GetDescription () const override
 
void dumpAsXml (xmlTextWriterPtr pWriter) const override
 
- Public Member Functions inherited from SwHistoryHint
 SwHistoryHint (HISTORY_HINT eWhich)
 
virtual ~SwHistoryHint ()
 
virtual void SetInDoc (SwDoc *pDoc, bool bTmpSet)=0
 
HISTORY_HINT Which () const
 
virtual OUString GetDescription () const
 
virtual void dumpAsXml (xmlTextWriterPtr pWriter) const
 

Private Attributes

std::unique_ptr< SfxPoolItemm_pAttr
 
const SwNodeOffset m_nNodeIndex
 

Detailed Description

Definition at line 94 of file rolbck.hxx.

Constructor & Destructor Documentation

◆ SwHistorySetFormat()

SwHistorySetFormat::SwHistorySetFormat ( const SfxPoolItem pFormatHt,
SwNodeOffset  nNode 
)

◆ ~SwHistorySetFormat()

SwHistorySetFormat::~SwHistorySetFormat ( )
overridevirtual

Definition at line 197 of file rolbck.cxx.

Member Function Documentation

◆ dumpAsXml()

void SwHistorySetFormat::dumpAsXml ( xmlTextWriterPtr  pWriter) const
overridevirtual

Reimplemented from SwHistoryHint.

Definition at line 150 of file rolbck.cxx.

References SwHistoryHint::dumpAsXml(), m_nNodeIndex, and m_pAttr.

◆ GetDescription()

OUString SwHistorySetFormat::GetDescription ( ) const
overridevirtual

Reimplemented from SwHistoryHint.

Definition at line 118 of file rolbck.cxx.

References SvxFormatBreakItem::GetBreak(), m_pAttr, RES_BREAK(), and SwResId().

◆ SetInDoc()

void SwHistorySetFormat::SetInDoc ( SwDoc pDoc,
bool  bTmpSet 
)
overridevirtual

Member Data Documentation

◆ m_nNodeIndex

const SwNodeOffset SwHistorySetFormat::m_nNodeIndex
private

Definition at line 97 of file rolbck.hxx.

Referenced by dumpAsXml(), and SetInDoc().

◆ m_pAttr

std::unique_ptr<SfxPoolItem> SwHistorySetFormat::m_pAttr
private

Definition at line 96 of file rolbck.hxx.

Referenced by dumpAsXml(), GetDescription(), SetInDoc(), and SwHistorySetFormat().


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