Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/crsr/
H A Dfindattr.cxx312 lcl_IsAttributeIgnorable(xub_StrLen const nNdStart, xub_StrLen const nNdEnd, in lcl_IsAttributeIgnorable() argument
321 return ((nNdEnd == nNdStart) in lcl_IsAttributeIgnorable()
322 ? ((rTmp.nEnd < nNdStart) || (nNdEnd < rTmp.nStt)) in lcl_IsAttributeIgnorable()
323 : ((rTmp.nEnd <= nNdStart) || (nNdEnd <= rTmp.nStt))); in lcl_IsAttributeIgnorable()

Completed in 13 milliseconds