Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ascii/
H A Dascatr.cxx116 const xub_StrLen nHintEnd = pHt->End() ? *pHt->End() : STRING_MAXLEN; in SearchNext() local
117 if ( nHintEnd >= nStartPos && nHintEnd < nMinPos ) in SearchNext()
119 nMinPos = nHintEnd; in SearchNext()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx2202 const sal_uInt16 nHintEnd = *pAttrEnd; in GetAttr() local
2245 pPrev->mnEndPos = nHintEnd; in GetAttr()
2255 pPrev->mnEndPos = nHintEnd; in GetAttr()
3084 const xub_StrLen nHintEnd = *pHtEnd; in TryInsertHint() local
3113 if ( nHtStart < nHintEnd ) // skip merging for 0-length attributes in TryInsertHint()
3148 nHtStart == nHintEnd ? nHintEnd + 1 : nHintEnd, in TryInsertHint()
H A Dndtxt.cxx1221 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrDefault() argument
1223 return ((nHintStart <= nIndex) && (nIndex < nHintEnd)); in lcl_GetTxtAttrDefault()
1226 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrExpand() argument
1228 return ((nHintStart < nIndex) && (nIndex <= nHintEnd)); in lcl_GetTxtAttrExpand()
1231 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrParent() argument
1233 return ((nHintStart < nIndex) && (nIndex < nHintEnd)); in lcl_GetTxtAttrParent()

Completed in 34 milliseconds