Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/editeng/
H A Dimpedit2.cxx1207 sal_Bool bRTLPortion = (pTextPortion->GetRightToLeft() % 2) != 0; in CursorVisualLeftRight() local
1213 if ( !bWasBehind || bRTLPortion ) in CursorVisualLeftRight()
1218 if ( bWasBehind || bRTLPortion || bBeforePortion ) in CursorVisualLeftRight()
1249 if ( bVisualToLeft && !bRTLPortion && ( _pTextPortion->GetRightToLeft() % 2 ) ) in CursorVisualLeftRight()
1251 …else if ( !bVisualToLeft && bRTLPortion && ( bWasBehind || !(_pTextPortion->GetRightToLeft() % 2 )… in CursorVisualLeftRight()