Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ComboBox.cpp59 swText = m_pWidget->GetOptionLabel(nCurSel); in NewPDFWindow()
62 pWnd->AddString(m_pWidget->GetOptionLabel(i).c_str()); in NewPDFWindow()
103 bSetValue = (nCurSel < 0) || (swText != m_pWidget->GetOptionLabel(nCurSel)); in SaveData()
297 swRet = pFormField->GetOptionLabel(nExport); in GetSelectExportText()
DFFL_ListBox.cpp56 pWnd->AddString(m_pWidget->GetOptionLabel(i).c_str()); in NewPDFWindow()
162 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()
173 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()
/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp132 csValue = GetOptionLabel(iIndex); in ResetField()
150 csValue = GetOptionLabel(iIndex); in ResetField()
472 csValue = GetOptionLabel(iIndex); in ClearSelection()
700 CFX_WideString CPDF_FormField::GetOptionLabel(int index) { in GetOptionLabel() function in CPDF_FormField
779 csValue = GetOptionLabel(iIndex); in ClearOptions()
990 CFX_WideString csValue = GetOptionLabel(iOptIndex); in SelectOption()
1010 CFX_WideString csValue = GetOptionLabel(iOptIndex); in SelectOption()
1052 csValue = GetOptionLabel(iIndex); in ClearSelectedOptions()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h128 CFX_WideString GetOptionLabel(int nIndex) const;
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp637 CFX_WideString CPDFSDK_Widget::GetOptionLabel(int nIndex) const { function in CPDFSDK_Widget
639 return pFormField->GetOptionLabel(nIndex);
1425 pEdit->SetText(pField->GetOptionLabel(nCurSel).c_str());
1500 pEdit->SetText(pField->GetOptionLabel(i).c_str());
2263 sValue = pFormField->GetOptionLabel(index);
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp286 if (csOptLabel.Compare(pFormField->GetOptionLabel(i)) == 0) in ValueIsOccur()
2763 ElementValue = pFormField->GetOptionLabel(iIndex).c_str(); in value()
3189 vRet = pFormField->GetOptionLabel(nIdx).c_str(); in getItemAt()
3193 vRet = pFormField->GetOptionLabel(nIdx).c_str(); in getItemAt()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h793 CFX_WideString GetOptionLabel(int index);