Home
last modified time | relevance | path

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

/AOO41X/main/slideshow/source/engine/shapes/
H A Dviewappletshape.cxx204 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()
[all …]