Home
last modified time | relevance | path

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

/AOO41X/main/sc/inc/
H A Dglobal.hxx655 static ScUnitConverter* GetUnitConverter();
/AOO41X/main/sc/source/core/tool/
H A Dinterpr2.cxx2415 if ( ScGlobal::GetUnitConverter()->GetValue( fConv, aFromUnit, aToUnit ) ) in ScConvert()
2417 else if ( ScGlobal::GetUnitConverter()->GetValue( fConv, aToUnit, aFromUnit ) ) in ScConvert()
/AOO41X/main/sc/source/core/data/
H A Dglobal.cxx772 ScUnitConverter* ScGlobal::GetUnitConverter() in GetUnitConverter() function in ScGlobal