Searched refs:aToUnit (Results 1 – 2 of 2) sorted by relevance
2406 String aToUnit( GetString() ); in ScConvert() local2414 if ( ScGlobal::GetUnitConverter()->GetValue( fConv, aFromUnit, aToUnit ) ) in ScConvert()2416 else if ( ScGlobal::GetUnitConverter()->GetValue( fConv, aToUnit, aFromUnit ) ) in ScConvert()2705 String aToUnit( GetString() ); in ScEuroConvert() local2719 && lclConvertMoney( aToUnit, fToRate, nToDec ) ) in ScEuroConvert()2721 if ( aFromUnit.EqualsIgnoreCaseAscii( aToUnit ) ) in ScEuroConvert()
200 …tual double SAL_CALL getConvert( double fVal, const STRING& aFromUnit, const STRING& aToUnit );