Searched refs:nMatRows (Results 1 – 2 of 2) sorted by relevance
230 SCROW nMatRows; in SearchCell() local231 ((ScFormulaCell*)pCell)->GetMatColsRows( nMatCols, nMatRows ); in SearchCell()232 pFCell->SetMatColsRows( nMatCols, nMatRows ); in SearchCell()
342 SCSIZE nMatRows = static_cast<SCSIZE>(nRow2 - nRow1 + 1); in CreateMatrixFromDoubleRef() local343 pMat = GetNewMat( nMatCols, nMatRows); in CreateMatrixFromDoubleRef()366 nMatRows : nThisRow - nRow1); in CreateMatrixFromDoubleRef()427 for (SCSIZE nR = nNextRow - nRow1; nR < nMatRows; ++nR) in CreateMatrixFromDoubleRef()
Completed in 34 milliseconds