Lines Matching refs:widgetValue
4661 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in SetValue() local
4663 widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture); in SetValue()
4665 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNewText, in SetValue()
4667 wsNewText = widgetValue.GetValue(); in SetValue()
4689 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetPictureContent() local
4707 uint32_t dwType = widgetValue.GetType(); in GetPictureContent()
4739 uint32_t dwType = widgetValue.GetType(); in GetPictureContent()
4802 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetValue() local
4804 switch (widgetValue.GetType()) { in GetValue()
4826 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType); in GetValue()
4841 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetNormalizeDataValue() local
4842 if (widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture)) { in GetNormalizeDataValue()
4843 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsValue, wsPicture, in GetNormalizeDataValue()
4845 return widgetValue.GetValue(); in GetNormalizeDataValue()
4899 CXFA_LocaleValue widgetValue(iVTType, wsValue, pLocaleMgr); in GetFormatDataValue() local
4900 switch (widgetValue.GetType()) { in GetFormatDataValue()
4926 widgetValue.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()