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 284 CFX_WideString swRet;
295 swRet = pFormField->GetOptionValue(nExport);
296 if (swRet.IsEmpty())
297 swRet = pFormField->GetOptionLabel(nExport);
301 return swRet;
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp     [all...]
PublicMethods.cpp 401 CFX_WideString swRet;
408 swRet += c;
412 return swRet;
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 978 CFX_WideString swRet;
993 swRet += wordinfo.Word;
995 swRet += wordinfo.Word;
1000 swRet += 0x0D;
1001 swRet += 0x0A;
1009 return swRet;
1013 CFX_WideString swRet;
1033 swRet += wordinfo.Word;
1035 swRet += wordinfo.Word;
1040 swRet += 0x0D
    [all...]

Completed in 107 milliseconds