Lines Matching defs:nStyle
1148 int32_t nStyle = 0;
1154 nStyle = PCS_CIRCLE;
1157 nStyle = PCS_CROSS;
1160 nStyle = PCS_DIAMOND;
1163 nStyle = PCS_SQUARE;
1166 nStyle = PCS_STAR;
1169 nStyle = PCS_CHECK;
1173 nStyle = PCS_CHECK;
1205 csAP_N_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient, nStyle, crText);
1206 csAP_D_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient, nStyle, crText);
1274 int32_t nStyle = 0;
1280 nStyle = PCS_CIRCLE;
1283 nStyle = PCS_CROSS;
1286 nStyle = PCS_DIAMOND;
1289 nStyle = PCS_SQUARE;
1292 nStyle = PCS_STAR;
1295 nStyle = PCS_CHECK;
1299 nStyle = PCS_CIRCLE;
1307 if (nStyle == PCS_CIRCLE) {
1343 if (nStyle == PCS_CIRCLE) {
1368 csAP_N_ON += CPWL_Utils::GetRadioButtonAppStream(rcClient, nStyle, crText);
1369 csAP_D_ON += CPWL_Utils::GetRadioButtonAppStream(rcClient, nStyle, crText);