Lines Matching refs:SfxIntegerListItem
36 TYPEINIT1_AUTOFACTORY(SfxIntegerListItem, SfxPoolItem);
38 SfxIntegerListItem::SfxIntegerListItem() in SfxIntegerListItem() function in SfxIntegerListItem
42 SfxIntegerListItem::SfxIntegerListItem( sal_uInt16 which, const SvULongs& rList ) in SfxIntegerListItem() function in SfxIntegerListItem
50 SfxIntegerListItem::SfxIntegerListItem( const SfxIntegerListItem& rItem ) in SfxIntegerListItem() function in SfxIntegerListItem
56 SfxIntegerListItem::~SfxIntegerListItem() in ~SfxIntegerListItem()
60 int SfxIntegerListItem::operator==( const SfxPoolItem& rPoolItem ) const in operator ==()
62 if ( !rPoolItem.ISA( SfxIntegerListItem ) ) in operator ==()
65 const SfxIntegerListItem rItem = (const SfxIntegerListItem&) rPoolItem; in operator ==()
69 SfxPoolItem* SfxIntegerListItem::Clone( SfxItemPool * ) const in Clone()
71 return new SfxIntegerListItem( *this ); in Clone()
74 sal_Bool SfxIntegerListItem::PutValue ( const com::sun::star::uno::Any& rVal, sal_uInt8 ) in PutValue()
89 sal_Bool SfxIntegerListItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 ) const in QueryValue()
95 void SfxIntegerListItem::GetList( SvULongs& rList ) const in GetList()