Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/sw/source/core/txtnode/
H A Dthints.cxx2195 const sal_uInt16 nHintEnd = *pAttrEnd; in GetAttr() local
2238 pPrev->mnEndPos = nHintEnd; in GetAttr()
2248 pPrev->mnEndPos = nHintEnd; in GetAttr()
3072 const xub_StrLen nHintEnd = *pHtEnd; in TryInsertHint() local
3101 if ( nHtStart < nHintEnd ) // skip merging for 0-length attributes in TryInsertHint()
3133 SwUpdateAttr aHint( nHtStart, nHtStart == nHintEnd ? nHintEnd + 1 : nHintEnd, nWhich ); in TryInsertHint()
H A Dndtxt.cxx1216 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrDefault() argument
1218 return ((nHintStart <= nIndex) && (nIndex < nHintEnd)); in lcl_GetTxtAttrDefault()
1221 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrExpand() argument
1223 return ((nHintStart < nIndex) && (nIndex <= nHintEnd)); in lcl_GetTxtAttrExpand()
1226 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrParent() argument
1228 return ((nHintStart < nIndex) && (nIndex < nHintEnd)); in lcl_GetTxtAttrParent()

Completed in 61 milliseconds