Searched refs:widgetValue (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffnumericedit.cpp | 86 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/ |
D | cxfa_node.cpp | 4661 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/ |
D | cfxjse_formcalc_context.cpp | 2501 CXFA_LocaleValue widgetValue(XFA_VT_TIME, WideString::FromUTF8(bsTime), pMgr); in IsoTime2Local() local 2503 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoTime2Local()
|