Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffnumericedit.cpp86 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(m_pNode.Get()); in OnValidate() local
87 widgetValue.GetNumericFormat(wsFormat, m_pNode->GetLeadDigits(), in OnValidate()
89 return widgetValue.ValidateNumericTemp(wsText, wsFormat, in OnValidate()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp4661 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in SetValue() local
4663 widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture); in SetValue()
4665 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNewText, in SetValue()
4667 wsNewText = widgetValue.GetValue(); in SetValue()
4689 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetPictureContent() local
4707 uint32_t dwType = widgetValue.GetType(); in GetPictureContent()
4739 uint32_t dwType = widgetValue.GetType(); in GetPictureContent()
4802 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetValue() local
4804 switch (widgetValue.GetType()) { in GetValue()
4826 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType); in GetValue()
[all …]
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp2501 CXFA_LocaleValue widgetValue(XFA_VT_TIME, WideString::FromUTF8(bsTime), pMgr); in IsoTime2Local() local
2503 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoTime2Local()