Lines Matching refs:XColorItem

367 TYPEINIT1_AUTOFACTORY(XColorItem, NameOrIndex);
375 XColorItem::XColorItem(sal_uInt16 _nWhich, sal_Int32 nIndex, const Color& rTheColor) : in XColorItem() function in XColorItem
387 XColorItem::XColorItem(sal_uInt16 _nWhich, const XubString& rName, const Color& rTheColor) : in XColorItem() function in XColorItem
399 XColorItem::XColorItem(const XColorItem& rItem) : in XColorItem() function in XColorItem
411 XColorItem::XColorItem(sal_uInt16 _nWhich, SvStream& rIn) : in XColorItem() function in XColorItem
426 SfxPoolItem* XColorItem::Clone(SfxItemPool* /*pPool*/) const in Clone()
428 return new XColorItem(*this); in Clone()
437 int XColorItem::operator==(const SfxPoolItem& rItem) const in operator ==()
440 ((const XColorItem&) rItem).aColor == aColor ); in operator ==()
449 SfxPoolItem* XColorItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()
451 return new XColorItem(Which(), rIn); in Create()
460 SvStream& XColorItem::Store( SvStream& rOut, sal_uInt16 nItemVersion ) const in Store()
478 const Color& XColorItem::GetColorValue() const in GetColorValue()
490 const Color& XColorItem::GetColorValue(const XColorListSharedPtr aTable) const in GetColorValue()
500 sal_Bool XColorItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
506 sal_Bool XColorItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()
1513 TYPEINIT1_AUTOFACTORY(XLineColorItem, XColorItem);
1526 XColorItem(XATTR_LINECOLOR, nIndex, rTheColor) in XLineColorItem()
1541 XColorItem(XATTR_LINECOLOR, rName, rTheColor) in XLineColorItem()
1556 XColorItem(XATTR_LINECOLOR, rIn) in XLineColorItem()
3263 TYPEINIT1_AUTOFACTORY(XFillColorItem, XColorItem);
3276 XColorItem(XATTR_FILLCOLOR, nIndex, rTheColor) in XFillColorItem()
3291 XColorItem(XATTR_FILLCOLOR, rName, rTheColor) in XFillColorItem()
3306 XColorItem(XATTR_FILLCOLOR, rIn) in XFillColorItem()
3388 TYPEINIT1_AUTOFACTORY(XSecondaryFillColorItem, XColorItem);
3391 XColorItem(XATTR_SECONDARYFILLCOLOR, nIndex, rTheColor) in XSecondaryFillColorItem()
3396 XColorItem(XATTR_SECONDARYFILLCOLOR, rName, rTheColor) in XSecondaryFillColorItem()
3401 XColorItem(XATTR_SECONDARYFILLCOLOR, rIn) in XSecondaryFillColorItem()
5264 TYPEINIT1_AUTOFACTORY(XFormTextShadowColorItem, XColorItem);
5278 XColorItem(XATTR_FORMTXTSHDWCOLOR, nIndex, rTheColor) in XFormTextShadowColorItem()
5294 XColorItem(XATTR_FORMTXTSHDWCOLOR, rName, rTheColor) in XFormTextShadowColorItem()
5309 XColorItem(XATTR_FORMTXTSHDWCOLOR, rIn) in XFormTextShadowColorItem()