Searched refs:GetOptionLabel (Results 1 – 7 of 7) sorted by relevance
59 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()
56 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()
132 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_FormField779 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()
128 CFX_WideString GetOptionLabel(int nIndex) const;
637 CFX_WideString CPDFSDK_Widget::GetOptionLabel(int nIndex) const { function in CPDFSDK_Widget639 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);
286 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()
793 CFX_WideString GetOptionLabel(int index);