Lines Matching refs:CntByteItem

36 DBG_NAME(CntByteItem)
39 TYPEINIT1_AUTOFACTORY(CntByteItem, SfxPoolItem);
42 CntByteItem::CntByteItem(sal_uInt16 which, SvStream & rStream): in CntByteItem() function in CntByteItem
45 DBG_CTOR(CntByteItem, 0); in CntByteItem()
51 int CntByteItem::operator ==(const SfxPoolItem & rItem) const in operator ==()
53 DBG_CHKTHIS(CntByteItem, 0); in operator ==()
54 DBG_ASSERT(rItem.ISA(CntByteItem), in operator ==()
56 return m_nValue == SAL_STATIC_CAST(const CntByteItem *, &rItem)->m_nValue; in operator ==()
61 int CntByteItem::Compare(const SfxPoolItem & rWith) const in Compare()
63 DBG_CHKTHIS(CntByteItem, 0); in Compare()
64 DBG_ASSERT(rWith.ISA(CntByteItem), "CntByteItem::Compare(): Bad type"); in Compare()
65 return SAL_STATIC_CAST(const CntByteItem *, &rWith)->m_nValue < m_nValue ? in Compare()
67 SAL_STATIC_CAST(const CntByteItem *, &rWith)->m_nValue in Compare()
74 SfxItemPresentation CntByteItem::GetPresentation(SfxItemPresentation, in GetPresentation()
79 DBG_CHKTHIS(CntByteItem, 0); in GetPresentation()
86 sal_Bool CntByteItem::QueryValue(com::sun::star::uno::Any& rVal,sal_uInt8) const in QueryValue()
95 sal_Bool CntByteItem::PutValue(const com::sun::star::uno::Any& rVal,sal_uInt8) in PutValue()
110 SfxPoolItem * CntByteItem::Create(SvStream & rStream, sal_uInt16) const in Create()
112 DBG_CHKTHIS(CntByteItem, 0); in Create()
115 return new CntByteItem(Which(), sal_uInt8(nTheValue)); in Create()
120 SvStream & CntByteItem::Store(SvStream & rStream, sal_uInt16) const in Store()
122 DBG_CHKTHIS(CntByteItem, 0); in Store()
129 SfxPoolItem * CntByteItem::Clone(SfxItemPool *) const in Clone()
131 DBG_CHKTHIS(CntByteItem, 0); in Clone()
132 return new CntByteItem(*this); in Clone()
137 sal_uInt8 CntByteItem::GetMin() const in GetMin()
139 DBG_CHKTHIS(CntByteItem, 0); in GetMin()
145 sal_uInt8 CntByteItem::GetMax() const in GetMax()
147 DBG_CHKTHIS(CntByteItem, 0); in GetMax()
153 SfxFieldUnit CntByteItem::GetUnit() const in GetUnit()
155 DBG_CHKTHIS(CntByteItem, 0); in GetUnit()