Searched refs:iOptIndex (Results 1 – 2 of 2) sorted by relevance
459 int iOptIndex = GetSelectedOptionIndex(index); in GetSelectedIndex() local460 WideString csOpt = GetOptionValue(iOptIndex); in GetSelectedIndex()462 return iOptIndex; in GetSelectedIndex()817 bool CPDF_FormField::IsOptionSelected(int iOptIndex) const { in IsOptionSelected()823 if (pObj->GetInteger() == iOptIndex) in IsOptionSelected()829 bool CPDF_FormField::SelectOption(int iOptIndex, bool bSelected, bool bNotify) { in SelectOption() argument841 if (iFind == iOptIndex) { in SelectOption()846 WideString csValue = GetOptionLabel(iOptIndex); in SelectOption()855 if (iFind > iOptIndex) { in SelectOption()860 WideString csValue = GetOptionLabel(iOptIndex); in SelectOption()[all …]
163 bool IsOptionSelected(int iOptIndex) const;165 bool SelectOption(int iOptIndex, bool bSelected, bool bNotify = false);