Searched refs:nCY (Results 1 – 2 of 2) sorted by relevance
2227 nCY = 0; in CheckMatrix()2232 pMatY->GetDimensions(nCY, nRY); in CheckMatrix()2233 const SCSIZE nCountY = nCY * nRY; in CheckMatrix()2270 if (nCX == nCY && nRX == nRY) in CheckMatrix()2276 else if (nCY != 1 && nRY != 1) in CheckMatrix()2281 else if (nCY == 1) in CheckMatrix()2295 else if (nCX != nCY) in CheckMatrix()2303 N = nCY; in CheckMatrix()2309 pMatX = GetNewMat(nCY, nRY); in CheckMatrix()2310 nCX = nCY; in CheckMatrix()[all …]
705 bool CheckMatrix(bool _bLOG,sal_uInt8& nCase,SCSIZE& nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE…
Completed in 55 milliseconds