Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/xls/
H A Ddrawingbase.cxx284 EmuPoint aEmuPoint( lclHmmToEmu( aPoint.X ), lclHmmToEmu( aPoint.Y ) ); in calcCellAnchorEmu() local
290 aEmuPoint.X += rModel.mnColOffset; in calcCellAnchorEmu()
291 aEmuPoint.Y += rModel.mnRowOffset; in calcCellAnchorEmu()
297aEmuPoint.X += static_cast< sal_Int64 >( rUnitConv.scaleValue( static_cast< double >( rModel.mnCol… in calcCellAnchorEmu()
298aEmuPoint.Y += static_cast< sal_Int64 >( rUnitConv.scaleValue( static_cast< double >( rModel.mnRow… in calcCellAnchorEmu()
307aEmuPoint.X += static_cast< sal_Int64 >( aEmuSize.Width * getLimitedValue< double >( static_cast< … in calcCellAnchorEmu()
309aEmuPoint.Y += static_cast< sal_Int64 >( aEmuSize.Height * getLimitedValue< double >( static_cast<… in calcCellAnchorEmu()
314 return aEmuPoint; in calcCellAnchorEmu()

Completed in 6 milliseconds