Home
last modified time | relevance | path

Searched refs:LastVisibleRow (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sc/source/core/data/
H A Ddocument.cxx3683 SCROW ScDocument::LastVisibleRow(SCROW nStartRow, SCROW nEndRow, SCTAB nTab) in LastVisibleRow() function in ScDocument
3688 return pTab[nTab]->LastVisibleRow(nStartRow, nEndRow); in LastVisibleRow()
H A Dtable5.cxx677 SCROW ScTable::LastVisibleRow(SCROW nStartRow, SCROW nEndRow) const in LastVisibleRow() function in ScTable
/trunk/main/sc/source/ui/view/
H A Dselect.cxx279 nPosY = pDoc->LastVisibleRow(0, nPosY, nTab); in SetCursorAtPoint()
H A Dtabview3.cxx2146 nTmp = pDoc->LastVisibleRow(0, nRow1, nTab); in PaintRangeFinder()
/trunk/main/sc/source/filter/rtf/
H A Dexpbase.cxx80 nEndRow = pDoc->LastVisibleRow(nStartRow, nEndRow, nTab); in TrimDataArea()
/trunk/main/sc/inc/
H A Dtable.hxx748 SCROW LastVisibleRow(SCROW nStartRow, SCROW nEndRow) const;
H A Ddocument.hxx1399 SC_DLLPUBLIC SCROW LastVisibleRow(SCROW nStartRow, SCROW nEndRow, SCTAB nTab);

Completed in 77 milliseconds