Lines Matching refs:XShape

258 Reference< XShape > ShapeBase::convertAndInsert( const Reference< XShapes >& rxShapes, const ShapeP…  in convertAndInsert()
260 Reference< XShape > xShape; in convertAndInsert()
289 void ShapeBase::convertFormatting( const Reference< XShape >& rxShape, const ShapeParentAnchor* pPa… in convertFormatting()
320 void ShapeBase::convertShapeProperties( const Reference< XShape >& rxShape ) const in convertShapeProperties()
337 Reference< XShape > SimpleShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, const … in implConvertAndInsert()
339 Reference< XShape > xShape = mrDrawing.createAndInsertXShape( maService, rxShapes, rShapeRect ); in implConvertAndInsert()
365 Reference< XShape > PolyLineShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, cons… in implConvertAndInsert()
367 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert()
390 Reference< XShape > CustomShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, const … in implConvertAndInsert()
393 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert()
415 Reference< XShape > ComplexShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, const… in implConvertAndInsert()
428 return Reference< XShape >(); in implConvertAndInsert()
434 …Reference< XShape > xShape = mrDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawi… in implConvertAndInsert()
468 …Reference< XShape > xShape = mrDrawing.createAndInsertXControlShape( aControl, rxShapes, rShapeRec… in implConvertAndInsert()
480 … Reference< XShape > xShape = mrDrawing.createAndInsertClientXShape( *this, rxShapes, rShapeRect ); in implConvertAndInsert()
488 …Reference< XShape > xShape = mrDrawing.createAndInsertXShape( CREATE_OUSTRING( "com.sun.star.drawi… in implConvertAndInsert()
535 Reference< XShape > GroupShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, const R… in implConvertAndInsert()
537 Reference< XShape > xGroupShape; in implConvertAndInsert()