Searched refs:widgetValue (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffnumericedit.cpp | 85 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(m_pNode.Get()); in OnValidate() local 86 widgetValue.GetNumericFormat(wsFormat, in OnValidate() 89 return widgetValue.ValidateNumericTemp(wsText, wsFormat, in OnValidate()
|
D | cxfa_widgetacc.cpp | 2372 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in SetValue() local 2374 widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture); in SetValue() 2376 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNewText, in SetValue() 2378 wsNewText = widgetValue.GetValue(); in SetValue() 2404 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetPictureContent() local 2422 uint32_t dwType = widgetValue.GetType(); in GetPictureContent() 2454 uint32_t dwType = widgetValue.GetType(); in GetPictureContent() 2519 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetValue() local 2521 switch (widgetValue.GetType()) { in GetValue() 2543 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType); in GetValue() [all …]
|
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 2053 CXFA_LocaleValue widgetValue(XFA_VT_TIME, WideString::FromUTF8(szTime), pMgr); in IsoTime2Local() local 2055 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoTime2Local()
|