Searched refs:nSelLen (Results 1 – 2 of 2) sorted by relevance
2060 sal_uLong nSelLen = mpImpl->mpTextEngine->GetTextLen( mpImpl->maSelection ); in ImplTruncateNewText() local2061 if ( nCurLen + nNewLen - nSelLen > nMaxLen ) in ImplTruncateNewText()2063 sal_uInt32 nTruncatedLen = static_cast<sal_uInt32>(nMaxLen - (nCurLen - nSelLen)); in ImplTruncateNewText()
1539 xub_StrLen nSelLen = aSel.nEndPos - aSel.nStartPos; in NextAutoEntry() local1541 if ( aSel.nEndPos == nParLen && aText.Len() == aAutoSearch.Len() + nSelLen ) in NextAutoEntry()
Completed in 37 milliseconds