Home
last modified time | relevance | path

Searched refs:nVisibleRows (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx1478 TableSize const nVisibleRows = impl_getVisibleRows( true ); in doPaintContent() local
1479 TableSize nActualRows = nVisibleRows; in doPaintContent()
2195 TableSize nVisibleRows = impl_getVisibleRows(true); in checkCursorPosition() local
2197 if ( ( m_nTopRow + nVisibleRows > m_nRowCount ) in checkCursorPosition()
2198 && ( m_nRowCount >= nVisibleRows ) in checkCursorPosition()
2302 TableSize nVisibleRows = impl_getVisibleRows( _bAcceptPartialVisibility ); in ensureVisible() local
2303 if ( _nRow > m_nTopRow + nVisibleRows - 1 ) in ensureVisible()
2304 impl_scrollRows( _nRow - ( m_nTopRow + nVisibleRows - 1 ) ); in ensureVisible()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx1168 sal_uInt16 nVisibleRows = in ScrollRows() local
1171 VisibleRowsChanged(nNewTopRow, nVisibleRows); in ScrollRows()
1625 sal_uInt16 nVisibleRows = sal_uInt16( aSz.Height() / GetDataRowHeight() - 1 ); in GoToRow() local
1626 long nLastRow = nTopRow + nVisibleRows; in GoToRow()
1875 sal_uInt16 nVisibleRows = in SelectAll() local
1878 nRow != BROWSER_ENDOFSELECTION && nRow < nTopRow + nVisibleRows; in SelectAll()
H A Dbrwbox2.cxx637 sal_uInt16 nVisibleRows = in Resize() local
642 if ( nVisibleRows != nOldVisibleRows ) in Resize()
643 VisibleRowsChanged(nTopRow, nVisibleRows); in Resize()

Completed in 48 milliseconds