Lines Matching refs:rShapeRect

987         const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const  in implConvertAndInsert()
992 …reateAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.GroupShape" ), rxShapes, rShapeRect ); in implConvertAndInsert()
994 maChildren.convertAndInsert( rDrawing, xChildShapes, &rShapeRect ); in implConvertAndInsert()
1041 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
1051 sal_Int32 nL = rShapeRect.X; in implConvertAndInsert()
1052 sal_Int32 nT = rShapeRect.Y; in implConvertAndInsert()
1053 sal_Int32 nR = rShapeRect.X + ::std::max< sal_Int32 >( rShapeRect.Width - 1, 0 ); in implConvertAndInsert()
1054 sal_Int32 nB = rShapeRect.Y + ::std::max< sal_Int32 >( rShapeRect.Height - 1, 0 ); in implConvertAndInsert()
1067 …createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.LineShape" ), rxShapes, rShapeRect ); in implConvertAndInsert()
1113 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
1118 …eAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.RectangleShape" ), rxShapes, rShapeRect ); in implConvertAndInsert()
1131 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
1136 …ateAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.EllipseShape" ), rxShapes, rShapeRect ); in implConvertAndInsert()
1173 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
1184 Rectangle aNewRect( rShapeRect.X, rShapeRect.Y, rShapeRect.Width * 2, rShapeRect.Height * 2 ); in implConvertAndInsert()
1189 …case BIFF_OBJ_ARC_TR: nStartAngle = 0; aNewRect.X -= rShapeRect.Width; … in implConvertAndInsert()
1191 …RC_BL: nStartAngle = 18000; aNewRect.Y -= rShapeRect.Height; break; in implConvertAndInsert()
1192 …se BIFF_OBJ_ARC_BR: nStartAngle = 27000; aNewRect.X -= rShapeRect.Width; aNewRect.Y -= rShapeRect.… in implConvertAndInsert()
1251 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
1262 aPolygon.push_back( lclGetPolyPoint( rShapeRect, *aIt ) ); in implConvertAndInsert()
1274 xShape = rDrawing.createAndInsertXShape( aService, rxShapes, rShapeRect ); in implConvertAndInsert()
1366 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in createAndInsertXShape()
1376 xShape->setPosition( Point( rShapeRect.X, rShapeRect.Y ) ); in createAndInsertXShape()
1377 xShape->setSize( Size( rShapeRect.Width, rShapeRect.Height ) ); in createAndInsertXShape()
1401 …Drawing::notifyShapeInserted( const Reference< XShape >& /*rxShape*/, const Rectangle& rShapeRect ) in notifyShapeInserted() argument
1404 extendShapeBoundingBox( rShapeRect ); in notifyShapeInserted()