Searched refs:xCurrentShape (Results 1 – 2 of 2) sorted by relevance
362 uno::Reference< drawing::XShape > xCurrentShape( GetShape( xCurrentRange ) ); in findNext() local382 … uno::Reference< drawing::XShape > xFound2( GetNextShape( xShapes, xCurrentShape ) ); in findNext()383 if( xFound2.is() && (xFound2.get() != xCurrentShape.get()) ) in findNext()384 xCurrentShape = xFound2; in findNext()386 xCurrentShape = NULL; in findNext()388 xCurrentShape->queryInterface( ITYPE( text::XTextRange ) ) >>= xRange; in findNext()389 if(!(xCurrentShape.is() && (xRange.is()))) in findNext()407 …nce< container::XIndexAccess > xShapes, uno::Reference< drawing::XShape > xCurrentShape ) throw() in GetNextShape() argument412 if(xShapes.is() && xCurrentShape.is()) in GetNextShape()424 if( xCurrentShape.get() == xSearchShape.get() ) in GetNextShape()[all …]
53 …es, ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xCurrentShape ) throw();