Searched refs:nRowsPerRow1 (Results 1 – 1 of 1) sorted by relevance
1181 SCROW nRowsPerRow1; // aeussere Table in TableOff() local1187 nRowsPerRow1 = nRowKGV / nRowSpan; in TableOff()1192 nRowKGV = nRowsPerRow1 = nRows; in TableOff()1205 if ( nRowsPerRow1 > 1 ) in TableOff()1212 pTab1->Insert( nRowKey, (void*) nRowsPerRow1 ); in TableOff()1213 else if ( nRowsPerRow1 > nR ) in TableOff()1214 pTab1->Replace( nRowKey, (void*) nRowsPerRow1 ); in TableOff()1216 else if ( nRowsPerRow1 < nR && nRowSpan == 1 in TableOff()1219 SCROW nAdd = nRowsPerRow1 - (nR % nRowsPerRow1); in TableOff()
Completed in 26 milliseconds