Searched refs:nVisibleRows (Results 1 – 3 of 3) sorted by relevance
1478 TableSize const nVisibleRows = impl_getVisibleRows( true ); in doPaintContent() local1479 TableSize nActualRows = nVisibleRows; in doPaintContent()2195 TableSize nVisibleRows = impl_getVisibleRows(true); in checkCursorPosition() local2197 if ( ( m_nTopRow + nVisibleRows > m_nRowCount ) in checkCursorPosition()2198 && ( m_nRowCount >= nVisibleRows ) in checkCursorPosition()2302 TableSize nVisibleRows = impl_getVisibleRows( _bAcceptPartialVisibility ); in ensureVisible() local2303 if ( _nRow > m_nTopRow + nVisibleRows - 1 ) in ensureVisible()2304 impl_scrollRows( _nRow - ( m_nTopRow + nVisibleRows - 1 ) ); in ensureVisible()
1168 sal_uInt16 nVisibleRows = in ScrollRows() local1171 VisibleRowsChanged(nNewTopRow, nVisibleRows); in ScrollRows()1625 sal_uInt16 nVisibleRows = sal_uInt16( aSz.Height() / GetDataRowHeight() - 1 ); in GoToRow() local1626 long nLastRow = nTopRow + nVisibleRows; in GoToRow()1875 sal_uInt16 nVisibleRows = in SelectAll() local1878 nRow != BROWSER_ENDOFSELECTION && nRow < nTopRow + nVisibleRows; in SelectAll()
637 sal_uInt16 nVisibleRows = in Resize() local642 if ( nVisibleRows != nOldVisibleRows ) in Resize()643 VisibleRowsChanged(nTopRow, nVisibleRows); in Resize()
Completed in 121 milliseconds