Lines Matching refs:xCurrShape
278 uno::Reference<drawing::XShape> const& xCurrShape, in createShape() argument
288 return createMediaShape(xCurrShape, in createShape()
304 return createAppletShape( xCurrShape, in createShape()
327 return createAppletShape( xCurrShape, in createShape()
343 return DrawShape::create( xCurrShape, in createShape()
374 return DrawShape::create( xCurrShape, in createShape()
435 return DrawShape::create( xCurrShape, in createShape()
443 return DrawShape::create( xCurrShape, in createShape()
569 uno::Reference<drawing::XShape> const xCurrShape( in importShape() local
573 xCurrShape, uno::UNO_QUERY ); in importShape()
593 xDrawnInSlideshow = xLayerManager->getLayerForShape(xCurrShape); in importShape()
596 rtl::OUString const shapeType( xCurrShape->getShapeType()); in importShape()
609 xCurrShape, xPropSet, in importShape()
614 pRet = createShape( xCurrShape, xPropSet, shapeType ); in importShape()