Lines Matching refs:XFillHatchItem

314 …			bFound = (((XFillHatchItem*)pCheckItem)->GetHatchValue() == ((XHatchEntry*)pEntry)->GetHatch());  in CheckNamedItem()
4260 TYPEINIT1_AUTOFACTORY(XFillHatchItem, NameOrIndex);
4273 XFillHatchItem::XFillHatchItem(sal_Int32 nIndex, in XFillHatchItem() function in XFillHatchItem
4291 XFillHatchItem::XFillHatchItem(const XubString& rName, in XFillHatchItem() function in XFillHatchItem
4308 XFillHatchItem::XFillHatchItem(const XFillHatchItem& rItem) : in XFillHatchItem() function in XFillHatchItem
4324 XFillHatchItem::XFillHatchItem(SvStream& rIn) : in XFillHatchItem() function in XFillHatchItem
4351 XFillHatchItem::XFillHatchItem(SfxItemPool* /*pPool*/, const XHatch& rTheHatch) in XFillHatchItem() function in XFillHatchItem
4359 XFillHatchItem::XFillHatchItem(SfxItemPool* /*pPool*/) in XFillHatchItem() function in XFillHatchItem
4374 SfxPoolItem* XFillHatchItem::Clone(SfxItemPool* /*pPool*/) const in Clone()
4376 return new XFillHatchItem(*this); in Clone()
4389 int XFillHatchItem::operator==(const SfxPoolItem& rItem) const in operator ==()
4392 aHatch == ((const XFillHatchItem&) rItem).aHatch ); in operator ==()
4405 SfxPoolItem* XFillHatchItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()
4407 return new XFillHatchItem(rIn); in Create()
4420 SvStream& XFillHatchItem::Store( SvStream& rOut, sal_uInt16 nItemVersion ) const in Store()
4450 const XHatch& XFillHatchItem::GetHatchValue(const XHatchList* pTable) const // GetValue -> GetHatch… in GetHatchValue()
4460 SfxItemPresentation XFillHatchItem::GetPresentation in GetPresentation()
4484 FASTBOOL XFillHatchItem::HasMetrics() const in HasMetrics()
4491 FASTBOOL XFillHatchItem::ScaleMetrics(long nMul, long nDiv) in ScaleMetrics()
4498 sal_Bool XFillHatchItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
4562 sal_Bool XFillHatchItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
4658 sal_Bool XFillHatchItem::CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 ) in CompareValueFunc()
4660 return ((XFillHatchItem*)p1)->GetHatchValue() == ((XFillHatchItem*)p2)->GetHatchValue(); in CompareValueFunc()
4663 XFillHatchItem* XFillHatchItem::checkForUniqueItem( SdrModel* pModel ) const in checkForUniqueItem()
4671 XFillHatchItem::CompareValueFunc, in checkForUniqueItem()
4678 return new XFillHatchItem( aUniqueName, aHatch ); in checkForUniqueItem()
4682 return (XFillHatchItem*)this; in checkForUniqueItem()