Searched refs:pTempMat (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/sc/source/core/tool/ |
| H A D | interpr1.cxx | 5881 ScMatrixRef pTempMat(new ScMatrix(1, nR)); in ScLookup() local 5884 pTempMat->PutDouble(pDataMat->GetDouble(0, i), 0, i); in ScLookup() 5886 pTempMat->PutString(pDataMat->GetString(0, i), 0, i); in ScLookup() 5887 pDataMat2 = pTempMat; in ScLookup() 5891 ScMatrixRef pTempMat(new ScMatrix(nC, 1)); in ScLookup() local 5894 pTempMat->PutDouble(pDataMat->GetDouble(i, 0), i, 0); in ScLookup() 5896 pTempMat->PutString(pDataMat->GetString(i, 0), i, 0); in ScLookup() 5897 pDataMat2 = pTempMat; in ScLookup()
|