Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/tool/
H A Dinterpr1.cxx7027 long nColNew = -1, nRowNew = -1, nColPlus, nRowPlus; in ScOffset() local
7029 nColNew = (long) ::rtl::math::approxFloor(GetDouble()); in ScOffset()
7040 if (nColNew == 0 || nRowNew == 0) in ScOffset()
7063 if (nParamCount == 3 || (nColNew < 0 && nRowNew < 0)) in ScOffset()
7085 if (nColNew < 0) in ScOffset()
7086 nColNew = 1; in ScOffset()
7091 nCol2 = (SCCOL)((long)nCol1+nColNew-1); in ScOffset()
7136 if (nColNew < 0) in ScOffset()
7137 nColNew = nCol2 - nCol1 + 1; in ScOffset()
7142 nCol2 = (SCCOL)((long)nCol1+nColNew-1); in ScOffset()

Completed in 119 milliseconds