Lines Matching refs:rPixelBounds
204 const ::basegfx::B2IRange& rPixelBounds( in startApplet() local
209 … xSurroundingWindow->setPosSize( static_cast<sal_Int32>(rPixelBounds.getMinX()), in startApplet()
210 … static_cast<sal_Int32>(rPixelBounds.getMinY()), in startApplet()
211 … static_cast<sal_Int32>(rPixelBounds.getWidth()), in startApplet()
212 … static_cast<sal_Int32>(rPixelBounds.getHeight()), in startApplet()
218 static_cast<sal_Int32>(rPixelBounds.getWidth()), in startApplet()
219 static_cast<sal_Int32>(rPixelBounds.getHeight()), in startApplet()
275 const ::basegfx::B2IRange& rPixelBounds( in resize() local
280 xFrameWindow->setPosSize( static_cast<sal_Int32>(rPixelBounds.getMinX()), in resize()
281 static_cast<sal_Int32>(rPixelBounds.getMinY()), in resize()
282 static_cast<sal_Int32>(rPixelBounds.getWidth()), in resize()
283 static_cast<sal_Int32>(rPixelBounds.getHeight()), in resize()
289 static_cast<sal_Int32>(rPixelBounds.getWidth()), in resize()
290 static_cast<sal_Int32>(rPixelBounds.getHeight()), in resize()