Home
last modified time | relevance | path

Searched refs:xCurrentShape (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx368 uno::Reference< drawing::XShape > xCurrentShape( GetShape( xCurrentRange ) ); in findNext() local
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()
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 …]
/trunk/main/sd/source/ui/inc/
H A Dunosrch.hxx53 …es, ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xCurrentShape ) throw();

Completed in 28 milliseconds