Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dclipparam.cxx169 SCROW nRowDelta = p->aStart.Row() - nRowOrigin; in transpose() local
174 nCol1 += static_cast<SCCOL>(nRowDelta); in transpose()
175 nCol2 += static_cast<SCCOL>(nRowDelta); in transpose()
/trunk/main/sc/source/ui/view/
H A Dviewfun3.cxx442 SCROW nRowDelta = p->aStart.Row() - nPrevRow; in CopyToClip() local
444 … if ((nColDelta && nRowDelta) || (nPrevColDelta && nRowDelta) || (nPrevRowDelta && nColDelta)) in CopyToClip()
454 if (nRowDelta) in CopyToClip()
478 nPrevRowDelta = nRowDelta; in CopyToClip()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx4831 SCROW nRowDelta = nRow2 - nRow1; in IterateParametersIf() local
4852 if (nRow3 + nRowDelta > nMaxRow) in IterateParametersIf()

Completed in 73 milliseconds