Searched refs:xSearchShape (Results 1 – 1 of 1) sorted by relevance
423 uno::Reference< drawing::XShape > xSearchShape; in GetNextShape() local424 xShapes->getByIndex(i) >>= xSearchShape; in GetNextShape()426 if( xSearchShape.is() ) in GetNextShape()428 uno::Reference< container::XIndexAccess > xGroup( xSearchShape, uno::UNO_QUERY ); in GetNextShape()430 if( xCurrentShape.get() == xSearchShape.get() ) in GetNextShape()
Completed in 27 milliseconds