Home
last modified time | relevance | path

Searched refs:xShapeColl (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx447 uno::Reference< drawing::XShapes > xShapeColl( xInterface, uno::UNO_QUERY ); in select() local
462 if ( pSvxShape || xShapeColl.is() ) // Drawing drawing::Layer in select()
488 long nCount = xShapeColl->getCount(); in select()
492 uno::Any aAny = xShapeColl->getByIndex(i); in select()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx753 uno::Reference<drawing::XShapes> xShapeColl( xInterface, uno::UNO_QUERY ); in select() local
815 else if ( pShapeImp || xShapeColl.is() ) // Drawing-Layer in select()
844 long nCount = xShapeColl->getCount(); in select()
850 … uno::Reference<drawing::XShape> xShapeInt(xShapeColl->getByIndex(i), uno::UNO_QUERY); in select()

Completed in 41 milliseconds