Searched refs:xShapeColl (Results 1 – 2 of 2) sorted by relevance
447 uno::Reference< drawing::XShapes > xShapeColl( xInterface, uno::UNO_QUERY ); in select() local462 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()
753 uno::Reference<drawing::XShapes> xShapeColl( xInterface, uno::UNO_QUERY ); in select() local815 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 32 milliseconds