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

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 88 swText = m_pWidget->GetOptionLabel(nCurSel);
92 pWnd->AddString(m_pWidget->GetOptionLabel(i).c_str());
150 if (swText != m_pWidget->GetOptionLabel(nCurSel))
432 swRet = pFormField->GetOptionLabel(nExport);
FFL_ListBox.cpp 80 pWnd->AddString(m_pWidget->GetOptionLabel(i).c_str());
220 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
235 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 136 csValue = GetOptionLabel(iIndex);
155 csValue = GetOptionLabel(iIndex);
515 csValue = GetOptionLabel(iIndex);
767 CFX_WideString CPDF_FormField::GetOptionLabel(int index)
990 CFX_WideString csValue = GetOptionLabel(iOptIndex);
1010 CFX_WideString csValue = GetOptionLabel(iOptIndex);
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 89 CFX_WideString GetOptionLabel(int nIndex) const;
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 242 CFX_WideString CPDFSDK_Widget::GetOptionLabel(int nIndex) const
247 return pFormField->GetOptionLabel(nIndex);
1080 pEdit->SetText(pField->GetOptionLabel(nCurSel).c_str());
1165 pEdit->SetText(pField->GetOptionLabel(i).c_str());
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1157 CFX_WideString GetOptionLabel(int index);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 359 if (csOptLabel.Compare(pFormField->GetOptionLabel(i)) == 0)
    [all...]

Completed in 221 milliseconds