Home
last modified time | relevance | path

Searched refs:xCurrentRange (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbafind.cxx48 sal_Bool SwVbaFind::InRange( const uno::Reference< text::XTextRange >& xCurrentRange ) throw ( uno:… in InRange() argument
51 …TRC->compareRegionStarts( mxTextRange, xCurrentRange ) >= 0 && xTRC->compareRegionEnds( mxTextRang… in InRange()
56 sal_Bool SwVbaFind::InEqualRange( const uno::Reference< text::XTextRange >& xCurrentRange ) throw (… in InEqualRange() argument
59 …TRC->compareRegionStarts( mxTextRange, xCurrentRange ) == 0 && xTRC->compareRegionEnds( mxTextRang… in InEqualRange()
H A Dvbafind.hxx52 …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 (…
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx366 uno::Reference< text::XTextRange > xCurrentRange( xStartAt, uno::UNO_QUERY ); in findNext() local
368 uno::Reference< drawing::XShape > xCurrentShape( GetShape( xCurrentRange ) ); in findNext()

Completed in 27 milliseconds