Lines Matching refs:nThisCol
350 SCCOL nThisCol = nCol1 - 1; in CreateMatrixFromDoubleRef() local
356 nThisCol = aCellIter.GetCol(); in CreateMatrixFromDoubleRef()
358 if (nThisCol != nNextCol || nThisRow != nNextRow) in CreateMatrixFromDoubleRef()
361 for ( ; nNextCol <= nThisCol; ++nNextCol) in CreateMatrixFromDoubleRef()
364 SCSIZE nMatStopRow = ((nNextCol < nThisCol) ? in CreateMatrixFromDoubleRef()
376 nNextCol = nThisCol + 1; in CreateMatrixFromDoubleRef()
381 nNextCol = nThisCol; in CreateMatrixFromDoubleRef()
386 pMat->PutEmpty( static_cast<SCSIZE>(nThisCol-nCol1), in CreateMatrixFromDoubleRef()
391 ScAddress aAdr( nThisCol, nThisRow, nTab1); in CreateMatrixFromDoubleRef()
399 static_cast<SCSIZE>(nThisCol-nCol1), in CreateMatrixFromDoubleRef()
411 static_cast<SCSIZE>(nThisCol-nCol1), in CreateMatrixFromDoubleRef()
416 static_cast<SCSIZE>(nThisCol-nCol1), in CreateMatrixFromDoubleRef()
421 if (nThisCol != nCol2 || nThisRow != nRow2) in CreateMatrixFromDoubleRef()