Searched refs:bRTLPortion (Results 1 – 1 of 1) sorted by relevance
1207 sal_Bool bRTLPortion = (pTextPortion->GetRightToLeft() % 2) != 0; in CursorVisualLeftRight() local1213 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()