Home
last modified time | relevance | path

Searched refs:swRet (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp261 WideString swRet; in GetSelectExportText() local
268 swRet = pFormField->GetOptionValue(nExport); in GetSelectExportText()
269 if (swRet.IsEmpty()) in GetSelectExportText()
270 swRet = pFormField->GetOptionLabel(nExport); in GetSelectExportText()
274 return swRet; in GetSelectExportText()
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp132 WideString swRet; in GetWordString() local
152 swRet += unicode; in GetWordString()
154 return swRet; in GetWordString()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp747 WideString swRet; in GetText() local
749 return swRet; in GetText()
759 swRet += wordinfo.Word; in GetText()
761 swRet += L"\r\n"; in GetText()
764 return swRet; in GetText()
768 WideString swRet; in GetRangeText() local
770 return swRet; in GetRangeText()
785 swRet += wordinfo.Word; in GetRangeText()
787 swRet += L"\r\n"; in GetRangeText()
790 return swRet; in GetRangeText()
/external/pdfium/fxjs/
Dcjs_document.cpp1247 WideString swRet; in getPageNthWord() local
1253 swRet = pTextObj->GetWordString(nWordNo - nWords); in getPageNthWord()
1261 swRet.Trim(); in getPageNthWord()
1262 return CJS_Result::Success(pRuntime->NewString(swRet.AsStringView())); in getPageNthWord()