Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dinterpr2.cxx2414 double fConv; in ScConvert() local
2415 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()