Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx549 sal_uInt32 nRt(0L); in GetDraftFillColor() local
563 nRt += rCol2.GetRed(); in GetDraftFillColor()
570 nRt /= 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()
5949 nRt /= nC; in ApplyTo()
5952 aDefColor = Color(sal_uInt8( nRt ), sal_uInt8( nGn ),sal_uInt8( nBl ) ); in ApplyTo()

Completed in 38 milliseconds