Searched refs:opt_value (Results 1 – 2 of 2) sorted by relevance
508 CFX_WideString opt_value = GetOptionValue(index); in IsItemSelected() local518 return pValue->GetUnicodeText() == opt_value; in IsItemSelected()538 if (pArray->GetElementValue(i)->GetUnicodeText() == opt_value && in IsItemSelected()551 CFX_WideString opt_value = GetOptionValue(index); in SetItemSelection() local555 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, opt_value); in SetItemSelection()558 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, opt_value); in SetItemSelection()570 if (pValue->GetUnicodeText() == opt_value) { in SetItemSelection()579 opt_value = GetOptionValue(i); in SetItemSelection()580 pArray->AddString(PDF_EncodeText(opt_value)); in SetItemSelection()599 m_pDict->SetAtString("V", PDF_EncodeText(opt_value)); in SetItemSelection()[all …]
302 (opt_section_name, _, opt_value) = a.partition('=')310 boto.config.set(opt_section, opt_name, opt_value)