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()
4895 SCsROW nRowDiff = nRow3 - nRow1; in IterateParametersIf() local4916 SCSIZE nR = nRow + nRowDiff; in IterateParametersIf()4942 aAdr.SetRow( nRow + nRowDiff); in IterateParametersIf()4973 SCSIZE nR = aCellIter.GetRow() + nRowDiff; in IterateParametersIf()4993 aAdr.SetRow( aCellIter.GetRow() + nRowDiff); in IterateParametersIf()5421 SCsROW nRowDiff = -nRow1; in IterateParametersIfs() local5440 SCSIZE nR = nRow + nRowDiff; in IterateParametersIfs()5456 SCSIZE nR = aCellIter.GetRow() + nRowDiff; in IterateParametersIfs()
Completed in 45 milliseconds