Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx1088 SCCOL nLastOtherCol = static_cast<SCCOL>(nOtherEndCol + 1); in CompareDocument() local
1094 if ( ValidCol(nOtherCol) && nOtherCol+1 < nLastOtherCol ) in CompareDocument()
1098 nLastOtherCol-1, MAXROW, nOtherTab ); in CompareDocument()
1110 ScRange aRange( nLastOtherCol, 0, nOtherTab, in CompareDocument()
1111 nLastOtherCol+nDiff, MAXROW, nOtherTab ); in CompareDocument()
1116 nLastOtherCol = nOtherCol; in CompareDocument()
1118 if ( nLastOtherCol > 0 ) // ganz oben geloescht in CompareDocument()
1121 nLastOtherCol-1, MAXROW, nOtherTab ); in CompareDocument()

Completed in 18 milliseconds