Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/tool/
H A Dinterpr1.cxx5502 SCROW nRow1 = 0, nRow2 = 0, nResRow1 = 0, nResRow2 = 0; in ScLookup() local
5521 PopDoubleRef(nResCol1, nResRow1, nResTab, in ScLookup()
5524 ((nResRow2 - nResRow1) > 0 && (nResCol2 - nResCol1) > 0)) in ScLookup()
5701 aResAdr.Set( nResCol1, nResRow1, nResTab); in ScLookup()
5855 bool bResVertical = (nResRow2 - nResRow1) > 0; in ScLookup()
5858 SCROW nTempRow = static_cast<SCROW>(nResRow1 + nDelta); in ScLookup()
5876 aAdr.SetRow(nResRow1); in ScLookup()
5950 bool bResVertical = (nResRow2 - nResRow1) > 0; in ScLookup()
5953 SCROW nTempRow = static_cast<SCROW>(nResRow1 + nDelta); in ScLookup()
5971 aAdr.SetRow(nResRow1); in ScLookup()

Completed in 46 milliseconds