Home | History | Annotate | Download | only in fxfa

Lines Matching refs:wsSelTextArray

1961   std::vector<WideString> wsSelTextArray;
1970 wsSelTextArray.push_back(wsValue.Mid(iStart, iEnd.value() - iStart));
1976 wsSelTextArray.push_back(wsValue.Mid(iStart, iLength - iStart));
1980 wsSelTextArray.push_back(wsValue);
1982 return wsSelTextArray;