Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dtable6.cxx230 SCROW nMatRows; in SearchCell() local
231 ((ScFormulaCell*)pCell)->GetMatColsRows( nMatCols, nMatRows ); in SearchCell()
232 pFCell->SetMatColsRows( nMatCols, nMatRows ); in SearchCell()
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx341 SCSIZE nMatRows = static_cast<SCSIZE>(nRow2 - nRow1 + 1); in CreateMatrixFromDoubleRef() local
342 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 34 milliseconds