Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/filter/source/msfilter/
H A Dsvdfppt.cxx5919 sal_uLong nRt = 0, nGn = 0, nBl = 0; in ApplyTo() local
5933 nRt+=rCol.GetRed(); nGn+=rCol.GetGreen(); nBl+=rCol.GetBlue(); in ApplyTo()
5944 nRt+=aCol.GetRed(); nGn+=aCol.GetGreen(); nBl+=aCol.GetBlue(); in ApplyTo()
5950 nRt /= nC; in ApplyTo()
5953 aDefColor = Color(sal_uInt8( nRt ), sal_uInt8( nGn ),sal_uInt8( nBl ) ); in ApplyTo()

Completed in 53 milliseconds