Searched refs:fConv (Results 1 – 1 of 1) sorted by relevance
2416 double fConv; in ScConvert() local2417 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 46 milliseconds