Home
last modified time | relevance | path

Searched refs:xR2 (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.hxx301 ::com::sun::star::text::XTextRange >& xR2)
308 ::com::sun::star::text::XTextRange >& xR2)
/aoo41x/main/editeng/source/uno/
H A Dunotext.cxx1535 …erence< text::XTextRange >& xR1, const uno::Reference< text::XTextRange >& xR2 ) throw (lang::Ille… in compareRegionStarts() argument
1538 SvxUnoTextRangeBase* pR2 = SvxUnoTextRangeBase::getImplementation( xR2 ); in compareRegionStarts()
1559 …erence< text::XTextRange >& xR1, const uno::Reference< text::XTextRange >& xR2 ) throw (lang::Ille… in compareRegionEnds() argument
1562 SvxUnoTextRangeBase* pR2 = SvxUnoTextRangeBase::getImplementation( xR2 ); in compareRegionEnds()
/aoo41x/main/editeng/inc/editeng/
H A Dunotext.hxx348 …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 110 milliseconds