Lines Matching refs:SvxHatchListItem
41 TYPEINIT1_FACTORY( SvxHatchListItem, SfxPoolItem , new SvxHatchListItem);
222 SvxHatchListItem::SvxHatchListItem() in SvxHatchListItem() function in SvxHatchListItem
228 SvxHatchListItem::SvxHatchListItem( XHatchListSharedPtr aList, sal_uInt16 nW ) : in SvxHatchListItem() function in SvxHatchListItem
236 SvxHatchListItem::SvxHatchListItem( const SvxHatchListItem& rItem ) : in SvxHatchListItem() function in SvxHatchListItem
244 SfxItemPresentation SvxHatchListItem::GetPresentation in GetPresentation()
258 int SvxHatchListItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
261 return static_cast< const SvxHatchListItem& >(rItem).maHatchList == maHatchList; in operator ==()
266 SfxPoolItem* SvxHatchListItem::Clone( SfxItemPool * ) const in Clone()
268 return new SvxHatchListItem( *this ); in Clone()
273 sal_Bool SvxHatchListItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) co… in QueryValue()
285 sal_Bool SvxHatchListItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) in PutValue()