Searched refs:aColor2 (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | cdeint.cxx | 232 Color aColor2 = aStyleSettings.GetLightColor(); in GetSystemLook() local 233 …nt8 nRed = (sal_uInt8)(((sal_uInt16)aColors[1].GetRed() + (sal_uInt16)aColor2.GetRed())/2); in GetSystemLook() 234 …8 nGreen = (sal_uInt8)(((sal_uInt16)aColors[1].GetGreen() + (sal_uInt16)aColor2.GetGreen())/2); in GetSystemLook() 235 …t8 nBlue = (sal_uInt8)(((sal_uInt16)aColors[1].GetBlue() + (sal_uInt16)aColor2.GetBlue())/2); in GetSystemLook()
|
/aoo4110/main/oox/source/vml/ |
H A D | vmlformatting.cxx | 480 …Color aColor2 = ConversionHelper::decodeColor( rGraphicHelper, moColor2, moOpacity2, API_RGB_WHITE… in pushToPropMap() local 499 const Color& rOuterColor = bOuterToInner ? aColor1 : aColor2; in pushToPropMap() 500 const Color& rInnerColor = bOuterToInner ? aColor2 : aColor1; in pushToPropMap() 515 aFillProps.maGradientProps.maGradientStops[ 1.0 ] = aColor2; in pushToPropMap() 540 … aFillProps.maGradientProps.maGradientStops[ 0.0 ] = bOuterToInner ? aColor2 : aColor1; in pushToPropMap() 541 … aFillProps.maGradientProps.maGradientStops[ 1.0 ] = bOuterToInner ? aColor1 : aColor2; in pushToPropMap()
|
/aoo4110/main/vcl/source/window/ |
H A D | decoview.cxx | 1096 Color aColor2; in ImplDrawButton() local 1100 aColor2 = rStyleSettings.GetLightColor(); in ImplDrawButton() 1109 aColor2 = rStyleSettings.GetShadowColor(); in ImplDrawButton() 1111 aColor2 = rStyleSettings.GetDarkShadowColor(); in ImplDrawButton() 1113 pDev->ImplDraw2ColorFrame( aFillRect, aColor1, aColor2 ); in ImplDrawButton() 1124 aColor2 = rStyleSettings.GetLightBorderColor(); in ImplDrawButton() 1132 aColor2 = rStyleSettings.GetShadowColor(); in ImplDrawButton() 1134 pDev->ImplDraw2ColorFrame( aFillRect, aColor1, aColor2 ); in ImplDrawButton()
|
/aoo4110/main/vcl/unx/kde4/ |
H A D | KDESalFrame.cxx | 272 Color aColor2 = style.GetLightColor(); in UpdateSettings() local 274 … SetCheckedColor( Color( (sal_uInt8)(((sal_uInt16)aBack.GetRed()+(sal_uInt16)aColor2.GetRed())/2), in UpdateSettings() 275 … (sal_uInt8)(((sal_uInt16)aBack.GetGreen()+(sal_uInt16)aColor2.GetGreen())/2), in UpdateSettings() 276 (sal_uInt8)(((sal_uInt16)aBack.GetBlue()+(sal_uInt16)aColor2.GetBlue())/2) in UpdateSettings()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | FixedTextColor.cxx | 199 com::sun::star::util::Color aColor2 = xSection->getBackColor(); in handle() local 200 Color aBackColor(aColor2); in handle()
|
/aoo4110/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 1918 Color aColor2 = aStyleSettings.GetLightColor(); in UpdateSettings() local 1920 … SetCheckedColor( Color( (sal_uInt8)(((sal_uInt16)aBack.GetRed()+(sal_uInt16)aColor2.GetRed())/2), in UpdateSettings() 1921 … (sal_uInt8)(((sal_uInt16)aBack.GetGreen()+(sal_uInt16)aColor2.GetGreen())/2), in UpdateSettings() 1922 (sal_uInt8)(((sal_uInt16)aBack.GetBlue()+(sal_uInt16)aColor2.GetBlue())/2) in UpdateSettings()
|
/aoo4110/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 2193 Color aColor2 = aStyleSettings.GetLightColor(); 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()
|
/aoo4110/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 3357 Color aColor2 = aStyleSet.GetLightColor(); in updateSettings() local 3358 Color aCheck( (sal_uInt8)(((sal_uInt16)aBackColor.GetRed()+(sal_uInt16)aColor2.GetRed())/2), in updateSettings() 3359 … (sal_uInt8)(((sal_uInt16)aBackColor.GetGreen()+(sal_uInt16)aColor2.GetGreen())/2), in updateSettings() 3360 … (sal_uInt8)(((sal_uInt16)aBackColor.GetBlue()+(sal_uInt16)aColor2.GetBlue())/2) in updateSettings()
|
/aoo4110/main/vcl/win/source/window/ |
H A D | salframe.cxx | 3008 Color aColor2 = aStyleSettings.GetLightColor(); 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 163 milliseconds