Home
last modified time | relevance | path

Searched refs:GetOptionLabel (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp59 swText = m_pWidget->GetOptionLabel(nCurSel); in NewPDFWindow()
62 pWnd->AddString(m_pWidget->GetOptionLabel(i)); in NewPDFWindow()
103 bSetValue = (nCurSel < 0) || (swText != m_pWidget->GetOptionLabel(nCurSel)); in SaveData()
264 swRet = pFormField->GetOptionLabel(nExport); in GetSelectExportText()
Dcffl_listbox.cpp47 pWnd->AddString(m_pWidget->GetOptionLabel(i)); in NewPDFWindow()
147 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()
158 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp190 csValue = GetOptionLabel(iIndex); in ResetField()
476 csValue = GetOptionLabel(iIndex); in ClearSelection()
632 WideString CPDF_FormField::GetOptionLabel(int index) const { in GetOptionLabel() function in CPDF_FormField
689 csValue = GetOptionLabel(iIndex); in ClearOptions()
846 WideString csValue = GetOptionLabel(iOptIndex); in SelectOption()
860 WideString csValue = GetOptionLabel(iOptIndex); in SelectOption()
887 csValue = GetOptionLabel(iIndex); in ClearSelectedOptions()
Dcpdf_formfield.h151 WideString GetOptionLabel(int index) const;
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.h90 WideString GetOptionLabel(int nIndex) const;
Dcpdfsdk_widget.cpp632 WideString CPDFSDK_Widget::GetOptionLabel(int nIndex) const { function in CPDFSDK_Widget
634 return pFormField->GetOptionLabel(nIndex);
Dcpdfsdk_interform.cpp315 sValue = pFormField->GetOptionLabel(index); in OnFormat()
/external/pdfium/fxjs/
Dcjs_field.cpp365 if (csOptLabel.Compare(pFormField->GetOptionLabel(i)) == 0) in ValueIsOccur()
2043 pRuntime->NewString(pFormField->GetOptionLabel(iIndex).c_str()); in get_value()
2429 pRuntime->NewString(pFormField->GetOptionLabel(nIdx).c_str())); in getItemAt()
2434 pRuntime->NewString(pFormField->GetOptionLabel(nIdx).c_str())); in getItemAt()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp1623 pEdit->SetText(pField->GetOptionLabel(nCurSel)); in SetAsComboBox()
1688 pEdit->SetText(pField->GetOptionLabel(i)); in SetAsListBox()