Home
last modified time | relevance | path

Searched refs:SfxXRangesItem (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/svl/source/items/
H A Drngitem_inc.cxx37 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()
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 …]
H A Drngitem.cxx32 #define SfxXRangesItem SfxUShortRangesItem macro
38 #define SfxXRangesItem SfxULongRangesItem macro
/aoo4110/main/svl/inc/svl/
H A Drngitem.hxx30 #define SfxXRangesItem SfxUShortRangesItem macro
34 #undef SfxXRangesItem
39 #define SfxXRangesItem SfxULongRangesItem macro
43 #undef SfxXRangesItem
85 class SVL_DLLPUBLIC SfxXRangesItem : public SfxPoolItem class
92 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 11 milliseconds