Home
last modified time | relevance | path

Searched refs:nColDiff (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.cxx190 SCsCOL nColDiff = (SCsCOL)maRange.aStart.Col(); in WriteToDocument() local
199 aNewRange.Move( nColDiff, nRowDiff, nTabDiff ); in WriteToDocument()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx4894 SCsCOL nColDiff = nCol3 - nCol1; in IterateParametersIf() local
4915 SCSIZE nC = nCol + nColDiff; in IterateParametersIf()
4941 aAdr.SetCol( nCol + nColDiff); in IterateParametersIf()
4972 SCSIZE nC = aCellIter.GetCol() + nColDiff; in IterateParametersIf()
4992 aAdr.SetCol( aCellIter.GetCol() + nColDiff); in IterateParametersIf()
5420 SCsCOL nColDiff = -nCol1; in IterateParametersIfs() local
5439 SCSIZE nC = nCol + nColDiff; in IterateParametersIfs()
5455 SCSIZE nC = aCellIter.GetCol() + nColDiff; in IterateParametersIfs()

Completed in 41 milliseconds