Home | History | Annotate | Download | only in javascript

Lines Matching refs:GetControl

372 		return pFormField->GetControl(0);
374 return pFormField->GetControl(m_nFormControlIndex);
531 if (CPDFSDK_Widget* pWidget = GetWidget(pDocument, pFormField->GetControl(j)))
545 if (CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex))
1413 CPDF_FormControl* pFormControl = pFormField->GetControl(j);
1458 if (CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex))
1568 CPDF_FormControl* pFormControl = pFormField->GetControl(i);
1577 CPDF_FormControl* pFormControl = pFormField->GetControl(m_nFormControlIndex);
1768 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormField->GetControl(j)))
1800 if (CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex))
1932 CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormField->GetControl(0));
1961 CPDF_FormControl* pFormControl = pFormField->GetControl(j);
1978 if (CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex))
2237 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormField->GetControl(j)))
2259 if (CPDF_FormControl* pFormControl = pFormField->GetControl(m_nFormControlIndex))
2272 UpdateFormControl(m_pDocument, pFormField->GetControl(m_nFormControlIndex), TRUE, FALSE, TRUE);
2447 CPDF_FormControl* pFormControl = pFormField->GetControl(i);
2482 if (CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex))
3181 if (pFormField->GetControl(i)->IsChecked())
3183 CFX_WideString swValue = pFormField->GetControl(i)->GetExportValue();
3308 if (pFormField->GetControl(0)->IsChecked())
3317 if (pFormField->GetControl(i)->IsChecked())
3319 vp << pFormField->GetControl(i)->GetExportValue().c_str();
3733 if (pFormField->GetControl(nIndex)->IsChecked() !=0 )
3767 if (pFormField->GetControl(nIndex)->IsDefaultChecked() != 0)
3804 pWidget = pInterForm->GetWidget(pFormField->GetControl(0));
3817 if (CPDFSDK_Widget* pTempWidget = pInterForm->GetWidget(pFormField->GetControl(i)))