Lines Matching refs:nNdEnd
180 xub_StrLen nNdStt, nNdEnd; member in SwAttrCheckArr
202 xub_StrLen GetNdEnd() const { return nNdEnd; } in GetNdEnd()
247 nNdEnd = rPam.GetPoint()->nNode == rPam.GetMark()->nNode in SetNewSet()
253 nNdEnd = rPam.GetPoint()->nContent.GetIndex(); in SetNewSet()
284 _SwSrchChrAttr( *pFndItem, nNdStt, nNdEnd ); in SetNewSet()
300 _SwSrchChrAttr( *pItem, nNdStt, nNdEnd ); in SetNewSet()
312 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()
331 if (lcl_IsAttributeIgnorable(nNdStt, nNdEnd, aTmp)) in SetAttrFwd()
493 if (lcl_IsAttributeIgnorable(nNdStt, nNdEnd, aTmp)) in SetAttrBwd()
663 xub_StrLen nEnd = nNdEnd; in End()