Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dscmatrix.cxx551 SCSIZE nResStart = i * mRes.nRowCount; in MatCopy() local
555 mRes.PutStringEntry( pMat[nStart+j].pS, nType, nResStart+j ); in MatCopy()
558 mRes.pMat[nResStart+j].fVal = pMat[nStart+j].fVal; in MatCopy()
559 mRes.mnValType[nResStart+j] = nType; in MatCopy()
570 SCSIZE nResStart = i * mRes.nRowCount; in MatCopy() local
572 mRes.pMat[nResStart+j].fVal = pMat[nStart+j].fVal; in MatCopy()

Completed in 10 milliseconds