Home
last modified time | relevance | path

Searched refs:widgetValue (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp2867 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in SetValue() local
2869 widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture); in SetValue()
2871 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNewText, in SetValue()
2873 wsNewText = widgetValue.GetValue(); in SetValue()
2905 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetPictureContent() local
2920 FX_DWORD dwType = widgetValue.GetType(); in GetPictureContent()
2960 FX_DWORD dwType = widgetValue.GetType(); in GetPictureContent()
3148 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetValue() local
3150 switch (widgetValue.GetType()) { in GetValue()
3174 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType); in GetValue()
[all …]
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftextedit.cpp499 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(m_pDataAcc); in OnValidate() local
500 widgetValue.GetNumbericFormat(wsFormat, iLeads, iFracs); in OnValidate()
501 return widgetValue.ValidateNumericTemp(wsText, wsFormat, in OnValidate()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp2019 CXFA_LocaleValue widgetValue( in Local2IsoDate() local
2023 CFX_Unitime dt = widgetValue.GetDate(); in Local2IsoDate()
2061 CXFA_LocaleValue widgetValue( in Local2IsoTime() local
2065 CFX_Unitime utime = widgetValue.GetTime(); in Local2IsoTime()
2102 CXFA_LocaleValue widgetValue( in IsoDate2Local() local
2107 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoDate2Local()
2146 CXFA_LocaleValue widgetValue( in IsoTime2Local() local
2151 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoTime2Local()
2190 CXFA_LocaleValue widgetValue( in GetGMTTime() local
2195 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in GetGMTTime()