Lines Matching refs:nQuery
1214 SCSIZE nQuery; in DrawButtons() local
1277 for (nQuery=0; nQuery<MAXQUERY && bSimpleQuery; nQuery++) in DrawButtons()
1278 if (pQueryParam->GetEntry(nQuery).bDoQuery) in DrawButtons()
1283 if (pQueryParam->GetEntry(nQuery).nField == nCol) in DrawButtons()
1285 if (nQuery > 0) in DrawButtons()
1286 if (pQueryParam->GetEntry(nQuery).eConnect != SC_AND) in DrawButtons()
1424 SCSIZE nQuery; in IsAutoFilterActive() local
1431 for ( nQuery=0; nQuery<MAXQUERY && bSimpleQuery; nQuery++ ) in IsAutoFilterActive()
1432 if ( aQueryParam.GetEntry(nQuery).bDoQuery ) in IsAutoFilterActive()
1434 if (aQueryParam.GetEntry(nQuery).nField == nCol) in IsAutoFilterActive()
1437 if (nQuery > 0) in IsAutoFilterActive()
1438 if (aQueryParam.GetEntry(nQuery).eConnect != SC_AND) in IsAutoFilterActive()