Home
last modified time | relevance | path

Searched refs:xShapeInt (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx490 uno::Reference< drawing::XShape > xShapeInt; in select() local
492 aAny >>= xShapeInt; in select()
493 if (xShapeInt.is()) in select()
495 … uno::Reference< lang::XUnoTunnel> xShapeTunnel(xShapeInt, uno::UNO_QUERY); in select()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx840 … uno::Reference<drawing::XShape> xShapeInt(xShapeColl->getByIndex(i), uno::UNO_QUERY); in select() local
841 if (xShapeInt.is()) in select()
843 SvxShape* pShape = SvxShape::getImplementation( xShapeInt ); in select()