Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx2129 long nDecreaseColCount = 0; in DeleteCells() local
2142 nDecreaseColCount = nEndCol-nStartCol+1; in DeleteCells()
2144 nDecreaseColCount = aRange.aEnd.Col()-nStartCol+1; in DeleteCells()
2146 nDecreaseColCount = aRange.aEnd.Col()-nEndCol+1; in DeleteCells()
2157 aRange.aEnd.SetCol(static_cast<SCsCOL>( aRange.aEnd.Col()-nDecreaseColCount)); in DeleteCells()

Completed in 32 milliseconds