Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr1.cxx4757 SCsCOL nColDiff = nCol3 - nCol1; in IterateParametersIf() local
4778 SCSIZE nC = nCol + nColDiff; in IterateParametersIf()
4804 aAdr.SetCol( nCol + nColDiff); in IterateParametersIf()
4835 SCSIZE nC = aCellIter.GetCol() + nColDiff; in IterateParametersIf()
4855 aAdr.SetCol( aCellIter.GetCol() + nColDiff); in IterateParametersIf()
5283 SCsCOL nColDiff = -nCol1; in IterateParametersIfs() local
5302 SCSIZE nC = nCol + nColDiff; in IterateParametersIfs()
5318 SCSIZE nC = aCellIter.GetCol() + nColDiff; in IterateParametersIfs()

Completed in 65 milliseconds