Lines Matching refs:xShape

260     Reference< XShape > xShape;  in convertAndInsert()  local
270 xShape = implConvertAndInsert( rxShapes, aShapeRect ); in convertAndInsert()
271 if( xShape.is() ) in convertAndInsert()
274 PropertySet aShapeProp( xShape ); in convertAndInsert()
282 mrDrawing.notifyXShapeInserted( xShape, aShapeRect, *this, bGroupChild ); in convertAndInsert()
286 return xShape; in convertAndInsert()
339 Reference< XShape > xShape = mrDrawing.createAndInsertXShape( maService, rxShapes, rShapeRect ); in implConvertAndInsert() local
340 convertShapeProperties( xShape ); in implConvertAndInsert()
341 return xShape; in implConvertAndInsert()
367 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert() local
377 PropertySet aPropSet( xShape ); in implConvertAndInsert()
380 return xShape; in implConvertAndInsert()
393 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert() local
394 if( xShape.is() ) try in implConvertAndInsert()
397 Reference< XEnhancedCustomShapeDefaulter > xDefaulter( xShape, UNO_QUERY_THROW ); in implConvertAndInsert()
400 convertShapeProperties( xShape ); in implConvertAndInsert()
405 return xShape; in implConvertAndInsert()
434 …Reference< XShape > xShape = mrDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawi… in implConvertAndInsert() local
435 if( xShape.is() ) in implConvertAndInsert()
445 PropertySet aPropSet( xShape ); in implConvertAndInsert()
448 return xShape; in implConvertAndInsert()
468 …Reference< XShape > xShape = mrDrawing.createAndInsertXControlShape( aControl, rxShapes, rShapeRec… in implConvertAndInsert() local
470 if( xShape.is() ) in implConvertAndInsert()
471 return xShape; in implConvertAndInsert()
480 … Reference< XShape > xShape = mrDrawing.createAndInsertClientXShape( *this, rxShapes, rShapeRect ); in implConvertAndInsert() local
481 if( xShape.is() ) in implConvertAndInsert()
482 return xShape; in implConvertAndInsert()
488 …Reference< XShape > xShape = mrDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawi… in implConvertAndInsert() local
489 if( xShape.is() ) in implConvertAndInsert()
494 PropertySet aPropSet( xShape ); in implConvertAndInsert()
498 return xShape; in implConvertAndInsert()