Searched refs:xR2 (Results 1 – 4 of 4) sorted by relevance
59 1 if <var>xR1</var> starts before <var>xR2</var>, 60 0 if <var>xR1</var> starts at the same position as <var>xR2</var> and 61 -1 if <var>xR1</var> starts behind <var>xR2</var>. 64 if either <var>xR1</var> or <var>xR2</var> is not within this 67 short compareRegionStarts( [in] XTextRange xR1, [in] XTextRange xR2 ) 74 1, if <var>xR1</var> ends before <var>xR2</var>, 75 0, if <var>xR1</var> ends at the same position as <var>xR2</var> and 76 -1, if <var>xR1</var> ends behind <var>xR2</var>. 79 if either <var>xR1</var> or <var>xR2</var> is not within this 82 short compareRegionEnds( [in] XTextRange xR1, [in] XTextRange xR2 )
301 ::com::sun::star::text::XTextRange >& xR2)308 ::com::sun::star::text::XTextRange >& xR2)
1535 …erence< text::XTextRange >& xR1, const uno::Reference< text::XTextRange >& xR2 ) throw (lang::Ille… in compareRegionStarts() argument1538 SvxUnoTextRangeBase* pR2 = SvxUnoTextRangeBase::getImplementation( xR2 ); in compareRegionStarts()1559 …erence< text::XTextRange >& xR1, const uno::Reference< text::XTextRange >& xR2 ) throw (lang::Ille… in compareRegionEnds() argument1562 SvxUnoTextRangeBase* pR2 = SvxUnoTextRangeBase::getImplementation( xR2 ); in compareRegionEnds()
348 …st ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& xR2 ) throw (::com::sun…349 …st ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& xR2 ) throw (::com::sun…
Completed in 29 milliseconds