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

#include <labimg.hxx>

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

Public Member Functions

 SwLabItem ()
 
SwLabItemoperator= (const SwLabItem &rItem)
 
 SwLabItem (SwLabItem const &)=default
 
virtual bool operator== (const SfxPoolItem &rItem) const override
 
virtual SwLabItemClone (SfxItemPool *=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
 

Public Attributes

OUString m_aLstMake
 
OUString m_aLstType
 
OUString m_sDBName
 
OUString m_aWriting
 
OUString m_aMake
 
OUString m_aType
 
sal_Int32 m_lHDist
 
sal_Int32 m_lVDist
 
sal_Int32 m_lWidth
 
sal_Int32 m_lHeight
 
sal_Int32 m_lLeft
 
sal_Int32 m_lUpper
 
sal_Int32 m_nCols
 
sal_Int32 m_nRows
 
sal_Int32 m_nCol
 
sal_Int32 m_nRow
 
sal_Int32 m_lPHeight
 
sal_Int32 m_lPWidth
 
bool m_bAddr
 
bool m_bCont
 
bool m_bPage
 
bool m_bSynchron
 
OUString m_aPrivFirstName
 
OUString m_aPrivName
 
OUString m_aPrivShortCut
 
OUString m_aPrivFirstName2
 
OUString m_aPrivName2
 
OUString m_aPrivShortCut2
 
OUString m_aPrivStreet
 
OUString m_aPrivZip
 
OUString m_aPrivCity
 
OUString m_aPrivCountry
 
OUString m_aPrivState
 
OUString m_aPrivTitle
 
OUString m_aPrivProfession
 
OUString m_aPrivPhone
 
OUString m_aPrivMobile
 
OUString m_aPrivFax
 
OUString m_aPrivWWW
 
OUString m_aPrivMail
 
OUString m_aCompCompany
 
OUString m_aCompCompanyExt
 
OUString m_aCompSlogan
 
OUString m_aCompStreet
 
OUString m_aCompZip
 
OUString m_aCompCity
 
OUString m_aCompCountry
 
OUString m_aCompState
 
OUString m_aCompPosition
 
OUString m_aCompPhone
 
OUString m_aCompMobile
 
OUString m_aCompFax
 
OUString m_aCompWWW
 
OUString m_aCompMail
 
OUString m_sGlossaryGroup
 
OUString m_sGlossaryBlockName
 

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 29 of file labimg.hxx.

Constructor & Destructor Documentation

◆ SwLabItem() [1/2]

SwLabItem::SwLabItem ( )

Definition at line 34 of file labimg.cxx.

References m_bAddr, m_bCont, m_bPage, m_bSynchron, m_lHDist, m_lHeight, m_lPHeight, m_lPWidth, m_lVDist, and m_lWidth.

Referenced by Clone().

◆ SwLabItem() [2/2]

SwLabItem::SwLabItem ( SwLabItem const &  )
default

Member Function Documentation

◆ Clone()

SwLabItem * SwLabItem::Clone ( SfxItemPool = nullptr) const
overridevirtual

Implements SfxPoolItem.

Definition at line 180 of file labimg.cxx.

References SwLabItem().

◆ operator=()

SwLabItem & SwLabItem::operator= ( const SwLabItem rItem)

◆ operator==()

bool SwLabItem::operator== ( const SfxPoolItem rItem) const
overridevirtual

Member Data Documentation

◆ m_aCompCity

OUString SwLabItem::m_aCompCity

◆ m_aCompCompany

OUString SwLabItem::m_aCompCompany

◆ m_aCompCompanyExt

OUString SwLabItem::m_aCompCompanyExt

◆ m_aCompCountry

OUString SwLabItem::m_aCompCountry

◆ m_aCompFax

OUString SwLabItem::m_aCompFax

◆ m_aCompMail

OUString SwLabItem::m_aCompMail

◆ m_aCompMobile

OUString SwLabItem::m_aCompMobile

◆ m_aCompPhone

OUString SwLabItem::m_aCompPhone

◆ m_aCompPosition

OUString SwLabItem::m_aCompPosition

◆ m_aCompSlogan

OUString SwLabItem::m_aCompSlogan

◆ m_aCompState

OUString SwLabItem::m_aCompState

◆ m_aCompStreet

OUString SwLabItem::m_aCompStreet

◆ m_aCompWWW

OUString SwLabItem::m_aCompWWW

◆ m_aCompZip

OUString SwLabItem::m_aCompZip

◆ m_aLstMake

OUString SwLabItem::m_aLstMake

◆ m_aLstType

OUString SwLabItem::m_aLstType

Definition at line 44 of file labimg.hxx.

Referenced by SwLabPage::DisplayFormat(), SwLabPage::FillItem(), operator=(), and operator==().

◆ m_aMake

OUString SwLabItem::m_aMake

◆ m_aPrivCity

OUString SwLabItem::m_aPrivCity

◆ m_aPrivCountry

OUString SwLabItem::m_aPrivCountry

◆ m_aPrivFax

OUString SwLabItem::m_aPrivFax

◆ m_aPrivFirstName

OUString SwLabItem::m_aPrivFirstName

◆ m_aPrivFirstName2

OUString SwLabItem::m_aPrivFirstName2

◆ m_aPrivMail

OUString SwLabItem::m_aPrivMail

◆ m_aPrivMobile

OUString SwLabItem::m_aPrivMobile

◆ m_aPrivName

OUString SwLabItem::m_aPrivName

◆ m_aPrivName2

OUString SwLabItem::m_aPrivName2

◆ m_aPrivPhone

OUString SwLabItem::m_aPrivPhone

◆ m_aPrivProfession

OUString SwLabItem::m_aPrivProfession

◆ m_aPrivShortCut

OUString SwLabItem::m_aPrivShortCut

◆ m_aPrivShortCut2

OUString SwLabItem::m_aPrivShortCut2

◆ m_aPrivState

OUString SwLabItem::m_aPrivState

◆ m_aPrivStreet

OUString SwLabItem::m_aPrivStreet

◆ m_aPrivTitle

OUString SwLabItem::m_aPrivTitle

◆ m_aPrivWWW

OUString SwLabItem::m_aPrivWWW

◆ m_aPrivZip

OUString SwLabItem::m_aPrivZip

◆ m_aType

OUString SwLabItem::m_aType

◆ m_aWriting

OUString SwLabItem::m_aWriting

◆ m_bAddr

bool SwLabItem::m_bAddr

◆ m_bCont

bool SwLabItem::m_bCont

◆ m_bPage

bool SwLabItem::m_bPage

◆ m_bSynchron

bool SwLabItem::m_bSynchron

◆ m_lHDist

sal_Int32 SwLabItem::m_lHDist

◆ m_lHeight

sal_Int32 SwLabItem::m_lHeight

◆ m_lLeft

sal_Int32 SwLabItem::m_lLeft

◆ m_lPHeight

sal_Int32 SwLabItem::m_lPHeight

◆ m_lPWidth

sal_Int32 SwLabItem::m_lPWidth

◆ m_lUpper

sal_Int32 SwLabItem::m_lUpper

◆ m_lVDist

sal_Int32 SwLabItem::m_lVDist

◆ m_lWidth

sal_Int32 SwLabItem::m_lWidth

◆ m_nCol

sal_Int32 SwLabItem::m_nCol

◆ m_nCols

sal_Int32 SwLabItem::m_nCols

◆ m_nRow

sal_Int32 SwLabItem::m_nRow

◆ m_nRows

sal_Int32 SwLabItem::m_nRows

◆ m_sDBName

OUString SwLabItem::m_sDBName

◆ m_sGlossaryBlockName

OUString SwLabItem::m_sGlossaryBlockName

◆ m_sGlossaryGroup

OUString SwLabItem::m_sGlossaryGroup

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