Lines Matching refs:SvxBitmapListItem
42 TYPEINIT1_FACTORY( SvxBitmapListItem, SfxPoolItem , new SvxBitmapListItem);
307 SvxBitmapListItem::SvxBitmapListItem() in SvxBitmapListItem() function in SvxBitmapListItem
313 SvxBitmapListItem::SvxBitmapListItem( XBitmapListSharedPtr aList, sal_uInt16 nW ) : in SvxBitmapListItem() function in SvxBitmapListItem
321 SvxBitmapListItem::SvxBitmapListItem( const SvxBitmapListItem& rItem ) : in SvxBitmapListItem() function in SvxBitmapListItem
329 SfxItemPresentation SvxBitmapListItem::GetPresentation in GetPresentation()
343 int SvxBitmapListItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
346 return static_cast< const SvxBitmapListItem& >(rItem).maBitmapList == maBitmapList; in operator ==()
351 SfxPoolItem* SvxBitmapListItem::Clone( SfxItemPool * ) const in Clone()
353 return new SvxBitmapListItem( *this ); in Clone()
358 sal_Bool SvxBitmapListItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) c… in QueryValue()
370 sal_Bool SvxBitmapListItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/… in PutValue()