Searched refs:aConstrIter (Results 1 – 1 of 1) sorted by relevance
874 for ( std::vector<ScOptConditionRow>::const_iterator aConstrIter = maConditions.begin(); in CallSolver() local875 aConstrIter != maConditions.end(); ++aConstrIter ) in CallSolver()877 if ( aConstrIter->aLeftStr.Len() ) in CallSolver()881 … aConstraint.Operator = static_cast<sheet::SolverConstraintOperator>(aConstrIter->nOperator); in CallSolver()884 if ( !ParseRef( aLeftRange, aConstrIter->aLeftStr, true ) ) in CallSolver()892 if ( ParseRef( aRightRange, aConstrIter->aRightStr, true ) ) in CallSolver()910 … if ( mpDoc->GetFormatTable()->IsNumberFormat( aConstrIter->aRightStr, nFormat, fValue ) ) in CallSolver()
Completed in 13 milliseconds