Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dinterpr5.cxx2221 bool ScInterpreter::CheckMatrix(bool _bLOG, sal_uInt8& nCase, SCSIZE& nCX, in CheckMatrix() argument
2226 nCX = 0; in CheckMatrix()
2262 pMatX->GetDimensions(nCX, nRX); in CheckMatrix()
2263 const SCSIZE nCountX = nCX * nRX; in CheckMatrix()
2270 if (nCX == nCY && nRX == nRY) in CheckMatrix()
2292 M = nCX; in CheckMatrix()
2295 else if (nCX != nCY) in CheckMatrix()
2310 nCX = nCY; in CheckMatrix()
2399 SCSIZE nCX, nCY; // number of columns in CalulateRGPRKP() local
2402 if ( !CheckMatrix(_bRKP,nCase,nCX,nCY,nRX,nRY,K,N,pMatX,pMatY) ) in CalulateRGPRKP()
[all …]
/AOO41X/main/sc/source/core/inc/
H A Dinterpre.hxx705 bool CheckMatrix(bool _bLOG,sal_uInt8& nCase,SCSIZE& nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE…