Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/uno/ !
H A Dunotxvw.cxx491 uno::Reference< drawing::XShape > xShapeInt; in select() local
493 aAny >>= xShapeInt; in select()
494 if (xShapeInt.is()) in select()
496 … uno::Reference< lang::XUnoTunnel> xShapeTunnel(xShapeInt, uno::UNO_QUERY); in select()
/AOO41X/main/sc/source/ui/unoobj/ !
H A Dviewuno.cxx850 … uno::Reference<drawing::XShape> xShapeInt(xShapeColl->getByIndex(i), uno::UNO_QUERY); in select() local
851 if (xShapeInt.is()) in select()
853 SvxShape* pShape = SvxShape::getImplementation( xShapeInt ); in select()