Searched refs:xStartAt (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/offapi/com/sun/star/util/ |
H A D | XSearchable.idl | 92 @param xStartAt 99 com::sun::star::uno::XInterface findNext( [in] com::sun::star::uno::XInterface xStartAt,
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unosrch.cxx | 355 … ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xStartAt, const ::com::sun… in findNext() argument 362 uno::Reference< text::XTextRange > xRange( xStartAt, uno::UNO_QUERY ); in findNext() 366 uno::Reference< text::XTextRange > xCurrentRange( xStartAt, uno::UNO_QUERY ); in findNext()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | unosrch.hxx | 70 … ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xStartAt, const ::com::sun…
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 1041 Reference< XInterface > SwXTextDocument::findNext(const Reference< XInterface > & xStartAt, in findNext() argument 1049 if(!xStartAt.is()) in findNext() 1051 SwUnoCrsr* pResultCrsr = FindAny(xDesc, xCrsr, sal_False, nResult, xStartAt); in findNext()
|
/aoo41x/main/sw/inc/ |
H A D | unotxdoc.hxx | 318 … SAL_CALL findNext(const css::uno::Reference< css::uno::XInterface > & xStartAt, const css::uno::…
|
/aoo41x/main/sc/inc/ |
H A D | cellsuno.hxx | 437 ::com::sun::star::uno::XInterface >& xStartAt,
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 3979 const uno::Reference<uno::XInterface>& xStartAt, in findNext() argument 3984 if ( xStartAt.is() ) in findNext() 3986 ScCellRangesBase* pRangesImp = ScCellRangesBase::getImplementation( xStartAt ); in findNext()
|
Completed in 131 milliseconds