Lines Matching refs:nY

3106 		short nY = (short)( ((rRect.Top()+rRect.Bottom())/2) / nDeltaHeight );  in ImplCreate()  local
3110 if( nY >= nRows ) in ImplCreate()
3111 nY = sal::static_int_cast< short >(nRows - 1); in ImplCreate()
3118 nIns = GetSortListPos( &pRows[nY], rRect.Left(), sal_False ); in ImplCreate()
3119 pRows[ nY ].Insert( pEntry, nIns ); in ImplCreate()
3122 pViewData->nY = nY; in ImplCreate()
3301 sal_uInt16 nY = pViewData->nY; in SearchCol() local
3302 if( nY >= nTop && nY <= nBottom ) in SearchCol()
3420 sal_uInt16 nY = pViewData->nY; in GoLeftRight() local
3422 DBG_ASSERT(nY< nRows,"GoLeftRight:Bad column"); in GoLeftRight()
3427 nY, nX, sal::static_int_cast< sal_uInt16 >(nCols-1), nX, sal_True, sal_True ); in GoLeftRight()
3429 pResult = SearchRow( nY, nX ,0, nX, sal_False, sal_True ); in GoLeftRight()
3447 sal_uInt16 nRowMin = nY; in GoLeftRight()
3448 sal_uInt16 nRowMax = nY; in GoLeftRight()
3451 SvLBoxEntry* pEntry = SearchCol((sal_uInt16)nCurCol,nRowMin,nRowMax,nY,sal_True, sal_False); in GoLeftRight()
3469 sal_uInt16 nY = pViewData->nY; in GoUpDown() local
3471 DBG_ASSERT(nY<nRows,"GoUpDown:Bad column"); in GoUpDown()
3477 nX, nY, sal::static_int_cast< sal_uInt16 >(nRows-1), nY, sal_True, sal_True ); in GoUpDown()
3479 pResult = SearchCol( nX, nY ,0, nY, sal_False, sal_True ); in GoUpDown()
3483 long nCurRow = nY; in GoUpDown()
3617 short nY = (short)( ((rRect.Top()+rRect.Bottom())/2) / pView->nGridDY ); in CreateGridAjustData() local
3618 sal_uInt16 nIns = GetSortListPos((SvPtrarr*)rLists[nY],rRect.Left(),sal_False); in CreateGridAjustData()
3619 ((SvPtrarr*)rLists[ nY ])->Insert( pEntry, nIns ); in CreateGridAjustData()
3639 short nY = (short)( ((rRect.Top()+rRect.Bottom())/2) / pView->nGridDY ); in CreateGridAjustData() local
3640 if( nY == nRefRow ) in CreateGridAjustData()