Lines Matching refs:CXFA_LocaleValue
2372 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in SetValue()
2376 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNewText, in SetValue()
2404 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetPictureContent()
2519 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetValue()
2525 CXFA_LocaleValue date(XFA_VT_DATE, wsDate, pLocalMgr); in GetValue()
2534 CXFA_LocaleValue time(XFA_VT_TIME, wsTime, pLocalMgr); in GetValue()
2559 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetNormalizeDataValue()
2561 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsValue, wsPicture, in GetNormalizeDataValue()
2619 CXFA_LocaleValue widgetValue(iVTType, wsValue, pLocalMgr); in GetFormatDataValue()
2624 CXFA_LocaleValue date(XFA_VT_DATE, wsDate, pLocalMgr); in GetFormatDataValue()
2635 CXFA_LocaleValue time(XFA_VT_TIME, wsTime, pLocalMgr); in GetFormatDataValue()