Searched refs:SfxXRangesItem (Results 1 – 3 of 3) sorted by relevance
37 TYPEINIT1_AUTOFACTORY(SfxXRangesItem, SfxPoolItem);133 SfxXRangesItem::SfxXRangesItem() in SfxXRangesItem() function in SfxXRangesItem140 SfxXRangesItem::SfxXRangesItem( sal_uInt16 nWID, const NUMTYPE *pRanges ) in SfxXRangesItem() function in SfxXRangesItem150 SfxXRangesItem::SfxXRangesItem( sal_uInt16 nWID, SvStream &rStream ) in SfxXRangesItem() function in SfxXRangesItem163 SfxXRangesItem::SfxXRangesItem( const SfxXRangesItem& rItem ) in SfxXRangesItem() function in SfxXRangesItem173 SfxXRangesItem::~SfxXRangesItem() in ~SfxXRangesItem()182 const SfxXRangesItem &rOther = (const SfxXRangesItem&) rItem; in operator ==()210 SfxPoolItem* SfxXRangesItem::Clone( SfxItemPool * ) const in Clone()212 return new SfxXRangesItem( *this ); in Clone()219 return new SfxXRangesItem( Which(), rStream ); in Create()[all …]
32 #define SfxXRangesItem SfxUShortRangesItem macro38 #define SfxXRangesItem SfxULongRangesItem macro
30 #define SfxXRangesItem SfxUShortRangesItem macro34 #undef SfxXRangesItem39 #define SfxXRangesItem SfxULongRangesItem macro43 #undef SfxXRangesItem85 class SVL_DLLPUBLIC SfxXRangesItem : public SfxPoolItem class92 SfxXRangesItem();93 SfxXRangesItem( sal_uInt16 nWID, const NUMTYPE *pRanges );94 SfxXRangesItem( sal_uInt16 nWID, SvStream &rStream );95 SfxXRangesItem( const SfxXRangesItem& rItem );96 virtual ~SfxXRangesItem();
Completed in 9 milliseconds