Lines Matching refs:GetDataRowHeight
1169 (sal_uInt16)(pDataWin->GetOutputSizePixel().Height() / GetDataRowHeight() + 1); in ScrollRows()
1181 long nDeltaY = GetDataRowHeight() * ( nNewTopRow - nTopRow ); in ScrollRows()
1214 return ScrollRows( pDataWin->GetSizePixel().Height() / GetDataRowHeight() ); in ScrollPages()
1229 aRect = Rectangle( Point( 0, (nRow-nTopRow) * GetDataRowHeight() ), in RowModified()
1230 Size( pDataWin->GetSizePixel().Width(), GetDataRowHeight() ) ); in RowModified()
1332 nRow <= nTopRow + aSz.Height() / GetDataRowHeight() ) in RowInserted()
1334 long nY = (nRow-nTopRow) * GetDataRowHeight(); in RowInserted()
1341 pDataWin->Scroll( 0, GetDataRowHeight() * nNumRows, in RowInserted()
1352 Size( aSz.Width(), nNumRows * GetDataRowHeight() ) ) ); in RowInserted()
1474 nRow <= nTopRow + aSz.Height() / GetDataRowHeight() ) in RowRemoved()
1482 long nY = (nRow-nTopRow) * GetDataRowHeight(); in RowRemoved()
1486 pDataWin->Scroll( 0, - (short) GetDataRowHeight() * nNumRows, in RowRemoved()
1488 aSz.Height() - nY + nNumRows*GetDataRowHeight() ) ), in RowRemoved()
1498 Point( 0, (nRow-nTopRow)*GetDataRowHeight() ), in RowRemoved()
1500 nNumRows * GetDataRowHeight() ) ); in RowRemoved()
1625 sal_uInt16 nVisibleRows = sal_uInt16( aSz.Height() / GetDataRowHeight() - 1 ); in GoToRow()
1876 (sal_uInt16)(pDataWin->GetOutputSizePixel().Height() / GetDataRowHeight() + 1); in SelectAll()
1881 Point( nOfsX, (nRow-nTopRow)*GetDataRowHeight() ), in SelectAll()
1882 Size( pDataWin->GetSizePixel().Width(), GetDataRowHeight() ) ) ); in SelectAll()
1962 Point( nOfsX, (nRow-nTopRow)*GetDataRowHeight() ), in SelectRow()
1963 Size( pDataWin->GetSizePixel().Width(), GetDataRowHeight() ) ); in SelectRow()
2297 Point( 0, GetDataRowHeight() * (nRow-nTopRow) ), in GetRowRectPixel()
2298 Size( pDataWin->GetOutputSizePixel().Width(), GetDataRowHeight() ) ); in GetRowRectPixel()
2334 long nRowY = GetDataRowHeight(); in ImplFieldRectPixel()
2336 nRowY = ( nRow - nTopRow ) * GetDataRowHeight(); in ImplFieldRectPixel()
2342 GetDataRowHeight() - 1 ) ); in ImplFieldRectPixel()
2363 return nY / GetDataRowHeight() + nTopRow; in GetRowAtYPosPixel()
2614 long BrowseBox::GetDataRowHeight() const in GetDataRowHeight() function in BrowseBox