Lines Matching refs:rxShapes

300 …onvertAndInsert( BiffDrawingBase& rDrawing, const Reference< XShapes >& rxShapes, const Rectangle*…  in convertAndInsert()  argument
302 …ngObjectBase::convertAndInsert, ::boost::ref( rDrawing ), ::boost::cref( rxShapes ), pParentRect ); in convertAndInsert()
509 const Reference< XShapes >& rxShapes, const Rectangle* pParentRect ) const in convertAndInsert()
512 if( rxShapes.is() && mbProcessShape && !mbHidden ) // TODO: support for hidden objects? in convertAndInsert()
523 xShape = implConvertAndInsert( rDrawing, rxShapes, aShapeRect ); in convertAndInsert()
987 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
992 …reateAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.GroupShape" ), rxShapes, rShapeRect ); in implConvertAndInsert()
998 rxShapes->remove( xGroupShape ); in implConvertAndInsert()
1041 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const 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()
1200 …reateAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawing.EllipseShape" ), rxShapes, aNewRect ); in implConvertAndInsert()
1251 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
1274 xShape = rDrawing.createAndInsertXShape( aService, rxShapes, rShapeRect ); in implConvertAndInsert()
1366 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in createAndInsertXShape()
1369 … OSL_ENSURE( rxShapes.is(), "BiffDrawingBase::createAndInsertXShape - missing XShapes container" ); in createAndInsertXShape()
1371 if( (rService.getLength() > 0) && rxShapes.is() ) try in createAndInsertXShape()
1375 rxShapes->add( xShape ); in createAndInsertXShape()