Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx180 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()
[all …]
/trunk/main/sw/source/core/edit/
H A Dedglbldc.cxx126 sal_uLong nNdEnd = pMyDoc->GetNodes().GetEndOfContent().GetIndex(); in GetGlobalDocContent() local
127 for( ; nSttIdx < nNdEnd; ++nSttIdx ) in GetGlobalDocContent()