Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx5637 SCROW nRow1 = 0, nRow2 = 0, nResRow1 = 0, nResRow2 = 0; in ScLookup() local
5656 PopDoubleRef(nResCol1, nResRow1, nResTab, in ScLookup()
5659 ((nResRow2 - nResRow1) > 0 && (nResCol2 - nResCol1) > 0)) in ScLookup()
5836 aResAdr.Set( nResCol1, nResRow1, nResTab); in ScLookup()
5990 bool bResVertical = (nResRow2 - nResRow1) > 0; in ScLookup()
5993 SCROW nTempRow = static_cast<SCROW>(nResRow1 + nDelta); in ScLookup()
6011 aAdr.SetRow(nResRow1); in ScLookup()
6085 bool bResVertical = (nResRow2 - nResRow1) > 0; in ScLookup()
6088 SCROW nTempRow = static_cast<SCROW>(nResRow1 + nDelta); in ScLookup()
6106 aAdr.SetRow(nResRow1); in ScLookup()