Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1066 sal_uInt16 nRTLLevel = pTextPortion->GetRightToLeft(); in CursorVisualStartEnd() local
1068 sal_Bool bPortionRTL = nRTLLevel%2 ? sal_True : sal_False; in CursorVisualStartEnd()
1134 sal_uInt16 nRTLLevel = pTextPortion->GetRightToLeft(); in CursorVisualLeftRight() local
1146 if ( !bPortionBoundary || ( nRTLLevel == nRTLLevelNextPortion ) ) in CursorVisualLeftRight()
1148 if ( ( bVisualToLeft && !(nRTLLevel%2) ) || ( !bVisualToLeft && (nRTLLevel%2) ) ) in CursorVisualLeftRight()
2076 sal_uInt16 nRTLLevel = IsRightToLeft( nPara ) ? 1 : 0; in HasDifferentRTLLevels() local
2080 if ( pTextPortion->GetRightToLeft() != nRTLLevel ) in HasDifferentRTLLevels()
H A Dimpedit.cxx872 sal_uInt16 nRTLLevel = pTextPortion->GetRightToLeft(); in ShowCursor() local
873 if ( nRTLLevel%2 ) in ShowCursor()

Completed in 55 milliseconds