Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dxestyle.cxx715 sal_Int32 nCurrDist = lclGetColorDistance( rColor, aIt->maColor ); in GetNearestPaletteColor() local
716 if( nCurrDist < nDist ) in GetNearestPaletteColor()
719 nDist = nCurrDist; in GetNearestPaletteColor()
736 sal_Int32 nCurrDist = lclGetColorDistance( rColor, aIt->maColor ); in GetNearPaletteColors() local
737 if( nCurrDist < nDist1 ) in GetNearPaletteColors()
742 nDist1 = nCurrDist; in GetNearPaletteColors()
744 else if( nCurrDist < nDist2 ) in GetNearPaletteColors()
747 nDist2 = nCurrDist; in GetNearPaletteColors()

Completed in 25 milliseconds