Searched refs:nCursorBidiLevel (Results 1 – 9 of 9) sorted by relevance
75 sal_uInt8 nCursorBidiLevel; member in SwDrawTextInfo127 nCursorBidiLevel = 0; in SwDrawTextInfo()326 return nCursorBidiLevel; in GetCursorBidiLevel()522 nCursorBidiLevel = nNew; in SetCursorBidiLevel()
137 sal_uInt8 nCursorBidiLevel; member170 nCursorBidiLevel( 0 ), in SwCrsrMoveState()191 nCursorBidiLevel( 0 ), in SwCrsrMoveState()
68 sal_uInt8 nCursorBidiLevel; // bidi level of the cursor member in SwCursor212 sal_uInt8 GetCrsrBidiLevel() const { return nCursorBidiLevel; } in GetCrsrBidiLevel()213 void SetCrsrBidiLevel( sal_uInt8 nNewLevel ) { nCursorBidiLevel = nNewLevel; } in SetCrsrBidiLevel()
1138 if ( pCMS->nCursorBidiLevel >= nPortionLevel ) in _GetCharRect()1165 if ( pCMS->nCursorBidiLevel >= nPortionLevel ) in _GetCharRect()1677 ((SwCrsrMoveState*)pCMS)->nCursorBidiLevel = in GetCrsrOfst()
238 sal_uInt16 nCursorBidiLevel; member in ImpEditView275 sal_uInt16 GetCursorBidiLevel() const { return nCursorBidiLevel; } in GetCursorBidiLevel()276 void SetCursorBidiLevel( sal_uInt16 n ) { nCursorBidiLevel = n; } in SetCursorBidiLevel()
83 nCursorBidiLevel = CURSOR_BIDILEVEL_DONTKNOW; in ImpEditView()1067 nCursorBidiLevel = CURSOR_BIDILEVEL_DONTKNOW; in MouseButtonUp()1093 nCursorBidiLevel = CURSOR_BIDILEVEL_DONTKNOW; in MouseButtonDown()
125 : SwPaM( rPos, pRing ), pSavePos( 0 ), mnRowSpanOffset( 0 ), nCursorBidiLevel( 0 ), in SwCursor()133 nCursorBidiLevel( rCpy.nCursorBidiLevel ), mbColumnSelection( rCpy.mbColumnSelection ) in SwCursor()
752 pCrsr->SetCrsrBidiLevel( aTmpState.nCursorBidiLevel ); in SetCrsr()1763 aTmpState.nCursorBidiLevel = pShellCrsr->GetCrsrBidiLevel(); in UpdateCrsr()
2116 aTmpState.nCursorBidiLevel = pStartFrm->IsRightToLeft() ? 1 : 0; in CalcFrmRects()2123 aTmpState.nCursorBidiLevel = pEndFrm->IsRightToLeft() ? 1 : 0; in CalcFrmRects()
Completed in 96 milliseconds