Lines Matching refs:CountControls
294 if (!pFormField->CountControls() || in GetSmartFieldControl()
295 m_nFormControlIndex >= pFormField->CountControls()) in GetSmartFieldControl()
445 for (int i = 0, sz = pFormField->CountControls(); i < sz; ++i) { in SetBorderStyle()
457 if (nControlIndex >= pFormField->CountControls()) in SetBorderStyle()
1235 for (int i = 0, sz = pFormField->CountControls(); i < sz; ++i) { in SetDisplay()
1276 if (nControlIndex >= pFormField->CountControls()) in SetDisplay()
1374 for (int i = 0, sz = pFormField->CountControls(); i < sz; i++) { in exportValues()
1380 if (m_nFormControlIndex >= pFormField->CountControls()) in exportValues()
1542 for (int i = 0, sz = pFormField->CountControls(); i < sz; ++i) { in SetHidden()
1568 if (nControlIndex >= pFormField->CountControls()) in SetHidden()
1686 if (!pFormField->CountControls()) in lineWidth()
1710 for (int i = 0, sz = pFormField->CountControls(); i < sz; ++i) { in SetLineWidth()
1724 if (nControlIndex >= pFormField->CountControls()) in SetLineWidth()
1957 for (int i = 0, sz = pFormField->CountControls(); i < sz; ++i) { in print()
1976 if (m_nFormControlIndex >= pFormField->CountControls()) in print()
2140 for (int i = 0, sz = pFormField->CountControls(); i < sz; ++i) { in SetRect()
2164 if (nControlIndex >= pFormField->CountControls()) in SetRect()
2786 for (int i = 0, sz = pFormField->CountControls(); i < sz; i++) { in value()
2890 if (!pFormField->CountControls()) in valueAsString()
2899 for (int i = 0, sz = pFormField->CountControls(); i < sz; i++) { in valueAsString()
3066 if (nWidget < 0 || nWidget >= pFormField->CountControls()) in checkThisBox()
3102 if (nWidget < 0 || nWidget >= pFormField->CountControls()) { in defaultIsChecked()
3229 if (nIndex < 0 || nIndex >= pFormField->CountControls()) { in isBoxChecked()
3260 if (nIndex < 0 || nIndex >= pFormField->CountControls()) { in isDefaultChecked()
3293 int32_t nCount = pFormField->CountControls(); in setFocus()