Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx1182 SCROW nRowsPerRow2; // innere Table in TableOff() local
1188 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 30 milliseconds