Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/txtnode/
H A Dndhints.cxx80 inline sal_Bool IsEqual( const SwTxtAttr &rHt1, const SwTxtAttr &rHt2 ) in IsEqual() argument
82 return (long)(&rHt1) == (long)(&rHt2); in IsEqual()
96 static sal_Bool lcl_IsLessStart( const SwTxtAttr &rHt1, const SwTxtAttr &rHt2 ) in lcl_IsLessStart() argument
98 if ( *rHt1.GetStart() == *rHt2.GetStart() ) in lcl_IsLessStart()
101 const xub_StrLen nHt2 = *rHt2.GetAnyEnd(); in lcl_IsLessStart()
105 const sal_uInt16 nWhich2 = rHt2.Which(); in lcl_IsLessStart()
111 const sal_uInt16 nS2 = static_cast<const SwTxtCharFmt&>(rHt2).GetSortNumber(); in lcl_IsLessStart()
117 return (long)&rHt1 < (long)&rHt2; in lcl_IsLessStart()
124 return ( *rHt1.GetStart() < *rHt2.GetStart() ); in lcl_IsLessStart()
132 static sal_Bool lcl_IsLessEnd( const SwTxtAttr &rHt1, const SwTxtAttr &rHt2 ) in lcl_IsLessEnd() argument
[all …]