Searched refs:xR1 (Results 1 – 4 of 4) sorted by relevance
/trunk/main/offapi/com/sun/star/text/ |
H A D | XTextRangeCompare.idl | 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 )
|
/trunk/main/sw/inc/ |
H A D | unotext.hxx | 299 ::com::sun::star::text::XTextRange >& xR1, 306 ::com::sun::star::text::XTextRange >& xR1,
|
/trunk/main/editeng/source/uno/ |
H A D | unotext.cxx | 1535 …tRangeBase::compareRegionStarts( const uno::Reference< text::XTextRange >& xR1, const uno::Referen… in compareRegionStarts() argument 1537 SvxUnoTextRangeBase* pR1 = SvxUnoTextRangeBase::getImplementation( xR1 ); in compareRegionStarts() 1559 …extRangeBase::compareRegionEnds( const uno::Reference< text::XTextRange >& xR1, const uno::Referen… in compareRegionEnds() argument 1561 SvxUnoTextRangeBase* pR1 = SvxUnoTextRangeBase::getImplementation( xR1 ); in compareRegionEnds()
|
/trunk/main/editeng/inc/editeng/ |
H A D | unotext.hxx | 348 …st ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& xR1, const ::com::sun::… 349 …st ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& xR1, const ::com::sun::…
|
Completed in 45 milliseconds