Lines Matching refs:WideString
85 void SetImageEdit(const WideString& wsContentType,
86 const WideString& wsHref,
87 const WideString& wsData);
134 Optional<WideString> GetChoiceListItem(int32_t nIndex, bool bSaveValue);
137 std::vector<WideString> GetChoiceListItems(bool bSaveValue);
142 std::vector<WideString> GetSelectedItemsValue();
147 void InsertItem(const WideString& wsLabel,
148 const WideString& wsValue,
160 WideString GetItemValue(const WideStringView& wsLabel);
166 bool SetValue(XFA_VALUEPICTURE eValueType, const WideString& wsValue);
167 WideString GetValue(XFA_VALUEPICTURE eValueType);
169 WideString GetPictureContent(XFA_VALUEPICTURE ePicture);
172 WideString GetNormalizeDataValue(const WideString& wsValue);
173 WideString GetFormatDataValue(const WideString& wsValue);
174 WideString NormalizeNumStr(const WideString& wsValue);
176 WideString GetPasswordChar();
181 WideString NumericLimit(const WideString& wsValue,
216 const WideString& wsText,
218 WideString FormatNumStr(const WideString& wsValue, IFX_Locale* pLocale);
219 void GetItemLabel(const WideStringView& wsValue, WideString& wsLabel);