Lines Matching refs:CXFA_LocaleValue
2515 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(this); in ProcessFormatTestValidate()
4661 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in SetValue()
4665 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNewText, in SetValue()
4689 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetPictureContent()
4802 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetValue()
4808 CXFA_LocaleValue date(XFA_VT_DATE, wsDate, pLocaleMgr); in GetValue()
4817 CXFA_LocaleValue time(XFA_VT_TIME, wsTime, pLocaleMgr); in GetValue()
4841 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetNormalizeDataValue()
4843 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsValue, wsPicture, in GetNormalizeDataValue()
4899 CXFA_LocaleValue widgetValue(iVTType, wsValue, pLocaleMgr); in GetFormatDataValue()
4904 CXFA_LocaleValue date(XFA_VT_DATE, wsDate, pLocaleMgr); in GetFormatDataValue()
4915 CXFA_LocaleValue time(XFA_VT_TIME, wsTime, pLocaleMgr); in GetFormatDataValue()