Home
last modified time | relevance | path

Searched refs:errStackOverflow (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/formula/inc/formula/
H A Derrorcodes.hxx46 const sal_uInt16 errStackOverflow = 514; variable
/AOO41X/main/formula/source/core/api/
H A DFormulaCompiler.cxx786 SetError( errStackOverflow ); in GetToken()
1327 SetError( errStackOverflow ); in Expression()
/AOO41X/main/sc/source/core/tool/
H A Dinterpr4.cxx854 SetError( errStackOverflow ); in PushWithoutError()
872 SetError( errStackOverflow ); in Push()
896 SetError( errStackOverflow ); in PushTempToken()
930 SetError( errStackOverflow ); in PushTempTokenWithoutError()
H A Dinterpr5.cxx316 SetError( errStackOverflow); in GetNewMat()
335 SetError(errStackOverflow); in CreateMatrixFromDoubleRef()
2998 PushError(errStackOverflow); in CalculateTrendGrowth()
H A Dscmatrix.cxx53 pMat[0].fVal = CreateDoubleError( errStackOverflow); in CreateMatrix()
H A Dinterpr3.cxx3499 SetError( errStackOverflow); in GetSortArray()
/AOO41X/main/sc/source/core/data/
H A Dglobal.cxx459 case errStackOverflow: in GetLongErrorString()