Lines Matching refs:SfxInt16Item

56 DBG_NAME(SfxInt16Item);
59 TYPEINIT1_AUTOFACTORY(SfxInt16Item, SfxPoolItem);
62 SfxInt16Item::SfxInt16Item(sal_uInt16 which, SvStream & rStream): in SfxInt16Item() function in SfxInt16Item
65 DBG_CTOR(SfxInt16Item, 0); in SfxInt16Item()
73 int SfxInt16Item::operator ==(const SfxPoolItem & rItem) const in operator ==()
75 DBG_CHKTHIS(SfxInt16Item, 0); in operator ==()
77 return m_nValue == SAL_STATIC_CAST(const SfxInt16Item *, &rItem)-> in operator ==()
83 int SfxInt16Item::Compare(const SfxPoolItem & rWith) const in Compare()
85 DBG_CHKTHIS(SfxInt16Item, 0); in Compare()
87 return SAL_STATIC_CAST(const SfxInt16Item *, &rWith)->m_nValue in Compare()
90 SAL_STATIC_CAST(const SfxInt16Item *, &rWith)->m_nValue in Compare()
97 SfxItemPresentation SfxInt16Item::GetPresentation(SfxItemPresentation, in GetPresentation()
102 DBG_CHKTHIS(SfxInt16Item, 0); in GetPresentation()
110 sal_Bool SfxInt16Item::QueryValue(com::sun::star::uno::Any& rVal, sal_uInt8) const in QueryValue()
119 sal_Bool SfxInt16Item::PutValue(const com::sun::star::uno::Any& rVal, sal_uInt8 ) in PutValue()
134 SfxPoolItem * SfxInt16Item::Create(SvStream & rStream, sal_uInt16) const in Create()
136 DBG_CHKTHIS(SfxInt16Item, 0); in Create()
137 return new SfxInt16Item(Which(), rStream); in Create()
142 SvStream & SfxInt16Item::Store(SvStream & rStream, sal_uInt16) const in Store()
144 DBG_CHKTHIS(SfxInt16Item, 0); in Store()
150 SfxPoolItem * SfxInt16Item::Clone(SfxItemPool *) const in Clone()
152 DBG_CHKTHIS(SfxInt16Item, 0); in Clone()
153 return new SfxInt16Item(*this); in Clone()
157 sal_Int16 SfxInt16Item::GetMin() const in GetMin()
159 DBG_CHKTHIS(SfxInt16Item, 0); in GetMin()
164 sal_Int16 SfxInt16Item::GetMax() const in GetMax()
166 DBG_CHKTHIS(SfxInt16Item, 0); in GetMax()
171 SfxFieldUnit SfxInt16Item::GetUnit() const in GetUnit()
173 DBG_CHKTHIS(SfxInt16Item, 0); in GetUnit()