Lines Matching refs:nGlobalError

277                     while (p < pStop && !nGlobalError && eState < blank)  in ConvertStringToValue()
361 if (!nGlobalError) in ConvertStringToValue()
372 if (!nGlobalError) in ConvertStringToValue()
392 if (nGlobalError) in ConvertStringToValue()
402 sal_uInt16 nErr = nGlobalError; in GetCellValue()
403 nGlobalError = 0; in GetCellValue()
405 if ( !nGlobalError || nGlobalError == errCellNoValue ) in GetCellValue()
406 nGlobalError = nErr; in GetCellValue()
875 if (nGlobalError) in Push()
879 r.SetError( nGlobalError); in Push()
883 PushWithoutError( *(new FormulaErrorToken( nGlobalError))); in Push()
903 if (nGlobalError) in PushTempToken()
907 p->SetError( nGlobalError); in PushTempToken()
915 PushTempTokenWithoutError( new FormulaErrorToken( nGlobalError)); in PushTempToken()
1019 nGlobalError = pStack[sp]->GetError(); in PopError()
1034 nGlobalError = p->GetError(); in PopToken()
1055 nGlobalError = p->GetError(); in PopDouble()
1084 nGlobalError = p->GetError(); in PopString()
1166 nGlobalError = p->GetError(); in PopSingleRef()
1195 nGlobalError = p->GetError(); in PopSingleRef()
1250 nGlobalError = p->GetError(); in PopDoubleRef()
1286 nGlobalError = p->GetError(); in PopDoubleRef()
1333 nGlobalError = p->GetError(); in PopDoubleRef()
1383 nGlobalError = p->GetError(); in PopDoubleRef()
1591 nGlobalError = p->GetError(); in PopMatrix()
1689 nGlobalError = 0; in PushMatrix()
1698 PushTempTokenWithoutError( new FormulaErrorToken( nGlobalError)); in PushError()
1909 if ( !nGlobalError && DoubleRefToPosSingleRef( aRange, aAdr ) ) in GetDouble()
2002 if (nGlobalError == 0) in GetString()
2017 if ( !nGlobalError && DoubleRefToPosSingleRef( aRange, aAdr ) ) in GetString()
2177 for (i = nParamCount; (i > 0) && (nGlobalError == 0); i--) in ScExternal()
2257 if (nGlobalError == 0) in ScExternal()
3372 nGlobalError = 0; in Interpret()
3392 && (!nGlobalError || nErrorFunction <= nErrorFunctionCount) ) in Interpret()
3812 if (nGlobalError && eOp != ocPush && sp > nStackBase + 1) in Interpret()
3867 if ( nGlobalError ) in Interpret()
3901 nGlobalError = pCur->GetError(); in Interpret()
3919 if( !nGlobalError ) in Interpret()
3941 if ( !nGlobalError && DoubleRefToPosSingleRef( aRange, aAdr)) in Interpret()
4021 if (nGlobalError && GetStackType() != svError ) in Interpret()
4022 PushError( nGlobalError); in Interpret()