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

#include <fmtrfmrk.hxx>

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

Public Member Functions

 SwFormatRefMark (OUString aText)
 
 SwFormatRefMark (const SwFormatRefMark &rRefMark)
 
virtual ~SwFormatRefMark () override
 
virtual bool operator== (const SfxPoolItem &) const override
 "Pure virtual methods" of SfxPoolItem. More...
 
virtual SwFormatRefMarkClone (SfxItemPool *pPool=nullptr) const override
 
virtual void SwClientNotify (const SwModify &, const SfxHint &) override
 
void InvalidateRefMark ()
 
const SwTextRefMarkGetTextRefMark () const
 
OUString & GetRefName ()
 
const OUString & GetRefName () const
 
unotools::WeakReference< SwXReferenceMark > const & GetXRefMark () const
 
void SetXRefMark (rtl::Reference< SwXReferenceMark > const &xMark)
 
void dumpAsXml (xmlTextWriterPtr pWriter) 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 Member Functions

SwFormatRefMarkoperator= (const SwFormatRefMark &rRefMark)=delete
 

Private Attributes

SwTextRefMarkm_pTextAttr
 
OUString m_aRefName
 
unotools::WeakReference< SwXReferenceMarkm_wXReferenceMark
 

Friends

class SwTextRefMark
 

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 35 of file fmtrfmrk.hxx.

Constructor & Destructor Documentation

◆ SwFormatRefMark() [1/2]

SwFormatRefMark::SwFormatRefMark ( OUString  aText)

Definition at line 43 of file atrref.cxx.

References aName.

Referenced by Clone().

◆ SwFormatRefMark() [2/2]

SwFormatRefMark::SwFormatRefMark ( const SwFormatRefMark rRefMark)

Definition at line 51 of file atrref.cxx.

◆ ~SwFormatRefMark()

SwFormatRefMark::~SwFormatRefMark ( )
overridevirtual

Definition at line 39 of file atrref.cxx.

Member Function Documentation

◆ Clone()

SwFormatRefMark * SwFormatRefMark::Clone ( SfxItemPool pPool = nullptr) const
overridevirtual

Implements SfxPoolItem.

Definition at line 68 of file atrref.cxx.

References SwFormatRefMark().

◆ dumpAsXml()

void SwFormatRefMark::dumpAsXml ( xmlTextWriterPtr  pWriter) const
overridevirtual

Reimplemented from SfxPoolItem.

Definition at line 90 of file atrref.cxx.

References SfxPoolItem::dumpAsXml(), m_aRefName, and m_pTextAttr.

Referenced by SwTextAttr::dumpAsXml().

◆ GetRefName() [1/2]

OUString & SwFormatRefMark::GetRefName ( )
inline

◆ GetRefName() [2/2]

const OUString & SwFormatRefMark::GetRefName ( ) const
inline

Definition at line 64 of file fmtrfmrk.hxx.

◆ GetTextRefMark()

const SwTextRefMark * SwFormatRefMark::GetTextRefMark ( ) const
inline

◆ GetXRefMark()

unotools::WeakReference< SwXReferenceMark > const & SwFormatRefMark::GetXRefMark ( ) const
inline

Definition at line 66 of file fmtrfmrk.hxx.

Referenced by SwXReferenceMark::CreateXReferenceMark().

◆ InvalidateRefMark()

void SwFormatRefMark::InvalidateRefMark ( )

Definition at line 83 of file atrref.cxx.

References RES_REMOVE_UNO_OBJECT().

◆ operator=()

SwFormatRefMark & SwFormatRefMark::operator= ( const SwFormatRefMark rRefMark)
privatedelete

◆ operator==()

bool SwFormatRefMark::operator== ( const SfxPoolItem rAttr) const
overridevirtual

"Pure virtual methods" of SfxPoolItem.

Implements SfxPoolItem.

Definition at line 62 of file atrref.cxx.

References m_aRefName.

◆ SetXRefMark()

void SwFormatRefMark::SetXRefMark ( rtl::Reference< SwXReferenceMark > const &  xMark)

Definition at line 59 of file atrref.cxx.

References m_wXReferenceMark.

Referenced by SwXReferenceMark::CreateXReferenceMark(), and SwClientNotify().

◆ SwClientNotify()

void SwFormatRefMark::SwClientNotify ( const SwModify ,
const SfxHint rHint 
)
overridevirtual

Definition at line 73 of file atrref.cxx.

References SfxHint::GetId(), RES_REMOVE_UNO_OBJECT(), and SetXRefMark().

Friends And Related Function Documentation

◆ SwTextRefMark

friend class SwTextRefMark
friend

Definition at line 39 of file fmtrfmrk.hxx.

Member Data Documentation

◆ m_aRefName

OUString SwFormatRefMark::m_aRefName
private

Definition at line 43 of file fmtrfmrk.hxx.

Referenced by dumpAsXml(), and operator==().

◆ m_pTextAttr

SwTextRefMark* SwFormatRefMark::m_pTextAttr
private

Definition at line 40 of file fmtrfmrk.hxx.

Referenced by dumpAsXml(), and SwTextRefMark::SwTextRefMark().

◆ m_wXReferenceMark

unotools::WeakReference<SwXReferenceMark> SwFormatRefMark::m_wXReferenceMark
private

Definition at line 45 of file fmtrfmrk.hxx.

Referenced by SetXRefMark().


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