Searched refs:nWidget (Results 1 – 1 of 1) sorted by relevance
2878 int nWidget = params[0].ToInt(pRuntime); in checkThisBox() local2891 if (nWidget < 0 || nWidget >= pFormField->CountControls()) in checkThisBox()2896 pFormField->CheckControl(nWidget, bCheckit, true); in checkThisBox()2898 pFormField->CheckControl(nWidget, bCheckit, true); in checkThisBox()2922 int nWidget = params[0].ToInt(pRuntime); in defaultIsChecked() local2928 if (nWidget < 0 || nWidget >= pFormField->CountControls()) in defaultIsChecked()