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

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp88 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);
H A DFFL_ListBox.cpp80 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/
H A Ddoc_formfield.cpp136 csValue = GetOptionLabel(iIndex);
155 csValue = GetOptionLabel(iIndex);
515 csValue = GetOptionLabel(iIndex);
767 CFX_WideString CPDF_FormField::GetOptionLabel(int index) function in class:CPDF_FormField
990 CFX_WideString csValue = GetOptionLabel(iOptIndex);
1010 CFX_WideString csValue = GetOptionLabel(iOptIndex);
1056 csValue = GetOptionLabel(iIndex);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h89 CFX_WideString GetOptionLabel(int nIndex) const;
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp242 CFX_WideString CPDFSDK_Widget::GetOptionLabel(int nIndex) const function in class:CPDFSDK_Widget
247 return pFormField->GetOptionLabel(nIndex);
1080 pEdit->SetText(pField->GetOptionLabel(nCurSel).c_str());
1165 pEdit->SetText(pField->GetOptionLabel(i).c_str());
2016 sValue = pFormField->GetOptionLabel(index);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1157 CFX_WideString GetOptionLabel(int index);
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp359 if (csOptLabel.Compare(pFormField->GetOptionLabel(i)) == 0)
3152 ElementValue = pFormField->GetOptionLabel(iIndex).c_str();
3686 vRet = pFormField->GetOptionLabel(nIdx).c_str();
3691 vRet = pFormField->GetOptionLabel(nIdx).c_str();

Completed in 142 milliseconds