Home
last modified time | relevance | path

Searched refs:nCursorBidiLevel (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/core/inc/
H A Ddrawfont.hxx75 sal_uInt8 nCursorBidiLevel; member in SwDrawTextInfo
127 nCursorBidiLevel = 0; in SwDrawTextInfo()
326 return nCursorBidiLevel; in GetCursorBidiLevel()
522 nCursorBidiLevel = nNew; in SetCursorBidiLevel()
/trunk/main/sw/inc/
H A Dcrstate.hxx137 sal_uInt8 nCursorBidiLevel; member
170 nCursorBidiLevel( 0 ), in SwCrsrMoveState()
191 nCursorBidiLevel( 0 ), in SwCrsrMoveState()
H A Dswcrsr.hxx68 sal_uInt8 nCursorBidiLevel; // bidi level of the cursor member in SwCursor
212 sal_uInt8 GetCrsrBidiLevel() const { return nCursorBidiLevel; } in GetCrsrBidiLevel()
213 void SetCrsrBidiLevel( sal_uInt8 nNewLevel ) { nCursorBidiLevel = nNewLevel; } in SetCrsrBidiLevel()
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx1138 if ( pCMS->nCursorBidiLevel >= nPortionLevel ) in _GetCharRect()
1165 if ( pCMS->nCursorBidiLevel >= nPortionLevel ) in _GetCharRect()
1677 ((SwCrsrMoveState*)pCMS)->nCursorBidiLevel = in GetCrsrOfst()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx238 sal_uInt16 nCursorBidiLevel; member in ImpEditView
275 sal_uInt16 GetCursorBidiLevel() const { return nCursorBidiLevel; } in GetCursorBidiLevel()
276 void SetCursorBidiLevel( sal_uInt16 n ) { nCursorBidiLevel = n; } in SetCursorBidiLevel()
H A Dimpedit.cxx83 nCursorBidiLevel = CURSOR_BIDILEVEL_DONTKNOW; in ImpEditView()
1067 nCursorBidiLevel = CURSOR_BIDILEVEL_DONTKNOW; in MouseButtonUp()
1093 nCursorBidiLevel = CURSOR_BIDILEVEL_DONTKNOW; in MouseButtonDown()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx125 : SwPaM( rPos, pRing ), pSavePos( 0 ), mnRowSpanOffset( 0 ), nCursorBidiLevel( 0 ), in SwCursor()
133 nCursorBidiLevel( rCpy.nCursorBidiLevel ), mbColumnSelection( rCpy.mbColumnSelection ) in SwCursor()
H A Dcrsrsh.cxx752 pCrsr->SetCrsrBidiLevel( aTmpState.nCursorBidiLevel ); in SetCrsr()
1763 aTmpState.nCursorBidiLevel = pShellCrsr->GetCrsrBidiLevel(); in UpdateCrsr()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx2116 aTmpState.nCursorBidiLevel = pStartFrm->IsRightToLeft() ? 1 : 0; in CalcFrmRects()
2123 aTmpState.nCursorBidiLevel = pEndFrm->IsRightToLeft() ? 1 : 0; in CalcFrmRects()

Completed in 89 milliseconds