Home | History | Annotate | Download | only in fxfa

Lines Matching refs:wsPicture

2361   WideString wsPicture = GetPictureContent(eValueType);
2369 if (!wsPicture.IsEmpty()) {
2374 widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture);
2377 wsPicture, pLocale, pLocalMgr);
2490 WideString wsPicture = GetPictureContent(eValueType);
2501 wsPicture.clear();
2506 if (eValueType != XFA_VALUEPICTURE_Raw && wsPicture.IsEmpty()) {
2515 if (wsPicture.IsEmpty())
2526 if (date.FormatPatterns(wsValue, wsPicture, pLocale, eValueType))
2535 if (time.FormatPatterns(wsValue, wsPicture, pLocale, eValueType))
2543 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType);
2552 WideString wsPicture = GetPictureContent(XFA_VALUEPICTURE_DataBind);
2553 if (wsPicture.IsEmpty())
2560 if (widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture)) {
2561 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsValue, wsPicture,
2572 WideString wsPicture = GetPictureContent(XFA_VALUEPICTURE_DataBind);
2573 if (wsPicture.IsEmpty())
2625 if (date.FormatPatterns(wsFormattedValue, wsPicture, pLocale,
2636 if (time.FormatPatterns(wsFormattedValue, wsPicture, pLocale,
2646 widgetValue.FormatPatterns(wsFormattedValue, wsPicture, pLocale,