Searched refs:nHintEnd (Results 1 – 3 of 3) sorted by relevance
116 const xub_StrLen nHintEnd = pHt->End() ? *pHt->End() : STRING_MAXLEN; in SearchNext() local117 if ( nHintEnd >= nStartPos && nHintEnd < nMinPos ) in SearchNext()119 nMinPos = nHintEnd; in SearchNext()
2195 const sal_uInt16 nHintEnd = *pAttrEnd; in GetAttr() local2238 pPrev->mnEndPos = nHintEnd; in GetAttr()2248 pPrev->mnEndPos = nHintEnd; in GetAttr()3072 const xub_StrLen nHintEnd = *pHtEnd; in TryInsertHint() local3101 if ( nHtStart < nHintEnd ) // skip merging for 0-length attributes in TryInsertHint()3133 SwUpdateAttr aHint( nHtStart, nHtStart == nHintEnd ? nHintEnd + 1 : nHintEnd, nWhich ); in TryInsertHint()
1216 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrDefault() argument1218 return ((nHintStart <= nIndex) && (nIndex < nHintEnd)); in lcl_GetTxtAttrDefault()1221 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrExpand() argument1223 return ((nHintStart < nIndex) && (nIndex <= nHintEnd)); in lcl_GetTxtAttrExpand()1226 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrParent() argument1228 return ((nHintStart < nIndex) && (nIndex < nHintEnd)); in lcl_GetTxtAttrParent()
Completed in 45 milliseconds