Home
last modified time | relevance | path

Searched refs:XFA_VALUEPICTURE_Display (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffdatetimeedit.cpp58 WideString wsText = m_pNode->GetValue(XFA_VALUEPICTURE_Display); in LoadWidget()
158 XFA_VALUEPICTURE eType = XFA_VALUEPICTURE_Display; in UpdateFWLData()
Dcxfa_ffpasswordedit.cpp39 pWidget->SetText(m_pNode->GetValue(XFA_VALUEPICTURE_Display)); in LoadWidget()
Dcxfa_ffnumericedit.cpp40 pWidget->SetText(m_pNode->GetValue(XFA_VALUEPICTURE_Display)); in LoadWidget()
Dcxfa_fftextedit.cpp61 pFWLEdit->SetText(m_pNode->GetValue(XFA_VALUEPICTURE_Display)); in LoadWidget()
286 XFA_VALUEPICTURE eType = XFA_VALUEPICTURE_Display; in UpdateFWLData()
Dcxfa_textprovider.cpp160 return pIDNode->GetValue(XFA_VALUEPICTURE_Display); in GetEmbeddedObj()
Dcxfa_ffbarcode.cpp155 pFWLBarcode->SetText(m_pNode->GetValue(XFA_VALUEPICTURE_Display)); in LoadWidget()
/external/pdfium/fxjs/xfa/
Dcjx_field.cpp331 node->SetValue(XFA_VALUEPICTURE_Display, pValue->ToWideString()); in formattedValue()
335 node->GetValue(XFA_VALUEPICTURE_Display).ToUTF8().AsStringView()); in formattedValue()
Dcfxjse_formcalc_context.cpp2481 .FormatPatterns(wsRet, wsFormat, pLocale, XFA_VALUEPICTURE_Display); in IsoDate2Local()
2504 XFA_VALUEPICTURE_Display); in IsoTime2Local()
3728 XFA_VALUEPICTURE_Display)) { in Format()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h60 XFA_VALUEPICTURE_Display, enumerator
Dcxfa_localevalue.cpp316 eValueType != XFA_VALUEPICTURE_Display)) { in FormatSinglePattern()
Dcxfa_node.cpp3253 WideString wsText = GetValue(XFA_VALUEPICTURE_Display); in CalculateTextContentSize()
3629 if (GetValue(XFA_VALUEPICTURE_Display).IsEmpty()) { in FindSplitPos()
4691 case XFA_VALUEPICTURE_Display: { in GetPictureContent()
4768 if (eValueType == XFA_VALUEPICTURE_Display) in GetValue()
4778 if (eValueType == XFA_VALUEPICTURE_Display) { in GetValue()
4791 if (eValueType == XFA_VALUEPICTURE_Display && pLocale) in GetValue()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp455 return node->GetValue(XFA_VALUEPICTURE_Display); in GetValue()