Searched refs:aEmuPoint (Results 1 – 1 of 1) sorted by relevance
284 EmuPoint aEmuPoint( lclHmmToEmu( aPoint.X ), lclHmmToEmu( aPoint.Y ) ); in calcCellAnchorEmu() local290 aEmuPoint.X += rModel.mnColOffset; in calcCellAnchorEmu()291 aEmuPoint.Y += rModel.mnRowOffset; in calcCellAnchorEmu()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()307 …aEmuPoint.X += static_cast< sal_Int64 >( aEmuSize.Width * getLimitedValue< double >( static_cast< … in calcCellAnchorEmu()309 …aEmuPoint.Y += static_cast< sal_Int64 >( aEmuSize.Height * getLimitedValue< double >( static_cast<… in calcCellAnchorEmu()314 return aEmuPoint; in calcCellAnchorEmu()
Completed in 5 milliseconds