Searched refs:scaleValue (Results 1 – 3 of 3) sorted by relevance
146 …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
297 …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()
80 double scaleValue( double fValue, Unit eFromUnit, Unit eToUnit ) const;
Completed in 30 milliseconds