Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1252 Rectangle aLocationPixel = aLocation.aRectangle; in render() local
1257 Fraction aScaleX( aLocationPixel.GetWidth(), aLocationMM.GetWidth() ); in render()
1258 Fraction aScaleY( aLocationPixel.GetHeight(), aLocationMM.GetHeight() ); in render()
1260 long nX1 = aLocationPixel.Left() + (long) in render()
1262 long nX2 = aLocationPixel.Left() + (long) in render()
1264 long nY1 = aLocationPixel.Top() + (long) in render()
1266 long nY2 = aLocationPixel.Top() + (long) in render()
1269 if ( nX1 > aLocationPixel.Right() ) nX1 = aLocationPixel.Right(); in render()
1270 if ( nX2 > aLocationPixel.Right() ) nX2 = aLocationPixel.Right(); in render()
1271 if ( nY1 > aLocationPixel.Bottom() ) nY1 = aLocationPixel.Bottom(); in render()
[all …]

Completed in 35 milliseconds