Home
last modified time | relevance | path

Searched refs:fDiv (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sd/source/ui/view/
H A Ddrviews4.cxx446 const double fDiv = ( ( PIPETTE_RANGE << 1 ) + 1 ) * ( ( PIPETTE_RANGE << 1 ) + 1 ); in MouseMove() local
461 SetColor( Color( (sal_uInt8) ( nRed / fDiv + .5 ), in MouseMove()
462 (sal_uInt8) ( nGreen / fDiv + .5 ), in MouseMove()
463 (sal_uInt8) ( nBlue / fDiv + .5 ) ) ); in MouseMove()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1052 double fDiv = CalcDistance(nCenter, nDrag); in CalcSmoothJoin() local
1054 if ( fDiv ) in CalcSmoothJoin()
1056 double fRatio = CalcDistance(nCenter, nPnt) / fDiv; in CalcSmoothJoin()
/trunk/main/sc/source/core/data/
H A Ddpgroup.cxx243 double fDiv = rtl::math::approxFloor( fDiff / rInfo.Step ); in lcl_GetNumGroupForValue() local
244 double fGroupStart = rInfo.Start + fDiv * rInfo.Step; in lcl_GetNumGroupForValue()
256 fDiv -= 1.0; in lcl_GetNumGroupForValue()
257 fGroupStart = rInfo.Start + fDiv * rInfo.Step; in lcl_GetNumGroupForValue()

Completed in 27 milliseconds