Searched refs:fConv (Results 1 – 1 of 1) sorted by relevance
2414 double fConv; in ScConvert() local2415 if ( ScGlobal::GetUnitConverter()->GetValue( fConv, aFromUnit, aToUnit ) ) in ScConvert()2416 PushDouble( fVal * fConv ); in ScConvert()2417 else if ( ScGlobal::GetUnitConverter()->GetValue( fConv, aToUnit, aFromUnit ) ) in ScConvert()2418 PushDouble( fVal / fConv ); in ScConvert()