Home
last modified time | relevance | path

Searched refs:nRed (Results 51 – 62 of 62) sorted by relevance

123

/aoo42x/main/vcl/inc/vcl/
H A Doctree.hxx44 sal_uLong nRed; member
/aoo42x/main/vcl/source/app/
H A Dsettings.cxx702 sal_uLong nRed = mpData->maLightColor.GetRed(); in Set3DColors() local
705 nRed += (sal_uLong)(mpData->maShadowColor.GetRed()); in Set3DColors()
708 …mpData->maCheckedColor = Color( (sal_uInt8)(nRed/2), (sal_uInt8)(nGreen/2), (sal_uInt8)(nBlue/2) ); in Set3DColors()
/aoo42x/main/filter/source/msfilter/
H A Descherex.cxx379 sal_uInt32 nRed = ( ( aColor.GetRed() * nIntensity ) / 100 ); in GetGradientColor() local
382 return nRed | nGreen | nBlue; in GetGradientColor()
1474 sal_Int16 nRed(0); in CreateGraphicProperties() local
1569 aAny >>= nRed; in CreateGraphicProperties()
1624 … if ( bMirrored || nAngle || nTransparency || nRed || nGreen || nBlue || (1.0 != fGamma) || in CreateGraphicProperties()
1671 if(bMirrored || nTransparency || nRed || nGreen || nBlue || (1.0 != fGamma)) in CreateGraphicProperties()
1686 if(nRed) in CreateGraphicProperties()
1688 pGraphicAttr->SetChannelR(nRed); in CreateGraphicProperties()
H A Dmsdffimp.cxx1239 sal_Int16 nRed = static_cast< sal_Int16 >( fRed + 0.5 ); in ApplyRectangularGradientAsBitmap() local
1264 if ( nRed < 0 ) in ApplyRectangularGradientAsBitmap()
1265 nRed = 0; in ApplyRectangularGradientAsBitmap()
1266 if ( nRed > 255 ) in ApplyRectangularGradientAsBitmap()
1267 nRed = 255; in ApplyRectangularGradientAsBitmap()
1277 …pAcc->SetPixel( nY, nX, BitmapColor( static_cast< sal_Int8 >( nRed ), static_cast< sal_Int8 >( nGr… in ApplyRectangularGradientAsBitmap()
H A Dsvdfppt.cxx748 sal_uInt8 nDummy, nRed, nGreen, nBlue; in RecolorGraphic() local
755 >> nRed in RecolorGraphic()
765 nRed = aColor.GetRed(); in RecolorGraphic()
769 nColor = nRed | ( nGreen << 8 ) | ( nBlue << 16 ); in RecolorGraphic()
772 >> nRed in RecolorGraphic()
777 nColor = nRed | ( nGreen << 8 ) | ( nBlue << 16 ); in RecolorGraphic()
/aoo42x/main/sw/source/core/unocore/
H A Dunotext.cxx1238 for (sal_uInt16 nRed = 0; nRed < nRedTblCount; nRed++) in getPropertyValue() local
1240 SwRedline const*const pRedline = rRedTbl[nRed]; in getPropertyValue()
H A Dunotbl.cxx296 for(sal_uInt16 nRed = 0; nRed < rRedTbl.Count(); nRed++) in lcl_GetSpecialProperty() local
298 const SwRedline* pRedline = rRedTbl[nRed]; in lcl_GetSpecialProperty()
/aoo42x/main/basic/source/runtime/
H A Dmethods.cxx3912 sal_uIntPtr nRed = rPar.Get(1)->GetInteger() & 0xFF; in RTLFUNC() local
3921 nRGB = (nBlue << 16) | (nGreen << 8) | nRed; in RTLFUNC()
3925 nRGB = (nRed << 16) | (nGreen << 8) | nBlue; in RTLFUNC()
/aoo42x/main/sw/source/filter/ww8/
H A Dww8par6.cxx4803 sal_uInt32 nRed = aForeColor.GetRed() * nWW8BrushStyle; in SetShade() local
4806 nRed += aBackColor.GetRed() * (1000L - nWW8BrushStyle); in SetShade()
4810 aColor.SetColor( RGB_COLORDATA( nRed/1000, nGreen/1000, in SetShade()
/aoo42x/main/vcl/os2/source/window/
H A Dsalframe.cxx2194 PM_BYTE nRed = (PM_BYTE)(((USHORT)aColor1.GetRed() + (USHORT)aColor2.GetRed())/2); in UpdateSettings() local
2197 aStyleSettings.SetCheckedColor( Color( nRed, nGreen, nBlue ) ); in UpdateSettings()
/aoo42x/main/vcl/win/source/window/
H A Dsalframe.cxx3009 BYTE nRed = (BYTE)(((sal_uInt16)aColor1.GetRed() + (sal_uInt16)aColor2.GetRed())/2); in UpdateSettings() local
3012 aStyleSettings.SetCheckedColor( Color( nRed, nGreen, nBlue ) ); in UpdateSettings()
/aoo42x/extras/l10n/source/fr/
H A Dlocalize.sdf70071 …elles ou modifiées soient appliquées, vous devez redémarrer %PRODUCTNAME.\nRedémarrez %PRODUCTNAME…

Completed in 1342 milliseconds

123