Searched refs:xCurrentShape (Results 1 – 2 of 2) sorted by relevance
368 uno::Reference< drawing::XShape > xCurrentShape( GetShape( xCurrentRange ) ); in findNext() local389 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()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()[all …]
53 …es, ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xCurrentShape ) throw();
Completed in 23 milliseconds