Searched refs:GetOptionLabel (Results 1 – 9 of 9) sorted by relevance
59 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()
47 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()
190 csValue = GetOptionLabel(iIndex); in ResetField()476 csValue = GetOptionLabel(iIndex); in ClearSelection()632 WideString CPDF_FormField::GetOptionLabel(int index) const { in GetOptionLabel() function in CPDF_FormField689 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()
151 WideString GetOptionLabel(int index) const;
90 WideString GetOptionLabel(int nIndex) const;
632 WideString CPDFSDK_Widget::GetOptionLabel(int nIndex) const { function in CPDFSDK_Widget634 return pFormField->GetOptionLabel(nIndex);
315 sValue = pFormField->GetOptionLabel(index); in OnFormat()
365 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()
1623 pEdit->SetText(pField->GetOptionLabel(nCurSel)); in SetAsComboBox()1688 pEdit->SetText(pField->GetOptionLabel(i)); in SetAsListBox()