Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/html/
H A Dhtmlpars.cxx1173 Table* pTab1 = (Table*) pTables->Get( nTab ); in TableOff() local
1174 if ( !pTab1 ) in TableOff()
1176 pTab1 = new Table; in TableOff()
1177 pTables->Insert( nTab, pTab1 ); in TableOff()
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()

Completed in 21 milliseconds