Searched refs:aColor1 (Results 1 – 4 of 4) sorted by relevance
/trunk/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()
|
/trunk/main/vcl/source/window/ |
H A D | decoview.cxx | 1095 Color aColor1; in ImplDrawButton() local 1099 aColor1 = rStyleSettings.GetDarkShadowColor(); in ImplDrawButton() 1105 aColor1 = rStyleSettings.GetLightBorderColor(); in ImplDrawButton() 1107 aColor1 = rStyleSettings.GetLightColor(); in ImplDrawButton() 1113 pDev->ImplDraw2ColorFrame( aFillRect, aColor1, aColor2 ); in ImplDrawButton() 1123 aColor1 = rStyleSettings.GetShadowColor(); in ImplDrawButton() 1129 aColor1 = rStyleSettings.GetLightColor(); in ImplDrawButton() 1131 aColor1 = rStyleSettings.GetLightBorderColor(); in ImplDrawButton() 1134 pDev->ImplDraw2ColorFrame( aFillRect, aColor1, aColor2 ); in ImplDrawButton()
|
/trunk/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 2192 Color aColor1 = aStyleSettings.GetFaceColor(); in UpdateSettings() local 2194 PM_BYTE nRed = (PM_BYTE)(((USHORT)aColor1.GetRed() + (USHORT)aColor2.GetRed())/2); in UpdateSettings() 2195 PM_BYTE nGreen = (PM_BYTE)(((USHORT)aColor1.GetGreen() + (USHORT)aColor2.GetGreen())/2); in UpdateSettings() 2196 PM_BYTE nBlue = (PM_BYTE)(((USHORT)aColor1.GetBlue() + (USHORT)aColor2.GetBlue())/2); in UpdateSettings()
|
/trunk/main/vcl/win/source/window/ |
H A D | salframe.cxx | 3007 Color aColor1 = aStyleSettings.GetFaceColor(); in UpdateSettings() local 3009 BYTE nRed = (BYTE)(((sal_uInt16)aColor1.GetRed() + (sal_uInt16)aColor2.GetRed())/2); in UpdateSettings() 3010 … BYTE nGreen = (BYTE)(((sal_uInt16)aColor1.GetGreen() + (sal_uInt16)aColor2.GetGreen())/2); in UpdateSettings() 3011 … BYTE nBlue = (BYTE)(((sal_uInt16)aColor1.GetBlue() + (sal_uInt16)aColor2.GetBlue())/2); in UpdateSettings()
|
Completed in 51 milliseconds