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

#include <hints.hxx>

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

Public Member Functions

 SwAttrSetChg (const SwAttrSet &rTheSet, SwAttrSet &rSet)
 
 SwAttrSetChg (const SwAttrSetChg &)
 
virtual ~SwAttrSetChg () override
 
const SwAttrSetGetChgSet () const
 What has changed. More...
 
SwAttrSetGetChgSet ()
 
const SwAttrSetGetTheChgdSet () const
 Where it has changed. More...
 
sal_uInt16 Count () const
 
void ClearItem (sal_uInt16 nWhichL)
 
- Public Member Functions inherited from SwMsgPoolItem
 SwMsgPoolItem (sal_uInt16 nWhich)
 
virtual bool operator== (const SfxPoolItem &) const override
 
virtual SwMsgPoolItemClone (SfxItemPool *pPool=nullptr) const override
 
- Public Member Functions inherited from SfxPoolItem
void AddRef (sal_uInt32 n=1) const
 
virtual ~SfxPoolItem ()
 
void SetWhich (sal_uInt16 nId)
 
sal_uInt16 Which () const
 
T & StaticWhichCast (TypedWhichId< T > nId)
 
const T & StaticWhichCast (TypedWhichId< T > nId) const
 
T * DynamicWhichCast (TypedWhichId< T > nId)
 
const T * DynamicWhichCast (TypedWhichId< T > nId) const
 
virtual bool operator== (const SfxPoolItem &) const=0
 
bool operator!= (const SfxPoolItem &rItem) const
 
virtual bool operator< (const SfxPoolItem &) const
 
virtual bool IsSortable () const
 
virtual bool HasLookup () const
 
virtual lookup_iterator Lookup (lookup_iterator, lookup_iterator end) const
 
virtual bool GetPresentation (SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const
 
virtual void ScaleMetrics (tools::Long lMult, tools::Long lDiv)
 
virtual bool HasMetrics () const
 
virtual bool QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const
 
virtual bool PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId)
 
virtual SfxPoolItemClone (SfxItemPool *pPool=nullptr) const=0
 
std::unique_ptr< SfxPoolItemCloneSetWhich (sal_uInt16 nNewWhich) const
 
std::unique_ptr< T > CloneSetWhich (TypedWhichId< T > nId) const
 
sal_uInt32 GetRefCount () const
 
SfxItemKind GetKind () const
 
virtual void dumpAsXml (xmlTextWriterPtr pWriter) const
 
virtual boost::property_tree::ptree dumpAsJSON () const
 
virtual bool IsVoidItem () const
 

Private Attributes

bool m_bDelSet
 
SwAttrSetm_pChgSet
 what has changed More...
 
const SwAttrSetm_pTheChgdSet
 is only used to compare More...
 

Additional Inherited Members

- Public Types inherited from SfxPoolItem
typedef std::vector< SfxPoolItem * >::const_iterator lookup_iterator
 
- Protected Member Functions inherited from SfxPoolItem
 SfxPoolItem (sal_uInt16 nWhich=0)
 
 SfxPoolItem (const SfxPoolItem &rCopy)
 

Detailed Description

Definition at line 336 of file hints.hxx.

Constructor & Destructor Documentation

◆ SwAttrSetChg() [1/2]

SwAttrSetChg::SwAttrSetChg ( const SwAttrSet rTheSet,
SwAttrSet rSet 
)

Definition at line 99 of file hints.cxx.

References rSet.

◆ SwAttrSetChg() [2/2]

SwAttrSetChg::SwAttrSetChg ( const SwAttrSetChg rChgSet)

Definition at line 107 of file hints.cxx.

References m_pChgSet.

◆ ~SwAttrSetChg()

SwAttrSetChg::~SwAttrSetChg ( )
overridevirtual

Definition at line 115 of file hints.cxx.

References m_bDelSet, and m_pChgSet.

Member Function Documentation

◆ ClearItem()

void SwAttrSetChg::ClearItem ( sal_uInt16  nWhichL)

◆ Count()

sal_uInt16 SwAttrSetChg::Count ( ) const
inline

◆ GetChgSet() [1/2]

SwAttrSet * SwAttrSetChg::GetChgSet ( )
inline

Definition at line 348 of file hints.hxx.

References m_pChgSet.

◆ GetChgSet() [2/2]

const SwAttrSet * SwAttrSetChg::GetChgSet ( ) const
inline

◆ GetTheChgdSet()

const SwAttrSet * SwAttrSetChg::GetTheChgdSet ( ) const
inline

Where it has changed.

Definition at line 351 of file hints.hxx.

References m_pTheChgdSet.

Referenced by SwTextFormatColl::SwClientNotify(), and SwFrameFormat::SwClientNotify().

Member Data Documentation

◆ m_bDelSet

bool SwAttrSetChg::m_bDelSet
private

Definition at line 338 of file hints.hxx.

Referenced by ClearItem(), and ~SwAttrSetChg().

◆ m_pChgSet

SwAttrSet* SwAttrSetChg::m_pChgSet
private

what has changed

Definition at line 339 of file hints.hxx.

Referenced by ClearItem(), Count(), GetChgSet(), SwAttrSetChg(), and ~SwAttrSetChg().

◆ m_pTheChgdSet

const SwAttrSet* SwAttrSetChg::m_pTheChgdSet
private

is only used to compare

Definition at line 340 of file hints.hxx.

Referenced by GetTheChgdSet().


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