Lines Matching refs:CFX_WideString
48 CFX_WideString GetRawValue();
75 bool GetButtonRollover(CFX_WideString& wsRollover, bool& bRichText);
76 bool GetButtonDown(CFX_WideString& wsDown, bool& bRichText);
98 bool GetChoiceListItem(CFX_WideString& wsText,
101 void GetChoiceListItems(std::vector<CFX_WideString>& wsTextArray,
106 void GetSelectedItemsValue(std::vector<CFX_WideString>& wsSelTextArray);
118 void InsertItem(const CFX_WideString& wsLabel,
119 const CFX_WideString& wsValue,
122 void GetItemLabel(const CFX_WideStringC& wsValue, CFX_WideString& wsLabel);
123 void GetItemValue(const CFX_WideStringC& wsLabel, CFX_WideString& wsValue);
130 bool SetValue(const CFX_WideString& wsValue, XFA_VALUEPICTURE eValueType);
131 bool GetPictureContent(CFX_WideString& wsPicture, XFA_VALUEPICTURE ePicture);
133 bool GetValue(CFX_WideString& wsValue, XFA_VALUEPICTURE eValueType);
134 bool GetNormalizeDataValue(const CFX_WideString& wsValue,
135 CFX_WideString& wsNormalizeValue);
136 bool GetFormatDataValue(const CFX_WideString& wsValue,
137 CFX_WideString& wsFormattedValue);
138 void NormalizeNumStr(const CFX_WideString& wsValue, CFX_WideString& wsOutput);
139 CFX_WideString GetBarcodeType();
152 void GetPasswordChar(CFX_WideString& wsPassWord);
159 CFX_WideString NumericLimit(const CFX_WideString& wsValue,
167 void SyncValue(const CFX_WideString& wsValue, bool bNotify);
169 const CFX_WideString& wsText,
171 void FormatNumStr(const CFX_WideString& wsValue,
173 CFX_WideString& wsOutput);