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.cxx1260 if (nIndex < nHintStart) in lcl_GetTxtAttrs()
1275 ? (*pMatchFunc)(nIndex, nHintStart, *pEndIdx) in lcl_GetTxtAttrs()
1276 : (nHintStart == nIndex) ); in lcl_GetTxtAttrs()
1281 if (nPreviousIndex < nHintStart) in lcl_GetTxtAttrs()
1284 nPreviousIndex = nHintStart; in lcl_GetTxtAttrs()
2367 const xub_StrLen nHintStart = *pHt->GetStart(); in EraseText() local
2369 if ( nHintStart < nStartIdx ) in EraseText()
2372 if ( nHintStart > nEndIdx ) in EraseText()
2383 (nHintStart >= nStartIdx) && (nHintStart < nEndIdx)) in EraseText()
2395 || ((nHintStart == nStartIdx) && (nHintStart + 1 == nEndIdx)), in EraseText()
[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()

Completed in 42 milliseconds