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.cxx350 … ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xStartAt, const ::com::sun… in findNext() argument
356 uno::Reference< text::XTextRange > xRange( xStartAt, uno::UNO_QUERY ); in findNext()
360 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.cxx1031 Reference< XInterface > SwXTextDocument::findNext(const Reference< XInterface > & xStartAt, in findNext() argument
1038 if(!xStartAt.is()) in findNext()
1040 SwUnoCrsr* pResultCrsr = FindAny(xDesc, xCrsr, sal_False, nResult, xStartAt); in findNext()
/trunk/main/sw/inc/
H A Dunotxdoc.hxx321 … SAL_CALL findNext(const css::uno::Reference< css::uno::XInterface > & xStartAt, const css::uno::…
/trunk/main/sc/inc/
H A Dcellsuno.hxx371 ::com::sun::star::uno::XInterface >& xStartAt,
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx3927 const uno::Reference<uno::XInterface>& xStartAt, in findNext() argument
3931 if ( xStartAt.is() ) in findNext()
3933 ScCellRangesBase* pRangesImp = ScCellRangesBase::getImplementation( xStartAt ); in findNext()