Searched refs:nLogPos (Results 1 – 1 of 1) sorted by relevance
1052 sal_uInt16 nLogPos = (sal_uInt16)ubidi_getLogicalIndex( pBidi, nVisPos, &nError ); in CursorVisualStartEnd() local1056 aPaM.GetIndex() = nLogPos + pLine->GetStart(); in CursorVisualStartEnd()1192 sal_uInt16 nLogPos = (sal_uInt16)ubidi_getLogicalIndex( pBidi, nVisPos, &nError ); in CursorVisualLeftRight() local1193 aPaM.GetIndex() = pLine->GetStart() + nLogPos; in CursorVisualLeftRight()1229 sal_uInt16 nLogPos = (sal_uInt16)ubidi_getLogicalIndex( pBidi, nVisPos, &nError ); in CursorVisualLeftRight() local1242 aPaM.GetIndex() = pLine->GetStart() + nLogPos; in CursorVisualLeftRight()