• Home
  • Raw
  • Download

Lines Matching refs:wsPicture

1328     WideString wsPicture = GetPictureContent(XFA_VALUEPICTURE_DataBind);  in GetContainerNode()  local
1329 if (!wsPicture.IsEmpty()) in GetContainerNode()
1342 wsPicture = pFieldNode->GetPictureContent(XFA_VALUEPICTURE_DataBind); in GetContainerNode()
1343 if (!wsPicture.IsEmpty()) in GetContainerNode()
2503 WideString wsPicture = validate->GetPicture(); in ProcessFormatTestValidate() local
2504 if (wsPicture.IsEmpty()) in ProcessFormatTestValidate()
2516 if (lcValue.ValidateValue(lcValue.GetValue(), wsPicture, pLocale, nullptr)) in ProcessFormatTestValidate()
4650 WideString wsPicture = GetPictureContent(eValueType); in SetValue() local
4658 if (!wsPicture.IsEmpty()) { in SetValue()
4663 widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture); in SetValue()
4666 wsPicture, pLocale, pLocaleMgr); in SetValue()
4771 WideString wsPicture = GetPictureContent(eValueType); in GetValue() local
4783 wsPicture.clear(); in GetValue()
4789 if (eValueType != XFA_VALUEPICTURE_Raw && wsPicture.IsEmpty()) { in GetValue()
4798 if (wsPicture.IsEmpty()) in GetValue()
4809 if (date.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue()
4818 if (time.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue()
4826 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType); in GetValue()
4835 WideString wsPicture = GetPictureContent(XFA_VALUEPICTURE_DataBind); in GetNormalizeDataValue() local
4836 if (wsPicture.IsEmpty()) in GetNormalizeDataValue()
4842 if (widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture)) { in GetNormalizeDataValue()
4843 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsValue, wsPicture, in GetNormalizeDataValue()
4854 WideString wsPicture = GetPictureContent(XFA_VALUEPICTURE_DataBind); in GetFormatDataValue() local
4855 if (wsPicture.IsEmpty()) in GetFormatDataValue()
4905 if (date.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
4916 if (time.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
4926 widgetValue.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()