Home
last modified time | relevance | path

Searched refs:nHintStart (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/crsr/
H A Dfindtxt.cxx77 xub_StrLen nHintStart = STRING_LEN; in lcl_CleanStr() local
86 nHintStart = pHts && n < pHts->Count() ? in lcl_CleanStr()
101 if ( STRING_LEN != nHintStart && nHintStart < nSoftHyphen && nHintStart < nEnd ) in lcl_CleanStr()
103 nStt = nHintStart; in lcl_CleanStr()
107 else if ( STRING_LEN != nSoftHyphen && nSoftHyphen < nHintStart && nSoftHyphen < nEnd ) in lcl_CleanStr()
113 else if ( STRING_LEN != nSoftHyphen && nSoftHyphen == nHintStart ) in lcl_CleanStr()
/trunk/main/sw/source/core/txtnode/
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()
1259 xub_StrLen const nHintStart( *(pHint->GetStart()) ); in lcl_GetTxtAttrs() local
1260 if (nIndex < nHintStart) in lcl_GetTxtAttrs()
1275 ? (*pMatchFunc)(nIndex, nHintStart, *pEndIdx) in lcl_GetTxtAttrs()
1276 : (nHintStart == nIndex) ); in lcl_GetTxtAttrs()
[all …]
H A Dthints.cxx1711 const xub_StrLen nHintStart = *(pTxtHt->GetStart()); in DeleteAttributes() local
1712 if (nStart < nHintStart) in DeleteAttributes()
1716 else if ( (nStart == nHintStart) && (nWhich == pTxtHt->Which()) ) in DeleteAttributes()
/trunk/main/sw/source/filter/ascii/
H A Dascatr.cxx110 const xub_StrLen nHintStart = *pHt->GetStart(); in SearchNext() local
111 if ( nHintStart >= nStartPos && nHintStart <= nMinPos ) in SearchNext()
113 nMinPos = nHintStart; in SearchNext()