Lines Matching refs:XLineDashItem

302 						bFound = (((XLineDashItem*)pCheckItem)->GetDashValue() == ((XDashEntry*)pEntry) ->GetDash());  in CheckNamedItem()
895 TYPEINIT1_AUTOFACTORY(XLineDashItem, NameOrIndex);
907 XLineDashItem::XLineDashItem(sal_Int32 nIndex, const XDash& rTheDash) : in XLineDashItem() function in XLineDashItem
923 XLineDashItem::XLineDashItem(const XubString& rName, const XDash& rTheDash) : in XLineDashItem() function in XLineDashItem
939 XLineDashItem::XLineDashItem(const XLineDashItem& rItem) : in XLineDashItem() function in XLineDashItem
955 XLineDashItem::XLineDashItem(SvStream& rIn) : in XLineDashItem() function in XLineDashItem
975 XLineDashItem::XLineDashItem(SfxItemPool* /*pPool*/, const XDash& rTheDash) in XLineDashItem() function in XLineDashItem
983 XLineDashItem::XLineDashItem(SfxItemPool* /*pPool*/) in XLineDashItem() function in XLineDashItem
998 SfxPoolItem* XLineDashItem::Clone(SfxItemPool* /*pPool*/) const in Clone()
1000 return new XLineDashItem(*this); in Clone()
1013 int XLineDashItem::operator==(const SfxPoolItem& rItem) const in operator ==()
1016 aDash == ((const XLineDashItem&) rItem).aDash ); in operator ==()
1029 SfxPoolItem* XLineDashItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()
1031 return new XLineDashItem(rIn); in Create()
1044 SvStream& XLineDashItem::Store( SvStream& rOut, sal_uInt16 nItemVersion ) const in Store()
1071 const XDash& XLineDashItem::GetDashValue(const XDashList* pTable) const // GetValue -> GetDashValue in GetDashValue()
1081 SfxItemPresentation XLineDashItem::GetPresentation in GetPresentation()
1105 FASTBOOL XLineDashItem::HasMetrics() const in HasMetrics()
1112 FASTBOOL XLineDashItem::ScaleMetrics(long nMul, long nDiv) in ScaleMetrics()
1120 sal_Bool XLineDashItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
1224 sal_Bool XLineDashItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
1370 sal_Bool XLineDashItem::CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 ) in CompareValueFunc()
1372 return ((XLineDashItem*)p1)->GetDashValue() == ((XLineDashItem*)p2)->GetDashValue(); in CompareValueFunc()
1375 XLineDashItem* XLineDashItem::checkForUniqueItem( SdrModel* pModel ) const in checkForUniqueItem()
1383 XLineDashItem::CompareValueFunc, in checkForUniqueItem()
1390 return new XLineDashItem( aUniqueName, aDash ); in checkForUniqueItem()
1394 return (XLineDashItem*)this; in checkForUniqueItem()