Home
last modified time | relevance | path

Searched refs:xStartAt (Results 1 – 7 of 7) sorted by relevance

/trunk/main/offapi/com/sun/star/util/
H A DXSearchable.idl92 @param xStartAt
99 com::sun::star::uno::XInterface findNext( [in] com::sun::star::uno::XInterface xStartAt,
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx355 … ::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()
/trunk/main/sd/source/ui/inc/
H A Dunosrch.hxx70 … ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xStartAt, const ::com::sun…
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1041 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()
/trunk/main/sw/inc/
H A Dunotxdoc.hxx318 … SAL_CALL findNext(const css::uno::Reference< css::uno::XInterface > & xStartAt, const css::uno::…
/trunk/main/sc/inc/
H A Dcellsuno.hxx437 ::com::sun::star::uno::XInterface >& xStartAt,
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx3979 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 94 milliseconds