Home | History | Annotate | Download | only in javascript

Lines Matching defs:nIndex

3726 	int nIndex = -1;

3728 nIndex = (FX_INT32) params[0];
3737 if(nIndex <0 || nIndex >= pFormField->CountControls())
3746 if (pFormField->GetControl(nIndex)->IsChecked() !=0 )
3761 int nIndex = -1;
3763 nIndex = (FX_INT32) params[0];
3772 if(nIndex <0 || nIndex >= pFormField->CountControls())
3780 if (pFormField->GetControl(nIndex)->IsDefaultChecked() != 0)