Searched refs:pTOC (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/sot/source/sdstor/ |
| H A D | stgio.cxx | 41 pTOC = NULL; in StgIo() 50 delete pTOC; in ~StgIo() 86 delete pTOC; in SetupStreams() 90 pTOC = NULL; in SetupStreams() 97 pTOC = new StgDirStrm( *this ); in SetupStreams() 100 StgDirEntry* pRoot = pTOC->GetRoot(); in SetupStreams() 126 if( pTOC && pTOC->Store() && pDataFAT ) in CommitAll() 132 aHdr.SetTOCStart( pTOC->GetStart() ); in CommitAll() 319 if ( !rIo.pTOC ) in ValidateDirectoryEntries() 323 sal_uLong nErr = MarkAll( rIo.pTOC->GetRoot() ); in ValidateDirectoryEntries() [all …]
|
| H A D | stg.cxx | 141 && pIo->pTOC in Validate_Impl() 510 if( pIo->Good() && pIo->pTOC ) in Init() 512 pEntry = pIo->pTOC->GetRoot(); in Init() 610 StgDirEntry* p = pIo->pTOC->Find( *pEntry, rName ); in OpenStorage() 624 p = pIo->pTOC->Create( *pEntry, aNewName, STG_STORAGE ); in OpenStorage() 669 StgDirEntry* p = pIo->pTOC->Find( *pEntry, rName ); in OpenStream() 684 p = pIo->pTOC->Create( *pEntry, aNewName, STG_STREAM ); in OpenStream() 715 StgDirEntry* p = pIo->pTOC->Find( *pEntry, rName ); in Remove() 734 sal_Bool b = pIo->pTOC->Rename( *pEntry, rOld, rNew ); in Rename() 748 StgDirEntry* pElem = pIo->pTOC->Find( *pEntry, rElem ); in CopyTo() [all …]
|
| H A D | stgio.hxx | 63 StgDirStrm* pTOC; // TOC stream member in StgIo
|