Searched refs:aColor1 (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/oox/source/vml/ |
| H A D | vmlformatting.cxx | 479 …Color aColor1 = ConversionHelper::decodeColor( rGraphicHelper, moColor, moOpacity, API_RGB_WHITE ); in pushToPropMap() local 480 …elper::decodeColor( rGraphicHelper, moColor2, moOpacity2, API_RGB_WHITE, aColor1.getColor( rGraphi… in pushToPropMap() 499 const Color& rOuterColor = bOuterToInner ? aColor1 : aColor2; in pushToPropMap() 500 const Color& rInnerColor = bOuterToInner ? aColor2 : aColor1; in pushToPropMap() 514 aFillProps.maGradientProps.maGradientStops[ 0.0 ] = aColor1; in pushToPropMap() 540 … aFillProps.maGradientProps.maGradientStops[ 0.0 ] = bOuterToInner ? aColor2 : aColor1; in pushToPropMap() 541 … aFillProps.maGradientProps.maGradientStops[ 1.0 ] = bOuterToInner ? aColor1 : aColor2; in pushToPropMap()
|
| /AOO42X/main/vcl/source/window/ |
| H A D | decoview.cxx | 1087 Color aColor1; in ImplDrawButton() local 1091 aColor1 = rStyleSettings.GetDarkShadowColor(); in ImplDrawButton() 1097 aColor1 = rStyleSettings.GetLightBorderColor(); in ImplDrawButton() 1099 aColor1 = rStyleSettings.GetLightColor(); in ImplDrawButton() 1105 pDev->ImplDraw2ColorFrame( aFillRect, aColor1, aColor2 ); in ImplDrawButton() 1115 aColor1 = rStyleSettings.GetShadowColor(); in ImplDrawButton() 1121 aColor1 = rStyleSettings.GetLightColor(); in ImplDrawButton() 1123 aColor1 = rStyleSettings.GetLightBorderColor(); in ImplDrawButton() 1126 pDev->ImplDraw2ColorFrame( aFillRect, aColor1, aColor2 ); in ImplDrawButton()
|
| /AOO42X/main/vcl/os2/source/window/ |
| H A D | salframe.cxx | 2188 Color aColor1 = aStyleSettings.GetFaceColor(); in UpdateSettings() local 2190 PM_BYTE nRed = (PM_BYTE)(((USHORT)aColor1.GetRed() + (USHORT)aColor2.GetRed())/2); in UpdateSettings() 2191 PM_BYTE nGreen = (PM_BYTE)(((USHORT)aColor1.GetGreen() + (USHORT)aColor2.GetGreen())/2); in UpdateSettings() 2192 PM_BYTE nBlue = (PM_BYTE)(((USHORT)aColor1.GetBlue() + (USHORT)aColor2.GetBlue())/2); in UpdateSettings()
|
| /AOO42X/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 3001 Color aColor1 = aStyleSettings.GetFaceColor(); in UpdateSettings() local 3003 BYTE nRed = (BYTE)(((sal_uInt16)aColor1.GetRed() + (sal_uInt16)aColor2.GetRed())/2); in UpdateSettings() 3004 … BYTE nGreen = (BYTE)(((sal_uInt16)aColor1.GetGreen() + (sal_uInt16)aColor2.GetGreen())/2); in UpdateSettings() 3005 … BYTE nBlue = (BYTE)(((sal_uInt16)aColor1.GetBlue() + (sal_uInt16)aColor2.GetBlue())/2); in UpdateSettings()
|