Lines Matching refs:nY
1334 long nY = (nRow-nTopRow) * GetDataRowHeight(); in RowInserted() local
1342 Rectangle( Point( 0, nY ), in RowInserted()
1343 Size( aSz.Width(), aSz.Height() - nY ) ), in RowInserted()
1351 pDataWin->Invalidate( Rectangle( Point( 0, nY ), in RowInserted()
1482 long nY = (nRow-nTopRow) * GetDataRowHeight(); in RowRemoved() local
1487 Rectangle( Point( 0, nY ), Size( aSz.Width(), in RowRemoved()
1488 aSz.Height() - nY + nNumRows*GetDataRowHeight() ) ), in RowRemoved()
2347 long BrowseBox::GetRowAtYPosPixel( long nY, sal_Bool bRelToBrowser ) const in GetRowAtYPosPixel() argument
2356 nY -= aDataTopLeft.Y() - aTopLeft.Y(); in GetRowAtYPosPixel()
2360 if ( nY < 0 || nY >= pDataWin->GetOutputSizePixel().Height() ) in GetRowAtYPosPixel()
2363 return nY / GetDataRowHeight() + nTopRow; in GetRowAtYPosPixel()