Home
last modified time | relevance | path

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

/trunk/main/sot/source/sdstor/
H A Dstgio.cxx41 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 Dstg.cxx141 && 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 …]
H A Dstgio.hxx63 StgDirStrm* pTOC; // TOC stream member in StgIo

Completed in 32 milliseconds