Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx2416 double fConv; in ScConvert() local
2417 if ( ScGlobal::GetUnitConverter()->GetValue( fConv, aFromUnit, aToUnit ) ) in ScConvert()
2418 PushDouble( fVal * fConv ); in ScConvert()
2419 else if ( ScGlobal::GetUnitConverter()->GetValue( fConv, aToUnit, aFromUnit ) ) in ScConvert()
2420 PushDouble( fVal / fConv ); in ScConvert()

Completed in 26 milliseconds