Searched refs:nS1 (Results 1 – 1 of 1) sorted by relevance
110 const sal_uInt16 nS1 = static_cast<const SwTxtCharFmt&>(rHt1).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()146 const sal_uInt16 nS1 = static_cast<const SwTxtCharFmt&>(rHt1).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 9 milliseconds