Home
last modified time | relevance | path

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

/aoo41x/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 )
/aoo41x/main/sw/inc/
H A Dunotext.hxx299 ::com::sun::star::text::XTextRange >& xR1,
306 ::com::sun::star::text::XTextRange >& xR1,
/aoo41x/main/editeng/source/uno/
H A Dunotext.cxx1535 …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()
/aoo41x/main/editeng/inc/editeng/
H A Dunotext.hxx348 …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 105 milliseconds