Searched refs:xCurrentRange (Results 1 – 3 of 3) sorted by relevance
48 sal_Bool SwVbaFind::InRange( const uno::Reference< text::XTextRange >& xCurrentRange ) throw ( uno:… in InRange() argument51 …TRC->compareRegionStarts( mxTextRange, xCurrentRange ) >= 0 && xTRC->compareRegionEnds( mxTextRang… in InRange()56 sal_Bool SwVbaFind::InEqualRange( const uno::Reference< text::XTextRange >& xCurrentRange ) throw (… in InEqualRange() argument59 …TRC->compareRegionStarts( mxTextRange, xCurrentRange ) == 0 && xTRC->compareRegionEnds( mxTextRang… in InEqualRange()
52 …sal_Bool InRange( const css::uno::Reference< css::text::XTextRange >& xCurrentRange ) throw ( css:…53 …sal_Bool InEqualRange( const css::uno::Reference< css::text::XTextRange >& xCurrentRange ) throw (…
366 uno::Reference< text::XTextRange > xCurrentRange( xStartAt, uno::UNO_QUERY ); in findNext() local368 uno::Reference< drawing::XShape > xCurrentShape( GetShape( xCurrentRange ) ); in findNext()
Completed in 12 milliseconds