Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx333 ScMatrix::GetElementsMax() ) in CreateMatrixFromDoubleRef()
630 if ( nDim * nDim > ScMatrix::GetElementsMax() || nDim == 0) in ScEMat()
832 if ( nC != nR || nC == 0 || (sal_uLong) nC * nC > ScMatrix::GetElementsMax() ) in ScMatDet()
879 if ( nC != nR || nC == 0 || (sal_uLong) nC * nC > ScMatrix::GetElementsMax() ) in ScMatInv()
H A Dscmatrix.cxx48 if ( !nCount || nCount > GetElementsMax() ) in CreateMatrix()
/trunk/main/sc/inc/
H A Dscmatrix.hxx120 inline static size_t GetElementsMax() in GetElementsMax() function in ScMatrix

Completed in 33 milliseconds