Searched refs:xXct (Results 1 – 1 of 1) sorted by relevance
1495 XclExpXctRef xXct( new XclExpXct( GetRoot(), rTabName, nSBTab, xCacheTable ) ); in InsertTabName() local1496 AddRecSize( xXct->GetTabName().GetSize() ); in InsertTabName()1497 maXctList.AppendRecord( xXct ); in InsertTabName()1533 XclExpXctRef xXct = maXctList.GetRecord( nSBTab ); in GetTabName() local1534 return xXct.is() ? &xXct->GetTabName() : 0; in GetTabName()
Completed in 28 milliseconds