Home
last modified time | relevance | path

Searched refs:GetTopRow (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx1278 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()
/aoo4110/main/svx/source/svdraw/
H A Dsvdibrow.cxx468 long nTop=GetTopRow(); in ImpSaveWhich()
469 long nBtm=GetTopRow()+GetVisibleRows()+1; in ImpSaveWhich()
498 long nWhichOfs=nPos-GetTopRow(); in ImpRestoreWhich()
/aoo4110/main/svtools/inc/svtools/table/
H A Dtablecontrol.hxx81 RowPos GetTopRow() const;
/aoo4110/main/svtools/source/table/
H A Dtablecontrol.cxx179 RowPos TableControl::GetTopRow() const in GetTopRow() function in svt::table::TableControl
/aoo4110/main/svx/source/fmcomp/
H A Dgridctrl.cxx1656 RecalcRows(GetTopRow(), GetVisibleRows(), sal_True); in setDataSource()
1885 long nDelta = nNewTopRow - GetTopRow(); in RecalcRows()
2010 RecalcRows(GetTopRow(), GetVisibleRows(), sal_True); in AdjustRows()
/aoo4110/main/svtools/inc/svtools/
H A Dbrwbox.hxx396 long GetTopRow() { return nTopRow; } in GetTopRow() function in BrowseBox

Completed in 56 milliseconds