Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1057 sal_uInt16 nLogPos = (sal_uInt16)ubidi_getLogicalIndex( pBidi, nVisPos, &nError ); in CursorVisualStartEnd() local
1061 aPaM.GetIndex() = nLogPos + pLine->GetStart(); in CursorVisualStartEnd()
1197 sal_uInt16 nLogPos = (sal_uInt16)ubidi_getLogicalIndex( pBidi, nVisPos, &nError ); in CursorVisualLeftRight() local
1198 aPaM.GetIndex() = pLine->GetStart() + nLogPos; in CursorVisualLeftRight()
1234 sal_uInt16 nLogPos = (sal_uInt16)ubidi_getLogicalIndex( pBidi, nVisPos, &nError ); in CursorVisualLeftRight() local
1247 aPaM.GetIndex() = pLine->GetStart() + nLogPos; in CursorVisualLeftRight()

Completed in 35 milliseconds