Lines Matching refs:FromASCII
182 ThrowException(WideString::FromASCII("The element [") + obj + in ThrowTooManyOccurancesException()
183 WideString::FromASCII( in ThrowTooManyOccurancesException()
188 ThrowException(WideString::FromASCII("Invalid property set operation.")); in ThrowInvalidPropertyException()
192 ThrowException(WideString::FromASCII("Index value is out of bounds.")); in ThrowIndexOutOfBoundsException()
198 WideString::FromASCII("Incorrect number of parameters calling method '") + in ThrowParamCountMismatchException()
199 method + WideString::FromASCII("'.")); in ThrowParamCountMismatchException()
203 ThrowException(WideString::FromASCII( in ThrowArgumentMismatchException()
280 return WideString::FromASCII(XFA_AttributeValueToName(*value)); in TryAttribute()
337 elem->SetAttribute(WideString::FromASCII(XFA_AttributeToName(eAttr)), in SetBoolean()
349 elem->SetAttribute(WideString::FromASCII(XFA_AttributeToName(eAttr)), in SetInteger()
387 elem->SetAttribute(WideString::FromASCII(XFA_AttributeToName(eAttr)), in SetEnum()
388 WideString::FromASCII(XFA_AttributeValueToName(eValue))); in SetEnum()
472 WideString wsAttrName = WideString::FromASCII(XFA_AttributeToName(eAttr)); in SetCData()