Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx2225 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 …]
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx727 bool CheckMatrix(bool _bLOG,sal_uInt8& nCase,SCSIZE& nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE…

Completed in 25 milliseconds