Home
last modified time | relevance | path

Searched refs:GetElementsMax (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sc/inc/
H A Dscmatrix.hxx120 inline static size_t GetElementsMax() in GetElementsMax() function in ScMatrix
/aoo41x/main/sc/source/core/tool/
H A Dinterpr5.cxx334 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()
H A Dscmatrix.cxx48 if ( !nCount || nCount > GetElementsMax() ) in CreateMatrix()

Completed in 2939 milliseconds