Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx1181 SCROW nRowsPerRow1; // aeussere Table in TableOff() local
1187 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 19 milliseconds