Searched refs:nQuery (Results 1 – 1 of 1) sorted by relevance
1214 SCSIZE nQuery; in DrawButtons() local1277 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()1424 SCSIZE nQuery; in IsAutoFilterActive() local1431 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()[all …]
Completed in 21 milliseconds