Searched refs:nRowDiff (Results 1 – 3 of 3) sorted by relevance
233 inline void Move( SCsCOL nColDiff, SCsROW nRowDiff ) in Move()234 { mnCol = mnCol + nColDiff; mnRow = mnRow + nRowDiff; } in Move()265 inline void Expand( SCsCOL nColDiff, SCsROW nRowDiff ) in Expand()266 { mnCols = mnCols + nColDiff; mnRows = mnRows + nRowDiff; } in Expand()
191 SCsROW nRowDiff = (SCsROW)maRange.aStart.Row(); in WriteToDocument() local199 aNewRange.Move( nColDiff, nRowDiff, nTabDiff ); in WriteToDocument()
4758 SCsROW nRowDiff = nRow3 - nRow1; in IterateParametersIf() local4779 SCSIZE nR = nRow + nRowDiff; in IterateParametersIf()4805 aAdr.SetRow( nRow + nRowDiff); in IterateParametersIf()4836 SCSIZE nR = aCellIter.GetRow() + nRowDiff; in IterateParametersIf()4856 aAdr.SetRow( aCellIter.GetRow() + nRowDiff); in IterateParametersIf()5284 SCsROW nRowDiff = -nRow1; in IterateParametersIfs() local5303 SCSIZE nR = nRow + nRowDiff; in IterateParametersIfs()5319 SCSIZE nR = aCellIter.GetRow() + nRowDiff; in IterateParametersIfs()
Completed in 59 milliseconds