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.cxx278 EmuPoint aEmuPoint( lclHmmToEmu( aPoint.X ), lclHmmToEmu( aPoint.Y ) ); in calcCellAnchorEmu() local
284 aEmuPoint.X += rModel.mnColOffset; in calcCellAnchorEmu()
285 aEmuPoint.Y += rModel.mnRowOffset; in calcCellAnchorEmu()
291aEmuPoint.X += static_cast< sal_Int64 >( rUnitConv.scaleValue( static_cast< double >( rModel.mnCol… in calcCellAnchorEmu()
292aEmuPoint.Y += static_cast< sal_Int64 >( rUnitConv.scaleValue( static_cast< double >( rModel.mnRow… in calcCellAnchorEmu()
301aEmuPoint.X += static_cast< sal_Int64 >( aEmuSize.Width * getLimitedValue< double >( static_cast< … in calcCellAnchorEmu()
303aEmuPoint.Y += static_cast< sal_Int64 >( aEmuSize.Height * getLimitedValue< double >( static_cast<… in calcCellAnchorEmu()
308 return aEmuPoint; in calcCellAnchorEmu()