Searched refs:strExpression (Results 1 – 2 of 2) sorted by relevance
1052 CMIUtilString strExpression; in GetRestOfExpressionNotSurroundedInQuotes() local1067 strExpression += " "; in GetRestOfExpressionNotSurroundedInQuotes()1068 strExpression += rPartExpr; in GetRestOfExpressionNotSurroundedInQuotes()1073 strExpression = strExpression.Trim(); in GetRestOfExpressionNotSurroundedInQuotes()1077 return strExpression; in GetRestOfExpressionNotSurroundedInQuotes()
708 CMIUtilString strExpression(rExpression.Trim()); in Execute() local709 strExpression = strExpression.Trim('"'); in Execute()711 m_bOk = rValue.SetValueFromCString(strExpression.c_str()); in Execute()