Searched refs:GetTopRow (Results 1 – 6 of 6) sorted by relevance
1278 long nLastVisRow = GetTopRow() + nMaxRows - 1; in GetAutoColumnWidth()1280 if (GetTopRow() <= nLastVisRow) // calc the column with using the cell contents in GetAutoColumnWidth()1282 for (long i = GetTopRow(); i <= nLastVisRow; ++i) in GetAutoColumnWidth()
468 long nTop=GetTopRow(); in ImpSaveWhich()469 long nBtm=GetTopRow()+GetVisibleRows()+1; in ImpSaveWhich()498 long nWhichOfs=nPos-GetTopRow(); in ImpRestoreWhich()
81 RowPos GetTopRow() const;
179 RowPos TableControl::GetTopRow() const in GetTopRow() function in svt::table::TableControl
1656 RecalcRows(GetTopRow(), GetVisibleRows(), sal_True); in setDataSource()1885 long nDelta = nNewTopRow - GetTopRow(); in RecalcRows()2010 RecalcRows(GetTopRow(), GetVisibleRows(), sal_True); in AdjustRows()
396 long GetTopRow() { return nTopRow; } in GetTopRow() function in BrowseBox
Completed in 42 milliseconds