Searched defs:swRet (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp422 CFX_WideString swRet; local
435 swRet = pFormField->GetOptionValue(nExport);
436 if (swRet.IsEmpty())
437 swRet = pFormField->GetOptionLabel(nExport);
441 return swRet;
/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp503 CFX_WideString swRet; local
510 swRet += c;
517 return swRet;
H A DDocument.cpp1891 CFX_WideString swRet; local
1903 swRet = GetObjWordStr((CPDF_TextObject*)pPageObj, nWordNo - nWords);
1914 swRet.TrimLeft();
1915 swRet.TrimRight();
1918 vRet = swRet;
2032 CFX_WideString swRet; local
2063 swRet += unicode;
2066 return swRet;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp1244 CFX_WideString swRet; local
1264 swRet += wordinfo.Word;
1268 swRet += wordinfo.Word;
1274 swRet += 0x0D;
1275 swRet += 0x0A;
1283 return swRet;
1288 CFX_WideString swRet; local
1312 swRet += wordinfo.Word;
1316 swRet += wordinfo.Word;
1322 swRet
[all...]

Completed in 125 milliseconds