Home
last modified time | relevance | path

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

/trunk/main/slideshow/source/engine/shapes/
H A Dviewappletshape.cxx204 const ::basegfx::B2IRange& rPixelBounds( in startApplet() local
210 … 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() 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()
[all …]

Completed in 19 milliseconds