Lines Matching refs:widgetValue
2372 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in SetValue() local
2374 widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture); in SetValue()
2376 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNewText, in SetValue()
2378 wsNewText = widgetValue.GetValue(); in SetValue()
2404 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetPictureContent() local
2422 uint32_t dwType = widgetValue.GetType(); in GetPictureContent()
2454 uint32_t dwType = widgetValue.GetType(); in GetPictureContent()
2519 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetValue() local
2521 switch (widgetValue.GetType()) { in GetValue()
2543 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType); in GetValue()
2559 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetNormalizeDataValue() local
2560 if (widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture)) { in GetNormalizeDataValue()
2561 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsValue, wsPicture, in GetNormalizeDataValue()
2563 return widgetValue.GetValue(); in GetNormalizeDataValue()
2619 CXFA_LocaleValue widgetValue(iVTType, wsValue, pLocalMgr); in GetFormatDataValue() local
2620 switch (widgetValue.GetType()) { in GetFormatDataValue()
2646 widgetValue.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()