Searched refs:swValue (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_TextField.cpp147 CFX_WideString swValue = m_pWidget->GetValue(); local
162 pWnd->SetText(swValue);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp433 CFX_WideString swValue = FPDF_GetFieldAttr(pAnnotDict, "V")->GetUnicodeText(); local
465 vt.SetText(swValue);
485 CFX_WideString swValue = FPDF_GetFieldAttr(pAnnotDict, "V")->GetUnicodeText(); local
503 vt.SetText(swValue);
/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp2025 CFX_WideString swValue;
2027 swValue = pEventHandler->Value();
2031 vRet = swValue;
2038 prefix = swValue.Mid(0,pEventHandler->SelStart());
2043 if (pEventHandler->SelEnd() >= 0 && pEventHandler->SelEnd() <= swValue.GetLength())
2044 postfix = swValue.Mid(pEventHandler->SelEnd(), swValue.GetLength() - pEventHandler->SelEnd());
H A DField.cpp3097 CFX_WideString swValue; local
3098 vp >> swValue; local
3100 strArray.Add(swValue);
3130 CFX_WideString swValue = pFormField->GetValue(); local
3134 if (CJS_PublicMethods::ConvertStringToNumber(swValue,dRet,bDot))
3142 vp << swValue; local
3164 CFX_WideString swValue = pFormField->GetValue(); local
3168 if (CJS_PublicMethods::ConvertStringToNumber(swValue,dRet,bDot))
3176 vp << swValue; local
3188 CFX_WideString swValue local
3200 vp << swValue; local
[all...]
H A DDocument.cpp1772 CFX_WideString swValue = L""; local
1783 swValue = params[1];
1798 sbFileValue = CFX_ByteString::FromUnicode(swValue);
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_FormFiller.h26 CFX_WideString swValue; member in struct:FFL_KeyStrokeData

Completed in 1875 milliseconds