Searched refs:nCX (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 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() 2932 SCSIZE nCX, nCY; // number of columns in CalculateTrendGrowth() local [all …]
|
/aoo4110/main/sc/source/core/inc/ |
H A D | interpre.hxx | 705 bool CheckMatrix(bool _bLOG,sal_uInt8& nCase,SCSIZE& nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE…
|
Completed in 21 milliseconds