Searched refs:xShapeInt (Results 1 – 2 of 2) sorted by relevance
490 uno::Reference< drawing::XShape > xShapeInt; in select() local492 aAny >>= xShapeInt; in select()493 if (xShapeInt.is()) in select()495 … uno::Reference< lang::XUnoTunnel> xShapeTunnel(xShapeInt, uno::UNO_QUERY); in select()
840 … uno::Reference<drawing::XShape> xShapeInt(xShapeColl->getByIndex(i), uno::UNO_QUERY); in select() local841 if (xShapeInt.is()) in select()843 SvxShape* pShape = SvxShape::getImplementation( xShapeInt ); in select()