Searched refs:nDBCol2 (Results 1 – 2 of 2) sorted by relevance
347 SCCOL nDBCol2 = e.Col(); in findFieldColumn() local349 if ( nIndex <= 0 || nIndex > (nDBCol2 - nDBCol1 + 1) ) in findFieldColumn()352 return Min(nDBCol2, static_cast<SCCOL>(nDBCol1 + nIndex - 1)); in findFieldColumn()365 SCCOL nDBCol2 = e.Col(); in findFieldColumn() local373 while (!bFound && (aLook.Col() <= nDBCol2)) in findFieldColumn()
1650 SCCOL nDBCol2 = rQueryParam.nCol2; in CreateExcelQuery() local1658 while (!bFound && (i <= nDBCol2)) in CreateExcelQuery()1742 SCCOL nDBCol2 = rQueryParam.nCol2; in CreateStarQuery() local1772 for (SCCOL i=rQueryParam.nCol1; (i <= nDBCol2) && (!bFound); i++) in CreateStarQuery()
Completed in 21 milliseconds