Home
last modified time | relevance | path

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

/trunk/main/slideshow/source/engine/
H A Dtools.cxx101 …:B2DHomMatrix getAttributedShapeTransformation( const ::basegfx::B2DRectangle& rShapeBounds, in getAttributedShapeTransformation() argument
105 const ::basegfx::B2DSize& rSize( rShapeBounds.getRange() ); in getAttributedShapeTransformation()
149 aTransform.translate( rShapeBounds.getCenterX(), in getAttributedShapeTransformation()
150 rShapeBounds.getCenterY() ); in getAttributedShapeTransformation()
501 const basegfx::B2DRange& rShapeBounds ) in calcRelativeShapeBounds() argument
503 return basegfx::B2DRange( rShapeBounds.getMinX() / rPageSize.getX(), in calcRelativeShapeBounds()
504 rShapeBounds.getMinY() / rPageSize.getY(), in calcRelativeShapeBounds()
505 rShapeBounds.getMaxX() / rPageSize.getX(), in calcRelativeShapeBounds()
506 rShapeBounds.getMaxY() / rPageSize.getY() ); in calcRelativeShapeBounds()
516 … ::basegfx::B2DHomMatrix getShapeTransformation( const ::basegfx::B2DRectangle& rShapeBounds, in getShapeTransformation() argument
[all …]
/trunk/main/slideshow/source/engine/shapes/
H A Dviewbackgroundshape.cxx143 const ::basegfx::B2DRectangle& rShapeBounds ) : in ViewBackgroundShape()
148 maBounds( rShapeBounds ) in ViewBackgroundShape()
H A Dviewbackgroundshape.hxx64 const ::basegfx::B2DRectangle& rShapeBounds );
/trunk/main/slideshow/source/inc/
H A Dtools.hxx198 const basegfx::B2DRange& rShapeBounds );
276 const basegfx::B2DRange& rShapeBounds );