Searched refs:nS2 (Results 1 – 1 of 1) sorted by relevance
111 const sal_uInt16 nS2 = static_cast<const SwTxtCharFmt&>(rHt2).GetSortNumber(); in lcl_IsLessStart() local112 ASSERT( nS1 != nS2, "AUTOSTYLES: lcl_IsLessStart trouble" ) in lcl_IsLessStart()113 if ( nS1 != nS2 ) // robust in lcl_IsLessStart()114 return nS1 < nS2; in lcl_IsLessStart()147 const sal_uInt16 nS2 = static_cast<const SwTxtCharFmt&>(rHt2).GetSortNumber(); in lcl_IsLessEnd() local148 ASSERT( nS1 != nS2, "AUTOSTYLES: lcl_IsLessEnd trouble" ) in lcl_IsLessEnd()149 if ( nS1 != nS2 ) // robust in lcl_IsLessEnd()150 return nS1 > nS2; in lcl_IsLessEnd()
Completed in 7 milliseconds