Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1250 Rectangle aLocationMM = pDoc->GetMMRect( in render() local
1259 Fraction aScaleX( aLocationPixel.GetWidth(), aLocationMM.GetWidth() ); in render()
1260 Fraction aScaleY( aLocationPixel.GetHeight(), aLocationMM.GetHeight() ); in render()
1263 … ( Fraction( aTargetRect.Left() - aLocationMM.Left(), 1 ) * aScaleX ); in render()
1265 … ( Fraction( aTargetRect.Right() - aLocationMM.Left(), 1 ) * aScaleX ); in render()
1267 ( Fraction( aTargetRect.Top() - aLocationMM.Top(), 1 ) * aScaleY ); in render()
1269 … ( Fraction( aTargetRect.Bottom() - aLocationMM.Top(), 1 ) * aScaleY ); in render()