Searched refs:pScMat (Results 1 – 1 of 1) sorted by relevance
74 ScMatrix* pScMat = new ScMatrix( nColCount, nRowCount); in Clone() local75 MatCopy(*pScMat); in Clone()76 pScMat->SetErrorInterpreter( pErrorInterpreter); // TODO: really? in Clone()77 return pScMat; in Clone()93 ScMatrix* pScMat = new ScMatrix( nNewCols, nNewRows); in CloneAndExtend() local94 MatCopy(*pScMat); in CloneAndExtend()95 pScMat->SetErrorInterpreter( pErrorInterpreter); in CloneAndExtend()96 return pScMat; in CloneAndExtend()
Completed in 13 milliseconds