Searched refs:aEmuPoint (Results 1 – 1 of 1) sorted by relevance
278 EmuPoint aEmuPoint( lclHmmToEmu( aPoint.X ), lclHmmToEmu( aPoint.Y ) ); in calcCellAnchorEmu() local284 aEmuPoint.X += rModel.mnColOffset; in calcCellAnchorEmu()285 aEmuPoint.Y += rModel.mnRowOffset; in calcCellAnchorEmu()291 …aEmuPoint.X += static_cast< sal_Int64 >( rUnitConv.scaleValue( static_cast< double >( rModel.mnCol… in calcCellAnchorEmu()292 …aEmuPoint.Y += static_cast< sal_Int64 >( rUnitConv.scaleValue( static_cast< double >( rModel.mnRow… in calcCellAnchorEmu()301 …aEmuPoint.X += static_cast< sal_Int64 >( aEmuSize.Width * getLimitedValue< double >( static_cast< … in calcCellAnchorEmu()303 …aEmuPoint.Y += static_cast< sal_Int64 >( aEmuSize.Height * getLimitedValue< double >( static_cast<… in calcCellAnchorEmu()308 return aEmuPoint; in calcCellAnchorEmu()