Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/html/
H A Dhtmlpars.cxx1209 sal_uLong nRowKey = nRow + j; in TableOff() local
1210 SCROW nR = (SCROW)(sal_uLong)pTab1->Get( nRowKey ); in TableOff()
1212 pTab1->Insert( nRowKey, (void*) nRowsPerRow1 ); in TableOff()
1214 pTab1->Replace( nRowKey, (void*) nRowsPerRow1 ); in TableOff()
1223 SCROW nR2 = (SCROW)(sal_uLong)pTab1->Get( nRowKey+1 ); in TableOff()
1226 pTab1->Replace( nRowKey, (void*) nR ); in TableOff()
1227 pTab1->Replace( nRowKey+1, (void*) (nR2 - nAdd) ); in TableOff()
1243 sal_uLong nRowKey = nRow + j; in TableOff() local
1244 SCROW nR = (SCROW)(sal_uLong)pTab2->Get( nRowKey ); in TableOff()
1246 pTab2->Insert( nRowKey, (void*) nRowsPerRow2 ); in TableOff()
[all …]

Completed in 45 milliseconds