LibreOffice Module sfx2 (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
SfxTemplateItem Class Referencefinal

#include <tplpitem.hxx>

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

Public Member Functions

 SfxTemplateItem ()
 
 SfxTemplateItem (sal_uInt16 nWhich, OUString aStyle, OUString aStyleIdentifier="")
 
const OUString & GetStyleName () const
 
const OUString & GetStyleIdentifier () const
 
virtual SfxTemplateItemClone (SfxItemPool *pPool=nullptr) const override
 
virtual bool operator== (const SfxPoolItem &) const override
 
virtual sal_uInt8 GetFlagCount () 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
 
SfxStyleSearchBits GetValue () const
 
void SetValue (SfxStyleSearchBits n)
 
- Public Member Functions inherited from SfxFlagItem
 SfxFlagItem (sal_uInt16 nWhich=0, sal_uInt16 nValue=0)
 
virtual sal_uInt8 GetFlagCount () const
 
virtual bool operator== (const SfxPoolItem &) const override
 
virtual SfxFlagItemClone (SfxItemPool *pPool=nullptr) const override
 
virtual bool GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override
 
sal_uInt16 GetValue () const
 
void SetValue (sal_uInt16 nNewVal)
 
bool GetFlag (sal_uInt8 nFlag) 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
 

Static Public Member Functions

static SfxPoolItemCreateDefault ()
 

Private Attributes

OUString aStyle
 
OUString aStyleIdentifier
 

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 28 of file tplpitem.hxx.

Constructor & Destructor Documentation

◆ SfxTemplateItem() [1/2]

SfxTemplateItem::SfxTemplateItem ( )

Definition at line 27 of file tplpitem.cxx.

Referenced by Clone(), and CreateDefault().

◆ SfxTemplateItem() [2/2]

SfxTemplateItem::SfxTemplateItem ( sal_uInt16  nWhich,
OUString  aStyle,
OUString  aStyleIdentifier = "" 
)

Definition at line 31 of file tplpitem.cxx.

References All.

Member Function Documentation

◆ Clone()

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

Reimplemented from SfxFlagItem.

Definition at line 51 of file tplpitem.cxx.

References SfxTemplateItem().

◆ CreateDefault()

SfxPoolItem * SfxTemplateItem::CreateDefault ( )
static

Definition at line 24 of file tplpitem.cxx.

References SfxTemplateItem().

◆ GetFlagCount()

sal_uInt8 SfxTemplateItem::GetFlagCount ( ) const
overridevirtual

Reimplemented from SfxFlagItem.

Definition at line 85 of file tplpitem.cxx.

◆ GetStyleIdentifier()

const OUString & SfxTemplateItem::GetStyleIdentifier ( ) const
inline

Definition at line 40 of file tplpitem.hxx.

◆ GetStyleName()

const OUString & SfxTemplateItem::GetStyleName ( ) const
inline

◆ GetValue()

SfxStyleSearchBits SfxTemplateItem::GetValue ( ) const
inline

Definition at line 47 of file tplpitem.hxx.

References SfxFlagItem::GetValue().

Referenced by QueryValue(), and StyleList::Update().

◆ operator==()

bool SfxTemplateItem::operator== ( const SfxPoolItem rCmp) const
overridevirtual

Reimplemented from SfxFlagItem.

Definition at line 44 of file tplpitem.cxx.

References aStyle, and aStyleIdentifier.

◆ PutValue()

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

Reimplemented from SfxPoolItem.

Definition at line 69 of file tplpitem.cxx.

References aStyle, aStyleIdentifier, and SetValue().

◆ QueryValue()

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

Reimplemented from SfxPoolItem.

Definition at line 56 of file tplpitem.cxx.

References aStyle, aStyleIdentifier, and GetValue().

◆ SetValue()

void SfxTemplateItem::SetValue ( SfxStyleSearchBits  n)
inline

Definition at line 48 of file tplpitem.hxx.

References n, and SfxFlagItem::SetValue().

Referenced by PutValue().

Member Data Documentation

◆ aStyle

OUString SfxTemplateItem::aStyle
private

Definition at line 30 of file tplpitem.hxx.

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

◆ aStyleIdentifier

OUString SfxTemplateItem::aStyleIdentifier
private

Definition at line 31 of file tplpitem.hxx.

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


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