Home
last modified time | relevance | path

Searched refs:nBl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx551 sal_uInt32 nBl(0L); in GetDraftFillColor() local
565 nBl += rCol2.GetBlue(); in GetDraftFillColor()
572 nBl /= nAnz; in GetDraftFillColor()
574 rCol = Color(sal_uInt8(nRt), sal_uInt8(nGn), sal_uInt8(nBl)); in GetDraftFillColor()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx5918 sal_uLong nRt = 0, nGn = 0, nBl = 0; in ApplyTo() local
5932 nRt+=rCol.GetRed(); nGn+=rCol.GetGreen(); nBl+=rCol.GetBlue(); in ApplyTo()
5943 nRt+=aCol.GetRed(); nGn+=aCol.GetGreen(); nBl+=aCol.GetBlue(); in ApplyTo()
5951 nBl /= nC; in ApplyTo()
5952 aDefColor = Color(sal_uInt8( nRt ), sal_uInt8( nGn ),sal_uInt8( nBl ) ); in ApplyTo()

Completed in 47 milliseconds