Lines Matching refs:rxShapes

258 Reference< XShape > ShapeBase::convertAndInsert( const Reference< XShapes >& rxShapes, const ShapeP…  in convertAndInsert()  argument
268 if( ((aShapeRect.Width > 0) || (aShapeRect.Height > 0)) && rxShapes.is() ) in convertAndInsert()
270 xShape = implConvertAndInsert( rxShapes, aShapeRect ); in convertAndInsert()
337 Reference< XShape > SimpleShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, const … in implConvertAndInsert() argument
339 Reference< XShape > xShape = mrDrawing.createAndInsertXShape( maService, rxShapes, rShapeRect ); in implConvertAndInsert()
365 Reference< XShape > PolyLineShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, cons… in implConvertAndInsert() argument
367 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert()
390 Reference< XShape > CustomShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, const … in implConvertAndInsert() argument
393 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert()
415 Reference< XShape > ComplexShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, const… in implConvertAndInsert() argument
434 …createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.OLE2Shape" ), rxShapes, rShapeRect ); in implConvertAndInsert()
468 …ce< XShape > xShape = mrDrawing.createAndInsertXControlShape( aControl, rxShapes, rShapeRect, nCtr… 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 Reference< XShape > GroupShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, const R… in implConvertAndInsert() argument
544 …reateAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.GroupShape" ), rxShapes, rShapeRect ); in implConvertAndInsert()
550 rxShapes->remove( xGroupShape ); in implConvertAndInsert()