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 417 CFX_WideString swRet;
430 swRet = pFormField->GetOptionValue(nExport);
431 if (swRet.IsEmpty())
432 swRet = pFormField->GetOptionLabel(nExport);
436 return swRet;
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp     [all...]
PublicMethods.cpp 492 CFX_WideString swRet;
499 swRet += c;
506 return swRet;
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1227 CFX_WideString swRet;
1247 swRet += wordinfo.Word;
1251 swRet += wordinfo.Word;
1257 swRet += 0x0D;
1258 swRet += 0x0A;
1266 return swRet;
1271 CFX_WideString swRet;
1295 swRet += wordinfo.Word;
1299 swRet += wordinfo.Word;
1305 swRet += 0x0D
    [all...]

Completed in 147 milliseconds