Searched refs:nCX (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 2225 nCX = 0; in CheckMatrix() 2261 pMatX->GetDimensions(nCX, nRX); in CheckMatrix() 2262 const SCSIZE nCountX = nCX * nRX; in CheckMatrix() 2269 if (nCX == nCY && nRX == nRY) in CheckMatrix() 2291 M = nCX; in CheckMatrix() 2294 else if (nCX != nCY) in CheckMatrix() 2309 nCX = nCY; in CheckMatrix() 2398 SCSIZE nCX, nCY; // number of columns in CalulateRGPRKP() local 2401 if ( !CheckMatrix(_bRKP,nCase,nCX,nCY,nRX,nRY,K,N,pMatX,pMatY) ) in CalulateRGPRKP() 2931 SCSIZE nCX, nCY; // number of columns in CalculateTrendGrowth() local [all …]
|
/aoo42x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 727 bool CheckMatrix(bool _bLOG,sal_uInt8& nCase,SCSIZE& nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE…
|
Completed in 92 milliseconds