Home | History | Annotate | Download | only in src

Lines Matching refs:GetOptionLabel

242 CFX_WideString CPDFSDK_Widget::GetOptionLabel(int nIndex) const
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);