Lines Matching refs:rShapeRect
69 Point lclGetAbsPoint( const Point& rRelPoint, const Rectangle& rShapeRect, const Rectangle& rCoordS… in lclGetAbsPoint() argument
71 double fWidthRatio = static_cast< double >( rShapeRect.Width ) / rCoordSys.Width; in lclGetAbsPoint()
72 double fHeightRatio = static_cast< double >( rShapeRect.Height ) / rCoordSys.Height; in lclGetAbsPoint()
74 …aAbsPoint.X = static_cast< sal_Int32 >( rShapeRect.X + fWidthRatio * (rRelPoint.X - rCoordSys.X) +… in lclGetAbsPoint()
75 …aAbsPoint.Y = static_cast< sal_Int32 >( rShapeRect.Y + fHeightRatio * (rRelPoint.Y - rCoordSys.Y) … in lclGetAbsPoint()
79 Rectangle lclGetAbsRect( const Rectangle& rRelRect, const Rectangle& rShapeRect, const Rectangle& r… in lclGetAbsRect() argument
81 double fWidthRatio = static_cast< double >( rShapeRect.Width ) / rCoordSys.Width; in lclGetAbsRect()
82 double fHeightRatio = static_cast< double >( rShapeRect.Height ) / rCoordSys.Height; in lclGetAbsRect()
84 …aAbsRect.X = static_cast< sal_Int32 >( rShapeRect.X + fWidthRatio * (rRelRect.X - rCoordSys.X) + 0… in lclGetAbsRect()
85 …aAbsRect.Y = static_cast< sal_Int32 >( rShapeRect.Y + fHeightRatio * (rRelRect.Y - rCoordSys.Y) + … in lclGetAbsRect()
337 …pe::implConvertAndInsert( const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
339 Reference< XShape > xShape = mrDrawing.createAndInsertXShape( maService, rxShapes, rShapeRect ); in implConvertAndInsert()
365 …pe::implConvertAndInsert( const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
367 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert()
374 aAbsPoints.push_back( lclGetAbsPoint( *aIt, rShapeRect, aCoordSys ) ); in implConvertAndInsert()
390 …pe::implConvertAndInsert( const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
393 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert()
415 …pe::implConvertAndInsert( const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
431 Size aOleSize( rShapeRect.Width, rShapeRect.Height ); in implConvertAndInsert()
434 …createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.OLE2Shape" ), rxShapes, rShapeRect ); in implConvertAndInsert()
468 …pe > xShape = mrDrawing.createAndInsertXControlShape( aControl, rxShapes, rShapeRect, nCtrlIndex ); in implConvertAndInsert()
480 … Reference< XShape > xShape = mrDrawing.createAndInsertClientXShape( *this, rxShapes, rShapeRect ); in implConvertAndInsert()
488 …InsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.GraphicObjectShape" ), rxShapes, rShapeRect ); in implConvertAndInsert()
502 return CustomShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert()
535 …pe::implConvertAndInsert( const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
540 aParentAnchor.maShapeRect = rShapeRect; in implConvertAndInsert()
544 …reateAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.GroupShape" ), rxShapes, rShapeRect ); in implConvertAndInsert()