Lines Matching refs:nCurIndex
999 sal_uInt16 nCurIndex = 0; in GetEditCursor() local
1010 nCurIndex = nCurIndex + pTmpLine->GetLen(); in GetEditCursor()
1016 DBG_ASSERT( rPaM.GetIndex() == nCurIndex, "Index voll daneben in GetEditCursor!" ); in GetEditCursor()
1020 nCurIndex = nCurIndex - pLine->GetLen(); in GetEditCursor()
1178 sal_uInt16 nCurIndex = 0; in ImpFindIndex() local
1195 nCurIndex = GetCharPos( nPortion, nLine, rPosInPara.X(), bSmart ); in ImpFindIndex()
1197 if ( nCurIndex && ( nCurIndex == pLine->GetEnd() ) && in ImpFindIndex()
1202 …nCurIndex = (sal_uInt16)xBI->previousCharacters( pPortion->GetNode()->GetText(), nCurIndex, GetLoc… in ImpFindIndex()
1204 return nCurIndex; in ImpFindIndex()
1213 sal_uInt16 nCurIndex = pLine->GetStart(); in GetCharPos() local
1217 return nCurIndex; in GetCharPos()
1231 SeekCursor( nPortion, nCurIndex+1, aFont, NULL ); in GetCharPos()
1236 nCurIndex = mpRefDev->GetTextBreak( pPortion->GetNode()->GetText(), nPosInPortion, nCurIndex ); in GetCharPos()
1239 return nCurIndex; in GetCharPos()
1241 nCurIndex = nCurIndex + pTextPortion->GetLen(); in GetCharPos()
1243 return nCurIndex; in GetCharPos()