Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1168 sal_uInt16 nPosInLine = aPaM.GetIndex() - pLine->GetStart(); in CursorVisualLeftRight() local
1180 sal_Bool bEndOfLine = nPosInLine == aLine.Len(); in CursorVisualLeftRight()
1181 …nVisPos = (sal_uInt16)ubidi_getVisualIndex( pBidi, !bEndOfLine ? nPosInLine : nPosInLine-1, &nErro… in CursorVisualLeftRight()
1205 … sal_Bool bBeforePortion = !nPosInLine || pEditView->pImpEditView->GetCursorBidiLevel() == 1; in CursorVisualLeftRight()
1206 if ( nPosInLine && ( !bBeforePortion ) ) // before the next portion in CursorVisualLeftRight()
1215 …long nVisPos = (long)ubidi_getVisualIndex( pBidi, bWasBehind ? nPosInLine-1 : nPosInLine, &nError … in CursorVisualLeftRight()

Completed in 31 milliseconds