Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dunitconverter.cxx173 double UnitConverter::scaleValue( double fValue, Unit eFromUnit, Unit eToUnit ) const in scaleValue() argument
175 …return (eFromUnit == eToUnit) ? fValue : (fValue * getCoefficient( eFromUnit ) / getCoefficient( e… in scaleValue()
/trunk/main/oox/inc/oox/xls/
H A Dunitconverter.hxx80 double scaleValue( double fValue, Unit eFromUnit, Unit eToUnit ) const;

Completed in 14 milliseconds