Searched refs:GetLastDataPos (Results 1 – 7 of 7) sorted by relevance
159 SCROW GetLastDataPos() const;
347 void GetLastDataPos(SCCOL& rCol, SCROW& rRow) const;
255 GetLastDataPos(nLastCol, nLastRow); in Search()
1183 void ScTable::GetLastDataPos(SCCOL& rCol, SCROW& rRow) const in GetLastDataPos() function in ScTable1191 rRow = ::std::max( rRow, aCol[nCol--].GetLastDataPos()); in GetLastDataPos()
1401 SCROW ScColumn::GetLastDataPos() const in GetLastDataPos() function in ScColumn
526 nLastRow = Max(nLastRow, aCol[nCol].GetLastDataPos()); in Sort()
682 pTab[nTab]->GetLastDataPos(nCol2, nRow2); in ShrinkToDataArea()
Completed in 55 milliseconds