Searched refs:wsPicture (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_widgetdata.cpp | 1491 CFX_WideString wsPicture; in SetValue() local 1492 GetPictureContent(wsPicture, eValueType); in SetValue() 1500 if (!wsPicture.IsEmpty()) { in SetValue() 1505 widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture); in SetValue() 1508 wsPicture, pLocale, pLocalMgr); in SetValue() 1537 bool CXFA_WidgetData::GetPictureContent(CFX_WideString& wsPicture, in GetPictureContent() argument 1547 if (pPicture->TryContent(wsPicture)) in GetPictureContent() 1560 wsPicture); in GetPictureContent() 1564 wsPicture); in GetPictureContent() 1571 wsPicture = wsDataPicture + L"T" + wsTimePicture; in GetPictureContent() [all …]
|
D | cxfa_bind.cpp | 13 void CXFA_Bind::GetPicture(CFX_WideString& wsPicture) { in GetPicture() argument 15 pPicture->TryContent(wsPicture); in GetPicture()
|
D | cxfa_validate.cpp | 112 void CXFA_Validate::GetPicture(CFX_WideString& wsPicture) { in GetPicture() argument 114 pNode->TryContent(wsPicture); in GetPicture()
|
D | cxfa_bind.h | 19 void GetPicture(CFX_WideString& wsPicture);
|
D | cxfa_validate.h | 31 void GetPicture(CFX_WideString& wsPicture);
|
D | cxfa_widgetdata.h | 131 bool GetPictureContent(CFX_WideString& wsPicture, XFA_VALUEPICTURE ePicture);
|
D | xfa_document_datamerger_imp.cpp | 336 CFX_WideString wsPicture; in CreateDataBinding() local 337 pWidgetData->GetPictureContent(wsPicture, XFA_VALUEPICTURE_DataBind); in CreateDataBinding() 338 if (wsPicture.IsEmpty()) { in CreateDataBinding()
|
D | cxfa_node.cpp | 828 CFX_WideString wsPicture; in GetContainerWidgetData() local 830 pFieldWidgetData->GetPictureContent(wsPicture, in GetContainerWidgetData() 833 if (!wsPicture.IsEmpty()) in GetContainerWidgetData() 847 pFieldWidgetData->GetPictureContent(wsPicture, in GetContainerWidgetData() 850 if (!wsPicture.IsEmpty()) in GetContainerWidgetData() 2003 CFX_WideString wsPicture; in Script_Som_DefaultValue() local 2011 pContainerWidgetData->GetPictureContent(wsPicture, in Script_Som_DefaultValue() 2014 if (!wsPicture.IsEmpty()) { in Script_Som_DefaultValue()
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_fftextedit.cpp | 647 CFX_WideString wsPicture; in OnSelectChanged() local 648 m_pDataAcc->GetPictureContent(wsPicture, XFA_VALUEPICTURE_Edit); in OnSelectChanged() 654 date.FormatPatterns(wsDate, wsPicture, m_pDataAcc->GetLocal(), in OnSelectChanged()
|
D | xfa_ffwidgetacc.cpp | 413 CFX_WideString wsPicture; in ProcessFormatTestValidate() local 414 validate.GetPicture(wsPicture); in ProcessFormatTestValidate() 415 if (wsPicture.IsEmpty()) { in ProcessFormatTestValidate() 423 if (!lcValue.ValidateValue(lcValue.GetValue(), wsPicture, pLocale)) { in ProcessFormatTestValidate()
|