Searched refs:pTab2 (Results 1 – 1 of 1) sorted by relevance
1195 Table* pTab2 = NULL; in TableOff() local1198 pTab2 = new Table; in TableOff()1199 pTables->Insert( nTable, pTab2 ); in TableOff()1236 if ( !pTab2 ) in TableOff()1238 pTab2 = new Table; in TableOff()1239 pTables->Insert( nTable, pTab2 ); in TableOff()1244 SCROW nR = (SCROW)(sal_uLong)pTab2->Get( nRowKey ); in TableOff()1246 pTab2->Insert( nRowKey, (void*) nRowsPerRow2 ); in TableOff()1248 pTab2->Replace( nRowKey, (void*) nRowsPerRow2 ); in TableOff()
Completed in 27 milliseconds