Lines Matching refs:nMovX

956 void ScTabView::MoveCursorRel( SCsCOL nMovX, SCsROW nMovY, ScFollowMode eMode,  in MoveCursorRel()  argument
981 nCurX = nOldX + nMovX; in MoveCursorRel()
988 nCurX = (nMovX != 0) ? nOldX+nMovX : (SCsCOL) aViewData.GetOldCurX(); in MoveCursorRel()
995 if (nMovX != 0 && VALIDCOLROW(nCurX,nCurY)) in MoveCursorRel()
1018 nMovX = -nMovX; in MoveCursorRel()
1019 if (nMovX > 0) ++nCurX; else --nCurX; // zuruecknehmen in MoveCursorRel()
1024 if (nMovX > 0) ++nCurX; else --nCurX; in MoveCursorRel()
1082 void ScTabView::MoveCursorPage( SCsCOL nMovX, SCsROW nMovY, ScFollowMode eMode, sal_Bool bShift, sa… in MoveCursorPage() argument
1094 if (nMovX >= 0) in MoveCursorPage()
1095 nPageX = ((SCsCOL) aViewData.CellsAtX( nCurX, 1, eWhichX )) * nMovX; in MoveCursorPage()
1097 nPageX = ((SCsCOL) aViewData.CellsAtX( nCurX, -1, eWhichX )) * nMovX; in MoveCursorPage()
1104 if (nMovX != 0 && nPageX == 0) nPageX = (nMovX>0) ? 1 : -1; in MoveCursorPage()
1110 void ScTabView::MoveCursorArea( SCsCOL nMovX, SCsROW nMovY, ScFollowMode eMode, sal_Bool bShift, sa… in MoveCursorArea() argument
1124 if ( nMovX > 0 ) in MoveCursorArea()
1125 for ( i=0; i<nMovX; i++ ) in MoveCursorArea()
1127 if ( nMovX < 0 ) in MoveCursorArea()
1128 for ( i=0; i<-nMovX; i++ ) in MoveCursorArea()
1139 if (nMovX != 0 && nNewX == MAXCOL) in MoveCursorArea()
1148 void ScTabView::MoveCursorEnd( SCsCOL nMovX, SCsROW nMovY, ScFollowMode eMode, sal_Bool bShift, sal… in MoveCursorEnd() argument
1161 if ( nMovX > 0 || nMovY > 0 ) in MoveCursorEnd()
1164 if (nMovX<0) in MoveCursorEnd()
1166 else if (nMovX>0) in MoveCursorEnd()
1178 void ScTabView::MoveCursorScreen( SCsCOL nMovX, SCsROW nMovY, ScFollowMode eMode, sal_Bool bShift ) in MoveCursorScreen() argument
1200 if (nMovX<0) in MoveCursorScreen()
1202 else if (nMovX>0) in MoveCursorScreen()