Searched refs:getCoefficient (Results 1 – 2 of 2) sorted by relevance
175 …return (eFromUnit == eToUnit) ? fValue : (fValue * getCoefficient( eFromUnit ) / getCoefficient( e… in scaleValue()180 return static_cast< sal_Int32 >( fValue * getCoefficient( eUnit ) + 0.5 ); in scaleToMm100()185 return static_cast< double >( nMm100 ) / getCoefficient( eUnit ); in scaleFromMm100()246 double UnitConverter::getCoefficient( Unit eUnit ) const in getCoefficient() function in oox::xls::UnitConverter
101 double getCoefficient( Unit eUnit ) const;
Completed in 14 milliseconds