Lines Matching refs:mColor
1340 : SfxEnumItem( nId, (sal_uInt16)eSt ), mColor( COL_TRANSPARENT ) in SvxTextLineItem()
1417 if( !mColor.GetTransparency() ) in GetPresentation()
1418 ( rText += cpDelim ) += ::GetColorString( mColor ); in GetPresentation()
1450 rVal <<= (sal_Int32)( mColor.GetColor() ); in QueryValue()
1453 rVal = Bool2Any( !mColor.GetTransparency() ); in QueryValue()
1490 sal_uInt8 nTrans = mColor.GetTransparency(); in PutValue()
1491 mColor = Color( nCol ); in PutValue()
1492 mColor.SetTransparency( nTrans ); in PutValue()
1497 mColor.SetTransparency( Any2Bool( rVal ) ? 0 : 0xff ); in PutValue()
2002 mColor( COL_BLACK ) in SvxColorItem()
2010 mColor( rCol ) in SvxColorItem()
2021 mColor = aColor; in SvxColorItem()
2028 mColor( rCopy.mColor ) in SvxColorItem()
2054 return mColor == ( (const SvxColorItem&)rAttr ).mColor; in operator ==()
2061 rVal <<= (sal_Int32)(mColor.GetColor()); in QueryValue()
2073 mColor.SetColor( nColor ); in PutValue()
2089 COL_AUTO == mColor.GetColor() ) in Store()
2092 rStrm << mColor; in Store()
2121 rText = ::GetColorString( mColor ); in GetPresentation()
2133 mColor = rNewCol; in SetValue()