Searched refs:nCY (Results 1 – 2 of 2) sorted by relevance
2226 nCY = 0; in CheckMatrix()2231 pMatY->GetDimensions(nCY, nRY); in CheckMatrix()2232 const SCSIZE nCountY = nCY * nRY; in CheckMatrix()2269 if (nCX == nCY && nRX == nRY) in CheckMatrix()2275 else if (nCY != 1 && nRY != 1) in CheckMatrix()2280 else if (nCY == 1) in CheckMatrix()2294 else if (nCX != nCY) in CheckMatrix()2302 N = nCY; in CheckMatrix()2308 pMatX = GetNewMat(nCY, nRY); in CheckMatrix()2309 nCX = nCY; in CheckMatrix()[all …]
727 bool CheckMatrix(bool _bLOG,sal_uInt8& nCase,SCSIZE& nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE…
Completed in 21 milliseconds