Home
last modified time | relevance | path

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

/aoo42x/main/formula/inc/formula/
H A Derrorcodes.hxx35 const sal_uInt16 errIllegalFPOperation = 503; // #NUM! variable
105 return errIllegalFPOperation; // normal INF in GetDoubleErrorValue()
/aoo42x/main/sc/source/filter/excel/
H A Dxltools.cxx220 case errIllegalFPOperation: return EXC_ERR_NUM; // maybe DIV/0 or NUM... in GetXclErrorCode()
249 case EXC_ERR_NUM: return errIllegalFPOperation; in GetScErrorCode()
H A Dexcform.cxx1730 case xlErrNum: eOc = ocStop; nError = errIllegalFPOperation; break; in GetBoolErr()
/aoo42x/main/sc/source/core/data/
H A Dglobal.cxx404 case errIllegalFPOperation : nErrNumber = STR_NUM_ERROR; break; in GetErrorString()
430 case errIllegalFPOperation: in GetLongErrorString()
H A Dcell.cxx1082 aResult.SetResultError( errIllegalFPOperation ); in CalcAfterLoad()
/aoo42x/main/sc/source/core/tool/
H A Dinterpr3.cxx617 SetError(errIllegalFPOperation); in GetGamma()
632 SetError( errIllegalFPOperation); in GetGamma()
646 SetError(errIllegalFPOperation); in GetGamma()
H A Daddincol.cxx1573 nErrCode = errIllegalFPOperation; in ExecuteCallWithArgs()

Completed in 87 milliseconds