Lines Matching refs:SfxXRangesItem
37 TYPEINIT1_AUTOFACTORY(SfxXRangesItem, SfxPoolItem);
133 SfxXRangesItem::SfxXRangesItem() in SfxXRangesItem() function in SfxXRangesItem
140 SfxXRangesItem::SfxXRangesItem( sal_uInt16 nWID, const NUMTYPE *pRanges ) in SfxXRangesItem() function in SfxXRangesItem
150 SfxXRangesItem::SfxXRangesItem( sal_uInt16 nWID, SvStream &rStream ) in SfxXRangesItem() function in SfxXRangesItem
163 SfxXRangesItem::SfxXRangesItem( const SfxXRangesItem& rItem ) in SfxXRangesItem() function in SfxXRangesItem
173 SfxXRangesItem::~SfxXRangesItem() in ~SfxXRangesItem()
180 int SfxXRangesItem::operator==( const SfxPoolItem &rItem ) const in operator ==()
182 const SfxXRangesItem &rOther = (const SfxXRangesItem&) rItem; in operator ==()
198 SfxItemPresentation SfxXRangesItem::GetPresentation( SfxItemPresentation /*ePres*/, in GetPresentation()
210 SfxPoolItem* SfxXRangesItem::Clone( SfxItemPool * ) const in Clone()
212 return new SfxXRangesItem( *this ); in Clone()
217 SfxPoolItem* SfxXRangesItem::Create( SvStream &rStream, sal_uInt16 ) const in Create()
219 return new SfxXRangesItem( Which(), rStream ); in Create()
224 SvStream& SfxXRangesItem::Store( SvStream &rStream, sal_uInt16 ) const in Store()
236 #undef SfxXRangesItem