Searched refs:errIllegalFPOperation (Results 1 – 7 of 7) sorted by relevance
35 const sal_uInt16 errIllegalFPOperation = 503; // #NUM! variable105 return errIllegalFPOperation; // normal INF in GetDoubleErrorValue()
220 case errIllegalFPOperation: return EXC_ERR_NUM; // maybe DIV/0 or NUM... in GetXclErrorCode()249 case EXC_ERR_NUM: return errIllegalFPOperation; in GetScErrorCode()
1730 case xlErrNum: eOc = ocStop; nError = errIllegalFPOperation; break; in GetBoolErr()
404 case errIllegalFPOperation : nErrNumber = STR_NUM_ERROR; break; in GetErrorString()430 case errIllegalFPOperation: in GetLongErrorString()
1082 aResult.SetResultError( errIllegalFPOperation ); in CalcAfterLoad()
617 SetError(errIllegalFPOperation); in GetGamma()632 SetError( errIllegalFPOperation); in GetGamma()646 SetError(errIllegalFPOperation); in GetGamma()
1573 nErrCode = errIllegalFPOperation; in ExecuteCallWithArgs()
Completed in 90 milliseconds