Searched refs:xShapeInt (Results 1 – 2 of 2) sorted by relevance
491 uno::Reference< drawing::XShape > xShapeInt; in select() local493 aAny >>= xShapeInt; in select()494 if (xShapeInt.is()) in select()496 uno::Reference< lang::XUnoTunnel> xShapeTunnel(xShapeInt, uno::UNO_QUERY); in select()
850 … uno::Reference<drawing::XShape> xShapeInt(xShapeColl->getByIndex(i), uno::UNO_QUERY); in select() local851 if (xShapeInt.is()) in select()853 SvxShape* pShape = SvxShape::getImplementation( xShapeInt ); in select()
Completed in 38 milliseconds