Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx233 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()
/trunk/main/sc/source/filter/html/
H A Dhtmlimp.cxx191 SCsROW nRowDiff = (SCsROW)maRange.aStart.Row(); in WriteToDocument() local
199 aNewRange.Move( nColDiff, nRowDiff, nTabDiff ); in WriteToDocument()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx4895 SCsROW nRowDiff = nRow3 - nRow1; in IterateParametersIf() local
4916 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() local
5440 SCSIZE nR = nRow + nRowDiff; in IterateParametersIfs()
5456 SCSIZE nR = aCellIter.GetRow() + nRowDiff; in IterateParametersIfs()

Completed in 55 milliseconds