Lines Matching refs:aColor

1534 	Color aColor;  in Create()  local
1538 >> bTrans >> aColor >> aFillColor >> nStyle; in Create()
1539 aColor.SetTransparency(bTrans ? 0xff : 0); in Create()
1540 return new SvxShadowItem( Which(), &aColor, _nWidth, (SvxShadowLocation)cLoc ); in Create()
1580 aColor = *pCol; in SvxBorderLine()
1594 aColor = r.aColor; in operator =()
1614 return ( ( aColor == rCmp.GetColor() ) && in operator ==()
1685 aStr += ::GetColorString( aColor ); in GetValueString()
2366 Color aColor; in Create() local
2367 rStrm >> aColor >> nOutline >> nInline >> _nDistance; in Create()
2368 SvxBorderLine aBorder( &aColor, nOutline, nInline, _nDistance ); in Create()
2772 Color aColor; in Create() local
2773 rStrm >> aColor >> nOutline >> nInline >> nDistance; in Create()
2774 SvxBorderLine aBorder( &aColor, nOutline, nInline, nDistance ); in Create()
3415 Color aColor; in Create() local
3417 rStrm >> aColor >> nOutline >> nInline >> nDistance; in Create()
3420 SvxBorderLine aLine( &aColor, nOutline, nInline, nDistance ); in Create()
3471 aColor ( COL_TRANSPARENT ), in SvxBrushItem()
3487 aColor ( rColor ), in SvxBrushItem()
3504 aColor ( COL_TRANSPARENT ), in SvxBrushItem()
3522 aColor ( COL_TRANSPARENT ), in SvxBrushItem()
3541 aColor ( COL_TRANSPARENT ), in SvxBrushItem()
3559 aColor ( COL_TRANSPARENT ), in SvxBrushItem()
3586 aColor = Color( (sal_Int8)(nRed/3), (sal_Int8)(nGreen/3), (sal_Int8)(nBlue/3) ); in SvxBrushItem()
3598 aColor = Color( (sal_Int8)(nRed/2), (sal_Int8)(nGreen/2), (sal_Int8)(nBlue/2) ); in SvxBrushItem()
3610 aColor = Color( (sal_Int8)(nRed/3), (sal_Int8)(nGreen/3), (sal_Int8)(nBlue/3) ); in SvxBrushItem()
3615 aColor = Color( COL_TRANSPARENT ); in SvxBrushItem()
3619 aColor = aTempColor; in SvxBrushItem()
3721 rVal <<= (sal_Int32)( aColor.GetColor() ); in QueryValue()
3724 rVal <<= (sal_Int32)( aColor.GetRGBColor() ); in QueryValue()
3727 rVal <<= lcl_TransparencyToPercent(aColor.GetTransparency()); in QueryValue()
3738 rVal = Bool2Any( aColor.GetTransparency() == 0xff ); in QueryValue()
3791 nCol += aColor.GetColor() & 0xff000000; in PutValue()
3793 aColor = Color( nCol ); in PutValue()
3801 aColor.SetTransparency(lcl_PercentToTransparency(nTrans)); in PutValue()
3824 aColor.SetTransparency( Any2Bool( rVal ) ? 0xff : 0 ); in PutValue()
3911 rText = ::GetColorString( aColor ); in GetPresentation()
3915 if ( aColor.GetTransparency() ) in GetPresentation()
3936 aColor = rItem.aColor; in operator =()
3965 sal_Bool bEqual = ( aColor == rCmp.aColor && eGraphicPos == rCmp.eGraphicPos && in operator ==()
4018 rStream << aColor; in Store()
4019 rStream << aColor; in Store()
4020 rStream << (sal_Int8)(aColor.GetTransparency() > 0 ? 0 : 1); //BRUSH_NULL : BRUSH_SOLID in Store()
4307 aColor = rItem.GetColor(); in SvxBrushItem()
4319 pItem->SetColor( aColor.GetColor() ); in CreateCntWallpaperItem()