Lines Matching refs:endPos

800     rBound.endPos = nPos+1;  in GetCharBoundary()
875 rBound.endPos = nPos; in GetWordBoundary()
914 rBound.endPos = rText.getLength(); in GetParagraphBoundary()
948 rBound.endPos = pBreakIt->GetBreakIter()->nextCharacters( in GetGlyphBoundary()
951 rText, rBound.endPos, aLocale, nIterMode, 1, nDone ); in GetGlyphBoundary()
953 bRet = ((rBound.startPos <= nPos) && (nPos <= rBound.endPos)); in GetGlyphBoundary()
955 DBG_ASSERT( rBound.endPos >= nPos, "end pos too low" ); in GetGlyphBoundary()
961 rBound.endPos = nPos; in GetGlyphBoundary()
1053 rBound.endPos = min(xub_StrLen(nNext + nLen),(xub_StrLen)rBound.endPos); in GetTextBoundary()
1059 rBound.endPos = min(nNext,(xub_StrLen)rBound.endPos); in GetTextBoundary()
1068 rBound.endPos = min(nNext,(xub_StrLen)rBound.endPos); in GetTextBoundary()
2919 DBG_ASSERT( aBound.startPos <= aBound.endPos, "illegal boundary" ); in getTextAtIndex()
2924 aResult.SegmentText = rText.copy( aBound.startPos, aBound.endPos - aBound.startPos ); in getTextAtIndex()
2926 aResult.SegmentEnd = aBound.endPos; in getTextAtIndex()
2951 aBound.startPos = aBound.endPos = nIndex; in getTextBeforeIndex()
2957 aBound.startPos = aBound.endPos = nIndex; in getTextBeforeIndex()
2974 aResult.SegmentText = rText.copy( preBound.startPos, preBound.endPos - preBound.startPos ); in getTextBeforeIndex()
2976 aResult.SegmentEnd = preBound.endPos; in getTextBeforeIndex()
2995 aResult.SegmentText = rText.copy( aBound.startPos, aBound.endPos - aBound.startPos ); in getTextBeforeIndex()
2997 aResult.SegmentEnd = aBound.endPos; in getTextBeforeIndex()
3027 nIndex = max( sal_Int32(nIndex+1), aBound.endPos ); in getTextBehindIndex()
3036 aResult.SegmentText = rText.copy( aBound.startPos, aBound.endPos - aBound.startPos ); in getTextBehindIndex()
3038 aResult.SegmentEnd = aBound.endPos; in getTextBehindIndex()
3988 aLineBound.endPos - aLineBound.startPos ); in getTextAtLineNumber()
3990 aTextAtLine.SegmentEnd = aLineBound.endPos; in getTextAtLineNumber()
4286 aBound.endPos = aBound.startPos + 1; in tabCharInWord()