Lines Matching refs:aSize

156     Size aSize( nWidthIn, nHeightIn );  in TransformSdrToControlCoordinates()  local
171 aSize = pDevice->LogicToPixel( aSize, MapMode( MAP_100TH_MM ) ); in TransformSdrToControlCoordinates()
194 aSize = pDevice->PixelToLogic( aSize, MapMode( MAP_APPFONT ) ); in TransformSdrToControlCoordinates()
199 nWidthOut = aSize.Width(); in TransformSdrToControlCoordinates()
200 nHeightOut = aSize.Height(); in TransformSdrToControlCoordinates()
213 Size aSize( nWidthIn, nHeightIn ); in TransformSdrToFormCoordinates() local
221 aSize = pDevice->LogicToPixel( aSize, MapMode( MAP_100TH_MM ) ); in TransformSdrToFormCoordinates()
238 aSize.Width() -= aDeviceInfo.LeftInset + aDeviceInfo.RightInset; in TransformSdrToFormCoordinates()
239 aSize.Height() -= aDeviceInfo.TopInset + aDeviceInfo.BottomInset; in TransformSdrToFormCoordinates()
244 aSize = pDevice->PixelToLogic( aSize, MapMode( MAP_APPFONT ) ); in TransformSdrToFormCoordinates()
249 nWidthOut = aSize.Width(); in TransformSdrToFormCoordinates()
250 nHeightOut = aSize.Height(); in TransformSdrToFormCoordinates()
263 Size aSize( nWidthIn, nHeightIn ); in TransformControlToSdrCoordinates() local
287 aSize = pDevice->LogicToPixel( aSize, MapMode( MAP_APPFONT ) ); in TransformControlToSdrCoordinates()
306 aSize = pDevice->PixelToLogic( aSize, MapMode( MAP_100TH_MM ) ); in TransformControlToSdrCoordinates()
311 nWidthOut = aSize.Width(); in TransformControlToSdrCoordinates()
312 nHeightOut = aSize.Height(); in TransformControlToSdrCoordinates()
325 Size aSize( nWidthIn, nHeightIn ); in TransformFormToSdrCoordinates() local
333 aSize = pDevice->LogicToPixel( aSize, MapMode( MAP_APPFONT ) ); in TransformFormToSdrCoordinates()
350 aSize.Width() += aDeviceInfo.LeftInset + aDeviceInfo.RightInset; in TransformFormToSdrCoordinates()
351 aSize.Height() += aDeviceInfo.TopInset + aDeviceInfo.BottomInset; in TransformFormToSdrCoordinates()
356 aSize = pDevice->PixelToLogic( aSize, MapMode( MAP_100TH_MM ) ); in TransformFormToSdrCoordinates()
361 nWidthOut = aSize.Width(); in TransformFormToSdrCoordinates()
362 nHeightOut = aSize.Height(); in TransformFormToSdrCoordinates()
387 Size aSize( nWidthOut, nHeightOut ); in SetRectFromProps() local
388 SetSnapRect( Rectangle( aPoint, aSize ) ); in SetRectFromProps()
1416 Size aSize( nWidthOut, nHeightOut ); in SetRectFromProps() local
1417 SetSnapRect( Rectangle( aPoint, aSize ) ); in SetRectFromProps()