Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/xls/
H A Dunitconverter.cxx175 …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
/aoo41x/main/oox/inc/oox/xls/
H A Dunitconverter.hxx101 double getCoefficient( Unit eUnit ) const;

Completed in 24 milliseconds