Searched refs:nRowsPerRow2 (Results 1 – 1 of 1) sorted by relevance
1182 SCROW nRowsPerRow2; // innere Table in TableOff() local1188 nRowsPerRow2 = nRowKGV / nRows; in TableOff()1193 nRowsPerRow2 = 1; in TableOff()1196 if ( nRowsPerRow2 > 1 ) in TableOff()1228 nRowsPerRow2 = nR / nRows; in TableOff()1234 if ( nRowsPerRow2 > 1 ) in TableOff()1246 pTab2->Insert( nRowKey, (void*) nRowsPerRow2 ); in TableOff()1247 else if ( nRowsPerRow2 > nR ) in TableOff()1248 pTab2->Replace( nRowKey, (void*) nRowsPerRow2 ); in TableOff()
Completed in 12 milliseconds