Searched refs:widgetValue (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_widgetdata.cpp | 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() [all …]
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_fftextedit.cpp | 430 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(m_pDataAcc); in OnValidate() local 431 widgetValue.GetNumbericFormat(wsFormat, iLeads, iFracs); in OnValidate() 432 return widgetValue.ValidateNumericTemp(wsText, wsFormat, in OnValidate()
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_fm2jscontext.cpp | 1949 CXFA_LocaleValue widgetValue(XFA_VT_DATE, CFX_WideString::FromUTF8(szDate), in Local2IsoDate() local 1951 CFX_Unitime dt = widgetValue.GetDate(); in Local2IsoDate() 1987 CXFA_LocaleValue widgetValue(XFA_VT_TIME, CFX_WideString::FromUTF8(szTime), in Local2IsoTime() local 1989 CFX_Unitime utime = widgetValue.GetTime(); in Local2IsoTime() 2024 CXFA_LocaleValue widgetValue(XFA_VT_DATE, CFX_WideString::FromUTF8(szDate), in IsoDate2Local() local 2027 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoDate2Local() 2063 CXFA_LocaleValue widgetValue(XFA_VT_TIME, CFX_WideString::FromUTF8(szTime), in IsoTime2Local() local 2066 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoTime2Local() 2102 CXFA_LocaleValue widgetValue(XFA_VT_TIME, CFX_WideString::FromUTF8(szTime), in GetGMTTime() local 2105 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in GetGMTTime()
|