Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dunitconverter.cxx146 …aDesc.Height = static_cast< sal_Int16 >( scaleValue( aDesc.Height, UNIT_TWIP, UNIT_REFDEVX ) + 0.5… in finalizeImport()
173 double UnitConverter::scaleValue( double fValue, Unit eFromUnit, Unit eToUnit ) const in scaleValue() function in oox::xls::UnitConverter
H A Ddrawingbase.cxx297 …aEmuPoint.X += static_cast< sal_Int64 >( rUnitConv.scaleValue( static_cast< double >( rModel.mnCol… in calcCellAnchorEmu()
298 …aEmuPoint.Y += static_cast< sal_Int64 >( rUnitConv.scaleValue( static_cast< double >( rModel.mnRow… in calcCellAnchorEmu()
/trunk/main/oox/inc/oox/xls/
H A Dunitconverter.hxx80 double scaleValue( double fValue, Unit eFromUnit, Unit eToUnit ) const;

Completed in 17 milliseconds