Home
last modified time | relevance | path

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

/aoo41x/main/editeng/source/editeng/
H A Dimpedit2.cxx1061 sal_uInt16 nRTLLevel = pTextPortion->GetRightToLeft(); in CursorVisualStartEnd() local
1063 sal_Bool bPortionRTL = nRTLLevel%2 ? sal_True : sal_False; in CursorVisualStartEnd()
1129 sal_uInt16 nRTLLevel = pTextPortion->GetRightToLeft(); in CursorVisualLeftRight() local
1141 if ( !bPortionBoundary || ( nRTLLevel == nRTLLevelNextPortion ) ) in CursorVisualLeftRight()
1143 if ( ( bVisualToLeft && !(nRTLLevel%2) ) || ( !bVisualToLeft && (nRTLLevel%2) ) ) in CursorVisualLeftRight()
2071 sal_uInt16 nRTLLevel = IsRightToLeft( nPara ) ? 1 : 0; in HasDifferentRTLLevels() local
2075 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 37 milliseconds