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

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 55 CFX_WideString swText;
57 swText = m_pWidget->GetValue();
59 swText = m_pWidget->GetOptionLabel(nCurSel);
66 pWnd->SetText(swText.c_str());
97 CFX_WideString swText = pWnd->GetText();
103 bSetValue = (nCurSel < 0) || (swText != m_pWidget->GetOptionLabel(nCurSel));
106 m_pWidget->SetValue(swText, FALSE);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 35 CFX_WideString swText = csText;
38 CFX_ByteString sValue = CFX_ByteString::FromUnicode(swText);
45 swText.Empty();
60 swText += FWL_VKEY_Return;
61 swText += swSection;
70 m_pEdit->SetText(swText.c_str());
577 CFX_WideString swText = pSH->GetClipboardText(GetAttachedHWnd());
578 if (swText.IsEmpty())
    [all...]
PWL_ComboBox.cpp 632 CFX_WideString swText = m_pList->GetText();
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 913 CFX_WideString swText = text;
915 for (int32_t i = 0, sz = swText.GetLength(); i < sz; i++) {
917 FX_WORD word = swText.GetAt(i);
921 if (swText.GetAt(i + 1) == 0x0A) {
929 if (swText.GetAt(i + 1) == 0x0D) {
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 389 const CFX_WideString& swText);
436 const CFX_WideString& swText,
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 431 CFX_WideString swText;
432 pWidgetAcc->GetChoiceListItem(swText, i);
434 pFormField->InsertOption(swText, i, TRUE);
446 CFX_WideString swText;
447 pWidgetAcc->GetChoiceListItem(swText, i);
449 pFormField->InsertOption(swText, i, FALSE);
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 555 const CFX_WideString& swText)
556 : m_pEdit(pEdit), m_wrSel(wrSel), m_swText(swText) {}
624 const CFX_WideString& swText,
631 m_swText(swText),
    [all...]

Completed in 537 milliseconds