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.cpp53 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Display); in LoadWidget()
154 XFA_VALUEPICTURE eType = XFA_VALUEPICTURE_Display; in UpdateFWLData()
Dcxfa_ffpasswordedit.cpp36 pWidget->SetText(m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Display)); in LoadWidget()
Dcxfa_ffnumericedit.cpp39 pWidget->SetText(m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Display)); in LoadWidget()
Dcxfa_fftextedit.cpp61 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Display)); in LoadWidget()
258 XFA_VALUEPICTURE eType = XFA_VALUEPICTURE_Display; in UpdateFWLData()
Dcxfa_textprovider.cpp174 wsValue = pEmbAcc->GetValue(XFA_VALUEPICTURE_Display); in GetEmbbedObj()
Dcxfa_widgetacc.h30 XFA_VALUEPICTURE_Display, enumerator
Dcxfa_ffbarcode.cpp133 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Display)); in LoadWidget()
Dcxfa_widgetacc.cpp770 WideString wsText = GetValue(XFA_VALUEPICTURE_Display); in CalculateTextContentSize()
1168 if (GetValue(XFA_VALUEPICTURE_Display).IsEmpty()) { in FindSplitPos()
2406 case XFA_VALUEPICTURE_Display: { in GetPictureContent()
2487 if (eValueType == XFA_VALUEPICTURE_Display) in GetValue()
2497 if (eValueType == XFA_VALUEPICTURE_Display) { in GetValue()
2508 if (eValueType == XFA_VALUEPICTURE_Display && pLocale) in GetValue()
/external/pdfium/fxjs/xfa/
Dcjx_field.cpp326 pWidgetAcc->SetValue(XFA_VALUEPICTURE_Display, pValue->ToWideString()); in formattedValue()
329 pValue->SetString(pWidgetAcc->GetValue(XFA_VALUEPICTURE_Display) in formattedValue()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp385 pFormField->SetValue(pWidgetAcc->GetValue(XFA_VALUEPICTURE_Display), in SynchronizeXFAValue()
415 pFormField->SetValue(pWidgetAcc->GetValue(XFA_VALUEPICTURE_Display), in SynchronizeXFAValue()
616 return pWidgetAcc->GetValue(bDisplay ? XFA_VALUEPICTURE_Display
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp380 eValueType != XFA_VALUEPICTURE_Display)) { in FormatSinglePattern()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp2032 .FormatPatterns(wsRet, wsFormat, pLocale, XFA_VALUEPICTURE_Display); in IsoDate2Local()
2056 XFA_VALUEPICTURE_Display); in IsoTime2Local()
3823 XFA_VALUEPICTURE_Display)) { in Format()