Searched refs:nRt (Results 1 – 2 of 2) sorted by relevance
549 sal_uInt32 nRt(0L); in GetDraftFillColor() local563 nRt += rCol2.GetRed(); in GetDraftFillColor()570 nRt /= nAnz; in GetDraftFillColor()574 rCol = Color(sal_uInt8(nRt), sal_uInt8(nGn), sal_uInt8(nBl)); in GetDraftFillColor()
5907 sal_uLong nRt = 0, nGn = 0, nBl = 0; in ApplyTo() local5921 nRt+=rCol.GetRed(); nGn+=rCol.GetGreen(); nBl+=rCol.GetBlue(); in ApplyTo()5932 nRt+=aCol.GetRed(); nGn+=aCol.GetGreen(); nBl+=aCol.GetBlue(); in ApplyTo()5938 nRt /= nC; in ApplyTo()5941 aDefColor = Color(sal_uInt8( nRt ), sal_uInt8( nGn ),sal_uInt8( nBl ) ); in ApplyTo()
Completed in 54 milliseconds