Lines Matching refs:XLineColorItem
1513 TYPEINIT1_AUTOFACTORY(XLineColorItem, XColorItem);
1525 XLineColorItem::XLineColorItem(sal_Int32 nIndex, const Color& rTheColor) : in XLineColorItem() function in XLineColorItem
1540 XLineColorItem::XLineColorItem(const XubString& rName, const Color& rTheColor) : in XLineColorItem() function in XLineColorItem
1555 XLineColorItem::XLineColorItem(SvStream& rIn) : in XLineColorItem() function in XLineColorItem
1570 SfxPoolItem* XLineColorItem::Clone(SfxItemPool* /*pPool*/) const in Clone()
1572 return new XLineColorItem(*this); in Clone()
1585 SfxPoolItem* XLineColorItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()
1587 return new XLineColorItem(rIn); in Create()
1592 SfxItemPresentation XLineColorItem::GetPresentation in GetPresentation()
1614 sal_Bool XLineColorItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) con… in QueryValue()
1620 sal_Bool XLineColorItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()