Home | History | Annotate | Download | only in javascript

Lines Matching refs:GetControl

373 		return pFormField->GetControl(0);

375 return pFormField->GetControl(m_nFormControlIndex);
532 if (CPDFSDK_Widget* pWidget = GetWidget(pDocument, pFormField->GetControl(j)))
546 if (CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex))
1414 CPDF_FormControl* pFormControl = pFormField->GetControl(j);
1459 if (CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex))
1573 CPDF_FormControl* pFormControl = pFormField->GetControl(i);
1582 CPDF_FormControl* pFormControl = pFormField->GetControl(m_nFormControlIndex);
1773 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormField->GetControl(j)))
1805 if (CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex))
1937 CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormField->GetControl(0));
1966 CPDF_FormControl* pFormControl = pFormField->GetControl(j);
1983 if (CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex))
2242 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormField->GetControl(j)))
2264 if (CPDF_FormControl* pFormControl = pFormField->GetControl(m_nFormControlIndex))
2277 UpdateFormControl(m_pDocument, pFormField->GetControl(m_nFormControlIndex), TRUE, FALSE, TRUE);
2452 CPDF_FormControl* pFormControl = pFormField->GetControl(i);
2487 if (CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex))
3186 if (pFormField->GetControl(i)->IsChecked())
3188 CFX_WideString swValue = pFormField->GetControl(i)->GetExportValue();
3314 if (pFormField->GetControl(0)->IsChecked())
3323 if (pFormField->GetControl(i)->IsChecked())
3325 vp << (FX_LPCWSTR)pFormField->GetControl(i)->GetExportValue();
3746 if (pFormField->GetControl(nIndex)->IsChecked() !=0 )
3780 if (pFormField->GetControl(nIndex)->IsDefaultChecked() != 0)
3817 pWidget = pInterForm->GetWidget(pFormField->GetControl(0));
3830 if (CPDFSDK_Widget* pTempWidget = pInterForm->GetWidget(pFormField->GetControl(i)))