Searched refs:xCurrentShape (Results 1 – 2 of 2) sorted by relevance
368 uno::Reference< drawing::XShape > xCurrentShape( GetShape( xCurrentRange ) ); in findNext() local388 … 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() argument418 if(xShapes.is() && xCurrentShape.is()) in GetNextShape()430 if( xCurrentShape.get() == xSearchShape.get() ) in GetNextShape()[all …]
53 …es, ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xCurrentShape ) throw();