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()
341 SCSIZE nMatRows = static_cast<SCSIZE>(nRow2 - nRow1 + 1); in CreateMatrixFromDoubleRef() local342 pMat = GetNewMat( nMatCols, nMatRows); in CreateMatrixFromDoubleRef()365 nMatRows : nThisRow - nRow1); in CreateMatrixFromDoubleRef()426 for (SCSIZE nR = nNextRow - nRow1; nR < nMatRows; ++nR) in CreateMatrixFromDoubleRef()
Completed in 26 milliseconds