Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/txtnode/
H A Dndhints.cxx111 const sal_uInt16 nS2 = static_cast<const SwTxtCharFmt&>(rHt2).GetSortNumber(); in lcl_IsLessStart() local
112 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() local
148 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 6 milliseconds