Home
last modified time | relevance | path

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

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

Completed in 34 milliseconds