Searched refs:GetElementsMax (Results 1 – 3 of 3) sorted by relevance
120 inline static size_t GetElementsMax() in GetElementsMax() function in ScMatrix
334 ScMatrix::GetElementsMax() ) in CreateMatrixFromDoubleRef()631 if ( nDim * nDim > ScMatrix::GetElementsMax() || nDim == 0) in ScEMat()833 if ( nC != nR || nC == 0 || (sal_uLong) nC * nC > ScMatrix::GetElementsMax() ) in ScMatDet()880 if ( nC != nR || nC == 0 || (sal_uLong) nC * nC > ScMatrix::GetElementsMax() ) in ScMatInv()
48 if ( !nCount || nCount > GetElementsMax() ) in CreateMatrix()
Completed in 2939 milliseconds