Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/edit/
H A Dtextdat2.hxx79 sal_uInt8 GetRightToLeft() const { return nRightToLeft; } in GetRightToLeft() function in TETextPortion
80 sal_uInt8& GetRightToLeft() { return nRightToLeft; } in GetRightToLeft() function in TETextPortion
H A Dtexteng.cxx2443 pPortion->GetRightToLeft() = ImpGetRightToLeft( nPara, nTmpPos+1 ); in CreateLines()
3170 if ( !IsRightToLeft() && pDestPortion->GetRightToLeft() ) in ImpGetPortionXOffset()
3177 … if ( pNextTextPortion->GetRightToLeft() && ( pNextTextPortion->GetKind() != PORTIONKIND_TAB ) ) in ImpGetPortionXOffset()
3189 … if ( pPrevTextPortion->GetRightToLeft() && ( pPrevTextPortion->GetKind() != PORTIONKIND_TAB ) ) in ImpGetPortionXOffset()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit2.cxx1061 sal_uInt16 nRTLLevel = pTextPortion->GetRightToLeft(); in CursorVisualStartEnd()
1129 sal_uInt16 nRTLLevel = pTextPortion->GetRightToLeft(); in CursorVisualLeftRight()
1138 nRTLLevelNextPortion = pNextTextPortion->GetRightToLeft(); in CursorVisualLeftRight()
1207 sal_Bool bRTLPortion = (pTextPortion->GetRightToLeft() % 2) != 0; in CursorVisualLeftRight()
1249 if ( bVisualToLeft && !bRTLPortion && ( _pTextPortion->GetRightToLeft() % 2 ) ) in CursorVisualLeftRight()
1251 …se if ( !bVisualToLeft && bRTLPortion && ( bWasBehind || !(_pTextPortion->GetRightToLeft() % 2 )) ) in CursorVisualLeftRight()
2075 if ( pTextPortion->GetRightToLeft() != nRTLLevel ) in HasDifferentRTLLevels()
2085 sal_uInt8 ImpEditEngine::GetRightToLeft( sal_uInt16 nPara, sal_uInt16 nPos, sal_uInt16* pStart, sal… in GetRightToLeft() function in ImpEditEngine
4111 if ( !bR2LPara && pDestPortion->GetRightToLeft() ) in GetPortionXOffset()
4118 … if ( pNextTextPortion->GetRightToLeft() && ( pNextTextPortion->GetKind() != PORTIONKIND_TAB ) ) in GetPortionXOffset()
[all …]
H A Deditdoc.hxx405 sal_uInt8 GetRightToLeft() const { return nRightToLeft; } in GetRightToLeft() function in TextPortion
H A Dimpedit3.cxx1080 pPortion->SetRightToLeft( GetRightToLeft( nPara, nTmpPos+1 ) ); in CreateLines()
3044 if ( pTextPortion->GetRightToLeft() ) in Paint()
3326 aTmpFont, n, nIndex, pTextPortion->GetRightToLeft(), in Paint()
4444 bR2L = GetRightToLeft( nPara, nIndex + 1); // this change was discussed in issue 37190 in ImplInitLayoutMode()
H A Dimpedit.cxx272 …pEditEngine->pImpEditEngine->GetRightToLeft( nPara, nTmpStartIndex+1, &nWritingDirStart, &nTmpEndI… in DrawSelection()
872 sal_uInt16 nRTLLevel = pTextPortion->GetRightToLeft(); in ShowCursor()
H A Dimpedit.hxx739 …sal_uInt8 GetRightToLeft( sal_uInt16 nPara, sal_uInt16 nChar, sal_uInt16* pStar…

Completed in 147 milliseconds