Lines Matching refs:wsPicture
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()
1586 if (pPicture->TryContent(wsPicture)) in GetPictureContent()
1600 wsPicture); in GetPictureContent()
1604 wsPicture); in GetPictureContent()
1611 wsPicture = wsDataPicture + L"T" + wsTimePicture; in GetPictureContent()
1621 bind.GetPicture(wsPicture); in GetPictureContent()
1651 CFX_WideString wsPicture; in GetValue() local
1652 GetPictureContent(wsPicture, eValueType); in GetValue()
1663 wsPicture.clear(); in GetValue()
1668 if (eValueType != XFA_VALUEPICTURE_Raw && wsPicture.IsEmpty()) { in GetValue()
1681 if (wsPicture.IsEmpty()) in GetValue()
1692 if (date.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue()
1701 if (time.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue()
1709 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType); in GetValue()
1720 CFX_WideString wsPicture; in GetNormalizeDataValue() local
1721 GetPictureContent(wsPicture, XFA_VALUEPICTURE_DataBind); in GetNormalizeDataValue()
1722 if (wsPicture.IsEmpty()) in GetNormalizeDataValue()
1729 if (widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture)) { in GetNormalizeDataValue()
1731 wsPicture, pLocale, pLocalMgr); in GetNormalizeDataValue()
1744 CFX_WideString wsPicture; in GetFormatDataValue() local
1745 GetPictureContent(wsPicture, XFA_VALUEPICTURE_DataBind); in GetFormatDataValue()
1746 if (wsPicture.IsEmpty()) in GetFormatDataValue()
1796 if (date.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
1807 if (time.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
1817 widgetValue.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()