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.cxx5639 SCROW nRow1 = 0, nRow2 = 0, nResRow1 = 0, nResRow2 = 0; in ScLookup() local
5658 PopDoubleRef(nResCol1, nResRow1, nResTab, in ScLookup()
5661 ((nResRow2 - nResRow1) > 0 && (nResCol2 - nResCol1) > 0)) in ScLookup()
5838 aResAdr.Set( nResCol1, nResRow1, nResTab); in ScLookup()
5992 bool bResVertical = (nResRow2 - nResRow1) > 0; in ScLookup()
5995 SCROW nTempRow = static_cast<SCROW>(nResRow1 + nDelta); in ScLookup()
6013 aAdr.SetRow(nResRow1); in ScLookup()
6087 bool bResVertical = (nResRow2 - nResRow1) > 0; in ScLookup()
6090 SCROW nTempRow = static_cast<SCROW>(nResRow1 + nDelta); in ScLookup()
6108 aAdr.SetRow(nResRow1); in ScLookup()

Completed in 48 milliseconds