HomeSort by relevance Sort by last modified time
    Searched refs:swRet (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 422 CFX_WideString swRet;
435 swRet = pFormField->GetOptionValue(nExport);
436 if (swRet.IsEmpty())
437 swRet = pFormField->GetOptionLabel(nExport);
441 return swRet;
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp     [all...]
PublicMethods.cpp 503 CFX_WideString swRet;
510 swRet += c;
517 return swRet;
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1244 CFX_WideString swRet;
1264 swRet += wordinfo.Word;
1268 swRet += wordinfo.Word;
1274 swRet += 0x0D;
1275 swRet += 0x0A;
1283 return swRet;
1288 CFX_WideString swRet;
1312 swRet += wordinfo.Word;
1316 swRet += wordinfo.Word;
1322 swRet += 0x0D;
    [all...]

Completed in 103 milliseconds