Lines Matching refs:nPosY
113 void ScTabView::ClickCursor( SCCOL nPosX, SCROW nPosY, sal_Bool bControl ) in ClickCursor() argument
117 while (pDoc->IsHorOverlapped( nPosX, nPosY, nTab )) //! ViewData !!! in ClickCursor()
119 while (pDoc->IsVerOverlapped( nPosX, nPosY, nTab )) in ClickCursor()
120 --nPosY; in ClickCursor()
131 InitRefMode( nPosX, nPosY, nTab, SC_REFTYPE_REF ); in ClickCursor()
137 SetCursor( (SCCOL) nPosX, (SCROW) nPosY ); in ClickCursor()
302 void ScTabView::SetCursor( SCCOL nPosX, SCROW nPosY, sal_Bool bNew ) in SetCursor() argument
309 if ( nPosX != nOldX || nPosY != nOldY || bNew ) in SetCursor()
321 aViewData.SetCurY( nPosY ); in SetCursor()
1191 SCROW nPosY = aViewData.GetPosY( WhichV(eWhich) ); in MoveCursorScreen() local
1206 nNewY=nPosY; in MoveCursorScreen()
1208 nNewY=nPosY+nAddY; in MoveCursorScreen()
1499 SCROW nPosY = rRange.aStart.Row(); in MarkRange() local
1502 while (pDoc->IsHorOverlapped( nPosX, nPosY, nTab )) //! ViewData !!! in MarkRange()
1504 while (pDoc->IsVerOverlapped( nPosX, nPosY, nTab )) in MarkRange()
1505 --nPosY; in MarkRange()
1508 SetCursor( nPosX, nPosY ); in MarkRange()