Searched refs:csOptLabel (Results 1 – 4 of 4) sorted by relevance
154 int FindOption(WideString csOptLabel) const;172 int InsertOption(WideString csOptLabel, int index = -1, bool bNotify = false);
640 int CPDF_FormField::FindOption(WideString csOptLabel) const { in FindOption()642 if (GetOptionValue(i) == csOptLabel) in FindOption()657 int CPDF_FormField::InsertOption(WideString csOptLabel, in InsertOption() argument660 if (csOptLabel.IsEmpty()) in InsertOption()663 if (bNotify && !NotifyListOrComboBoxBeforeChange(csOptLabel)) in InsertOption()666 ByteString csStr = PDF_EncodeText(csOptLabel); in InsertOption()
322 bool ValueIsOccur(CPDF_FormField* pFormField, WideString csOptLabel);
363 bool Field::ValueIsOccur(CPDF_FormField* pFormField, WideString csOptLabel) { in ValueIsOccur() argument365 if (csOptLabel.Compare(pFormField->GetOptionLabel(i)) == 0) in ValueIsOccur()