Lines Matching refs:xCurrentShape
368 uno::Reference< drawing::XShape > xCurrentShape( GetShape( xCurrentRange ) ); in findNext() local
388 uno::Reference< drawing::XShape > xFound2( GetNextShape( xShapes, xCurrentShape ) ); in findNext()
389 if( xFound2.is() && (xFound2.get() != xCurrentShape.get()) ) in findNext()
390 xCurrentShape = xFound2; in findNext()
392 xCurrentShape = NULL; in findNext()
394 xCurrentShape->queryInterface( ITYPE( text::XTextRange ) ) >>= xRange; in findNext()
395 if(!(xCurrentShape.is() && (xRange.is()))) in findNext()
413 …nce< container::XIndexAccess > xShapes, uno::Reference< drawing::XShape > xCurrentShape ) throw() in GetNextShape() argument
418 if(xShapes.is() && xCurrentShape.is()) in GetNextShape()
430 if( xCurrentShape.get() == xSearchShape.get() ) in GetNextShape()
442 xFound = xCurrentShape; in GetNextShape()
449 xFound = GetNextShape( xGroup, xCurrentShape ); in GetNextShape()
452 if( xFound.get() == xCurrentShape.get() ) in GetNextShape()