Lines Matching full:strarray
2080 std::vector<WideString> strArray;
2084 strArray.push_back(
2088 strArray.push_back(pRuntime->ToWideString(vp));
2092 AddDelay_WideStringArray(FP_VALUE, strArray);
2095 strArray);
2103 const std::vector<WideString>& strArray) {
2105 if (strArray.empty())
2118 if (pFormField->GetValue() != strArray[0]) {
2119 pFormField->SetValue(strArray[0], true);
2125 if (pFormField->GetValue() != strArray[0]) {
2126 pFormField->SetValue(strArray[0], true);
2132 for (const auto& str : strArray) {
2140 for (const auto& str : strArray) {