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

#include <uiitems.hxx>

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

Public Member Functions

 SwPageFootnoteInfoItem (SwPageFootnoteInfo const &rInfo)
 
virtual ~SwPageFootnoteInfoItem () override
 
 SwPageFootnoteInfoItem (SwPageFootnoteInfoItem const &)=default
 
 SwPageFootnoteInfoItem (SwPageFootnoteInfoItem &&)=default
 
SwPageFootnoteInfoItemoperator= (SwPageFootnoteInfoItem const &)=delete
 
SwPageFootnoteInfoItemoperator= (SwPageFootnoteInfoItem &&)=delete
 
virtual SwPageFootnoteInfoItemClone (SfxItemPool *pPool=nullptr) const override
 
virtual bool operator== (const SfxPoolItem &) const override
 
virtual bool GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &rIntl) const override
 
virtual bool QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override
 
virtual bool PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) override
 
SwPageFootnoteInfoGetPageFootnoteInfo ()
 
const SwPageFootnoteInfoGetPageFootnoteInfo () const
 
- 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

SwPageFootnoteInfo m_aFootnoteInfo
 

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 32 of file uiitems.hxx.

Constructor & Destructor Documentation

◆ SwPageFootnoteInfoItem() [1/3]

SwPageFootnoteInfoItem::SwPageFootnoteInfoItem ( SwPageFootnoteInfo const &  rInfo)

Definition at line 38 of file uiitems.cxx.

Referenced by Clone().

◆ ~SwPageFootnoteInfoItem()

SwPageFootnoteInfoItem::~SwPageFootnoteInfoItem ( )
overridevirtual

Definition at line 44 of file uiitems.cxx.

◆ SwPageFootnoteInfoItem() [2/3]

SwPageFootnoteInfoItem::SwPageFootnoteInfoItem ( SwPageFootnoteInfoItem const &  )
default

◆ SwPageFootnoteInfoItem() [3/3]

SwPageFootnoteInfoItem::SwPageFootnoteInfoItem ( SwPageFootnoteInfoItem &&  )
default

Member Function Documentation

◆ Clone()

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

Implements SfxPoolItem.

Definition at line 48 of file uiitems.cxx.

References SwPageFootnoteInfoItem().

◆ GetPageFootnoteInfo() [1/2]

SwPageFootnoteInfo & SwPageFootnoteInfoItem::GetPageFootnoteInfo ( )
inline

Definition at line 57 of file uiitems.hxx.

Referenced by SwFootNotePage::FillItemSet(), and GetPresentation().

◆ GetPageFootnoteInfo() [2/2]

const SwPageFootnoteInfo & SwPageFootnoteInfoItem::GetPageFootnoteInfo ( ) const
inline

Definition at line 58 of file uiitems.hxx.

◆ GetPresentation()

bool SwPageFootnoteInfoItem::GetPresentation ( SfxItemPresentation  ePres,
MapUnit  eCoreMetric,
MapUnit  ePresMetric,
OUString &  rText,
const IntlWrapper rIntl 
) const
overridevirtual

Reimplemented from SfxPoolItem.

Definition at line 59 of file uiitems.cxx.

References EditResId(), SwPageFootnoteInfo::GetHeight(), GetPageFootnoteInfo(), and SwResId().

◆ operator=() [1/2]

SwPageFootnoteInfoItem & SwPageFootnoteInfoItem::operator= ( SwPageFootnoteInfoItem &&  )
delete

◆ operator=() [2/2]

SwPageFootnoteInfoItem & SwPageFootnoteInfoItem::operator= ( SwPageFootnoteInfoItem const &  )
delete

◆ operator==()

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

Implements SfxPoolItem.

Definition at line 53 of file uiitems.cxx.

References m_aFootnoteInfo, and SfxPoolItem::operator==().

◆ PutValue()

bool SwPageFootnoteInfoItem::PutValue ( const css::uno::Any &  rVal,
sal_uInt8  nMemberId 
)
overridevirtual

◆ QueryValue()

bool SwPageFootnoteInfoItem::QueryValue ( css::uno::Any &  rVal,
sal_uInt8  nMemberId = 0 
) const
overridevirtual

Member Data Documentation

◆ m_aFootnoteInfo

SwPageFootnoteInfo SwPageFootnoteInfoItem::m_aFootnoteInfo
private

Definition at line 34 of file uiitems.hxx.

Referenced by operator==(), PutValue(), and QueryValue().


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