Searched refs:pTOC (Results 1 – 3 of 3) sorted by relevance
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 …]
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()669 StgDirEntry* p = pIo->pTOC->Find( *pEntry, rName ); 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()861 StgDirEntry* pElem = pIo->pTOC->Find( *pEntry, rElem ); in MoveTo()878 bRes = pIo->pTOC->Move( *pEntry, *pDest->pEntry, rNew ); in MoveTo()[all …]
63 StgDirStrm* pTOC; // TOC stream member in StgIo
Completed in 18 milliseconds