Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dscmatrix.cxx74 ScMatrix* pScMat = new ScMatrix( nColCount, nRowCount); in Clone() local
75 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() local
94 MatCopy(*pScMat); in CloneAndExtend()
95 pScMat->SetErrorInterpreter( pErrorInterpreter); in CloneAndExtend()
96 return pScMat; in CloneAndExtend()

Completed in 15 milliseconds