Home
last modified time | relevance | path

Searched refs:fDiff (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1719 double fDiff = ( fXPrev - fX ) / 2; in ScBackSolver() local
1720 if (fabs(fDiff) < fEps) in ScBackSolver()
1721 fDiff = (fDiff < 0.0) ? - fEps : fEps; in ScBackSolver()
1722 fX += fDiff; in ScBackSolver()
H A Dinterpr3.cxx3169 double fDiff = fPercentile * (nSize-1) - ::rtl::math::approxFloor( fPercentile * (nSize-1)); in GetPercentile() local
3173 if (fDiff == 0.0) in GetPercentile()
3181 return fVal + fDiff * (*iter - fVal); in GetPercentile()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1094 double fDiff = DateTime(*pDocFormatter->GetNullDate()) - in lcl_PutString() local
1099 fDays -= fDiff; in lcl_PutString()
/trunk/main/tools/source/generic/
H A Dpoly.cxx576 double fDiff = fEnd - fStart; in Polygon() local
581 if( fDiff < 0. ) in Polygon()
582 fDiff += F_2PI; in Polygon()
587 nPoints = Max( (sal_uInt16) ( ( fDiff * 0.1591549 ) * nPoints ), (sal_uInt16) 16 ); in Polygon()
588 fStep = fDiff / ( nPoints - 1 ); in Polygon()
/trunk/main/svl/source/numbers/
H A Dzformat.cxx2739 double fDiff = DateTime(*(rScan.GetNullDate())) - GetCal().getEpochStart(); in ImpGetTimeOutput() local
2740 fDiff += fNumberOrig; in ImpGetTimeOutput()
2741 GetCal().setLocalDateTime( fDiff ); in ImpGetTimeOutput()
2942 double fDiff = DateTime(*(rScan.GetNullDate())) - rCal.getEpochStart(); in ImpGetDateOutput() local
2943 fNumber += fDiff; in ImpGetDateOutput()
3126 double fDiff = DateTime(*(rScan.GetNullDate())) - rCal.getEpochStart(); in ImpGetDateTimeOutput() local
3127 fNumber += fDiff; in ImpGetDateTimeOutput()
H A Dzforfind.cxx1358 double fDiff = DateTime(*pNullDate) - pCal->getEpochStart(); in GetDateRef() local
1360 fDays -= fDiff; in GetDateRef()
/trunk/main/sc/source/core/data/
H A Ddpgroup.cxx242 double fDiff = fValue - rInfo.Start; in lcl_GetNumGroupForValue() local
243 double fDiv = rtl::math::approxFloor( fDiff / rInfo.Step ); in lcl_GetNumGroupForValue()

Completed in 204 milliseconds