Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/vml/
H A Dvmlshape.cxx72 double fHeightRatio = static_cast< double >( rShapeRect.Height ) / rCoordSys.Height; in lclGetAbsPoint() local
75 …aAbsPoint.Y = static_cast< sal_Int32 >( rShapeRect.Y + fHeightRatio * (rRelPoint.Y - rCoordSys.Y) … in lclGetAbsPoint()
82 double fHeightRatio = static_cast< double >( rShapeRect.Height ) / rCoordSys.Height; in lclGetAbsRect() local
85 …aAbsRect.Y = static_cast< sal_Int32 >( rShapeRect.Y + fHeightRatio * (rRelRect.Y - rCoordSys.Y) + … in lclGetAbsRect()
87 aAbsRect.Height = static_cast< sal_Int32 >( fHeightRatio * rRelRect.Height + 0.5 ); in lclGetAbsRect()

Completed in 11 milliseconds