Searched defs:wsSelTextArray (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_dataexporter.cpp223 std::vector<CFX_WideString> wsSelTextArray; local
228 wsSelTextArray.push_back(wsRawValue.Mid(iStart, iEnd - iStart));
248 for (int32_t i = 0; i < pdfium::CollectionSize<int32_t>(wsSelTextArray);
251 buf << ExportEncodeContent(wsSelTextArray[i].AsStringC());
H A Dcxfa_widgetdata.cpp895 std::vector<CFX_WideString>& wsSelTextArray) {
904 wsSelTextArray.push_back(wsValue.Mid(iStart, iEnd - iStart));
911 wsSelTextArray.push_back(wsValue.Mid(iStart, iLength - iStart));
915 wsSelTextArray.push_back(wsValue);
894 GetSelectedItemsValue( std::vector<CFX_WideString>& wsSelTextArray) argument
H A Dxfa_document_datamerger_imp.cpp156 std::vector<CFX_WideString> wsSelTextArray; local
157 pWidgetData->GetSelectedItemsValue(wsSelTextArray);
158 int32_t iSize = pdfium::CollectionSize<int32_t>(wsSelTextArray);
166 pValue->SetCData(XFA_ATTRIBUTE_Value, wsSelTextArray[i]);

Completed in 87 milliseconds