Lines Matching refs:GetRecursionHelper
1213 if (!IsDirtyOrInTableOpDirty() || pDocument->GetRecursionHelper().IsInReturn()) in Interpret()
1249 if (!pDocument->GetRecursionHelper().IsDoingIteration() || in Interpret()
1252 (pDocument->GetRecursionHelper().GetIteration() ? "blue" : in Interpret()
1266 if (!pDocument->GetRecursionHelper().IsDoingIteration() || in Interpret()
1267 !pDocument->GetRecursionHelper().GetRecursionInIterationStack().top()->bIsIterCell) in Interpret()
1268 pDocument->GetRecursionHelper().SetInIterationReturn( true); in Interpret()
1275 if (pDocument->GetRecursionHelper().GetIteration() && nSeenInIteration == in Interpret()
1276 pDocument->GetRecursionHelper().GetIteration()) in Interpret()
1279 erDEBUGDOT_OUT( pDocument->GetRecursionHelper().GetIteration() ? "magenta" : ""); in Interpret()
1281 ScRecursionHelper& rRecursionHelper = pDocument->GetRecursionHelper(); in Interpret()
1499 } aRecursionCounter( pDocument->GetRecursionHelper(), this); in InterpretTail()
1500 nSeenInIteration = pDocument->GetRecursionHelper().GetIteration(); in InterpretTail()
1559 … if (pDocument->GetRecursionHelper().IsInReturn() && eTailParam != SCITP_CLOSE_ITERATION_CIRCLE) in InterpretTail()