Searched refs:GetRowByColEntryIndex (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | dociter.cxx | 504 SCROW ScDBQueryDataIterator::GetRowByColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCCOL nCol, SCSIZE… in GetRowByColEntryIndex() function in ScDBQueryDataIterator 579 SCROW nThisRow = ScDBQueryDataIterator::GetRowByColEntryIndex(*mpDoc, nTab, nCol, nColRow); in getCurrent() 581 nThisRow = ScDBQueryDataIterator::GetRowByColEntryIndex(*mpDoc, nTab, nCol, ++nColRow); in getCurrent()
|
/trunk/main/sc/inc/ |
H A D | dociter.hxx | 144 …static SCROW GetRowByColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCCOL nCol, SCSIZE nColRow…
|
Completed in 24 milliseconds