Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddptabres.cxx2506 double fOtherResult = pOtherAggData->GetAuxiliary(); in UpdateRunningTotals() local
2512 fThisResult = fThisResult - fOtherResult; in UpdateRunningTotals()
2515 if ( fOtherResult == 0.0 ) in UpdateRunningTotals()
2518 fThisResult = fThisResult / fOtherResult; in UpdateRunningTotals()
2521 if ( fOtherResult == 0.0 ) in UpdateRunningTotals()
2524 … fThisResult = ( fThisResult - fOtherResult ) / fOtherResult; in UpdateRunningTotals()

Completed in 37 milliseconds