Home
last modified time | relevance | path

Searched refs:nQuery (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx1214 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()
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()
[all …]

Completed in 13 milliseconds