Home
last modified time | relevance | path

Searched refs:xR2 (Results 1 – 4 of 4) sorted by relevance

/trunk/main/offapi/com/sun/star/text/
H A DXTextRangeCompare.idl59 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 Dunotext.hxx249 ::com::sun::star::text::XTextRange >& xR2);
254 ::com::sun::star::text::XTextRange >& xR2);
/trunk/main/editeng/source/uno/
H A Dunotext.cxx1514 …rts( const uno::Reference< text::XTextRange >& xR1, const uno::Reference< text::XTextRange >& xR2 ) in compareRegionStarts() argument
1517 SvxUnoTextRangeBase* pR2 = SvxUnoTextRangeBase::getImplementation( xR2 ); in compareRegionStarts()
1538 …nds( const uno::Reference< text::XTextRange >& xR1, const uno::Reference< text::XTextRange >& xR2 ) in compareRegionEnds() argument
1541 SvxUnoTextRangeBase* pR2 = SvxUnoTextRangeBase::getImplementation( xR2 ); in compareRegionEnds()
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx348 …tRange >& xR1, const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& xR2 );
349 …tRange >& xR1, const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& xR2 );