Lines Matching refs:SfxPointItem

38 DBG_NAME(SfxPointItem)
45 TYPEINIT1_AUTOFACTORY(SfxPointItem, SfxPoolItem);
49 SfxPointItem::SfxPointItem() in SfxPointItem() function in SfxPointItem
51 DBG_CTOR(SfxPointItem, 0); in SfxPointItem()
56 SfxPointItem::SfxPointItem( sal_uInt16 nW, const Point& rVal ) : in SfxPointItem() function in SfxPointItem
60 DBG_CTOR(SfxPointItem, 0); in SfxPointItem()
65 SfxPointItem::SfxPointItem( sal_uInt16 nW, SvStream &rStream ) : in SfxPointItem() function in SfxPointItem
68 DBG_CTOR(SfxPointItem, 0); in SfxPointItem()
74 SfxPointItem::SfxPointItem( const SfxPointItem& rItem ) : in SfxPointItem() function in SfxPointItem
78 DBG_CTOR(SfxPointItem, 0); in SfxPointItem()
83 SfxItemPresentation SfxPointItem::GetPresentation in GetPresentation()
92 DBG_CHKTHIS(SfxPointItem, 0); in GetPresentation()
102 int SfxPointItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
104 DBG_CHKTHIS(SfxPointItem, 0); in operator ==()
106 return ((SfxPointItem&)rItem).aVal == aVal; in operator ==()
111 SfxPoolItem* SfxPointItem::Clone(SfxItemPool *) const in Clone()
113 DBG_CHKTHIS(SfxPointItem, 0); in Clone()
114 return new SfxPointItem( *this ); in Clone()
119 SfxPoolItem* SfxPointItem::Create(SvStream &rStream, sal_uInt16 ) const in Create()
121 DBG_CHKTHIS(SfxPointItem, 0); in Create()
124 return new SfxPointItem(Which(), aStr); in Create()
129 SvStream& SfxPointItem::Store(SvStream &rStream, sal_uInt16 ) const in Store()
131 DBG_CHKTHIS(SfxPointItem, 0); in Store()
138 sal_Bool SfxPointItem::QueryValue( uno::Any& rVal, in QueryValue()
162 sal_Bool SfxPointItem::PutValue( const uno::Any& rVal, in PutValue()