Lines Matching refs:widgetValue
1503 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in SetValue() local
1505 widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture); in SetValue()
1507 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNewText, in SetValue()
1509 wsNewText = widgetValue.GetValue(); in SetValue()
1542 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetPictureContent() local
1556 uint32_t dwType = widgetValue.GetType(); in GetPictureContent()
1596 uint32_t dwType = widgetValue.GetType(); in GetPictureContent()
1685 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetValue() local
1687 switch (widgetValue.GetType()) { in GetValue()
1709 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType); in GetValue()
1728 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetNormalizeDataValue() local
1729 if (widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture)) { in GetNormalizeDataValue()
1730 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNormalizeValue, in GetNormalizeDataValue()
1732 wsNormalizeValue = widgetValue.GetValue(); in GetNormalizeDataValue()
1790 CXFA_LocaleValue widgetValue(iVTType, wsValue, pLocalMgr); in GetFormatDataValue() local
1791 switch (widgetValue.GetType()) { in GetFormatDataValue()
1817 widgetValue.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()