Lines Matching refs:xShape

511     Reference< XShape > xShape;  in convertAndInsert()  local
523 xShape = implConvertAndInsert( rDrawing, rxShapes, aShapeRect ); in convertAndInsert()
527 if( !pParentRect && xShape.is() ) in convertAndInsert()
528 rDrawing.notifyShapeInserted( xShape, aShapeRect ); in convertAndInsert()
531 return xShape; in convertAndInsert()
1067 …Reference< XShape > xShape = rDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawin… in implConvertAndInsert() local
1068 PropertySet( xShape ).setProperties( aPropMap ); in implConvertAndInsert()
1069 return xShape; in implConvertAndInsert()
1118 …Reference< XShape > xShape = rDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawin… in implConvertAndInsert() local
1119 PropertySet( xShape ).setProperties( aPropMap ); in implConvertAndInsert()
1120 return xShape; in implConvertAndInsert()
1136 …Reference< XShape > xShape = rDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawin… in implConvertAndInsert() local
1137 PropertySet( xShape ).setProperties( aPropMap ); in implConvertAndInsert()
1138 return xShape; in implConvertAndInsert()
1200 …Reference< XShape > xShape = rDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawin… in implConvertAndInsert() local
1201 PropertySet( xShape ).setProperties( aPropMap ); in implConvertAndInsert()
1202 return xShape; in implConvertAndInsert()
1253 Reference< XShape > xShape; in implConvertAndInsert() local
1274 xShape = rDrawing.createAndInsertXShape( aService, rxShapes, rShapeRect ); in implConvertAndInsert()
1275 PropertySet( xShape ).setProperties( aPropMap ); in implConvertAndInsert()
1277 return xShape; in implConvertAndInsert()
1370 Reference< XShape > xShape; in createAndInsertXShape() local
1373xShape.set( getBaseFilter().getModelFactory()->createInstance( rService ), UNO_QUERY_THROW ); in createAndInsertXShape()
1375 rxShapes->add( xShape ); in createAndInsertXShape()
1376 xShape->setPosition( Point( rShapeRect.X, rShapeRect.Y ) ); in createAndInsertXShape()
1377 xShape->setSize( Size( rShapeRect.Width, rShapeRect.Height ) ); in createAndInsertXShape()
1382 …OSL_ENSURE( xShape.is(), "BiffDrawingBase::createAndInsertXShape - cannot instanciate shape object… in createAndInsertXShape()
1383 return xShape; in createAndInsertXShape()