Searched refs:rPixelBounds (Results 1 – 1 of 1) sorted by relevance
204 const ::basegfx::B2IRange& rPixelBounds( in startApplet() local210 … static_cast<sal_Int32>(rPixelBounds.getMinY()), 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() local280 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()[all …]
Completed in 10 milliseconds