Home
last modified time | relevance | path

Searched refs:GetLastDataPos (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/inc/
H A Dcolumn.hxx159 SCROW GetLastDataPos() const;
H A Dtable.hxx347 void GetLastDataPos(SCCOL& rCol, SCROW& rRow) const;
/trunk/main/sc/source/core/data/
H A Dtable6.cxx255 GetLastDataPos(nLastCol, nLastRow); in Search()
H A Dtable2.cxx1183 void ScTable::GetLastDataPos(SCCOL& rCol, SCROW& rRow) const in GetLastDataPos() function in ScTable
1191 rRow = ::std::max( rRow, aCol[nCol--].GetLastDataPos()); in GetLastDataPos()
H A Dcolumn2.cxx1401 SCROW ScColumn::GetLastDataPos() const in GetLastDataPos() function in ScColumn
H A Dtable3.cxx526 nLastRow = Max(nLastRow, aCol[nCol].GetLastDataPos()); in Sort()
H A Ddocument.cxx682 pTab[nTab]->GetLastDataPos(nCol2, nRow2); in ShrinkToDataArea()

Completed in 87 milliseconds