Searched refs:StgDirEntry (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sot/source/sdstor/ |
H A D | stgdir.cxx | 60 StgDirEntry::StgDirEntry( const StgEntry& r ) : StgAvlNode(), aEntry( r ) in StgDirEntry() function in StgDirEntry 90 StgDirEntry::~StgDirEntry() in ~StgDirEntry() 105 const StgDirEntry* pEntry = (const StgDirEntry*) p; in Compare() 123 ((StgDirEntry*) pLeft)->Enum( n ); nLeft = ((StgDirEntry*) pLeft)->nEntry; in Enum() 127 ((StgDirEntry*) pRight)->Enum( n ); nRight = ((StgDirEntry*) pRight)->nEntry; in Enum() 285 void StgDirEntry::Close() in Close() 501 void StgDirEntry::Copy( StgDirEntry& rDest ) in Copy() 761 sal_Bool StgDirEntry::IsContained( StgDirEntry* pStg ) in IsContained() 845 StgDirEntry* pUpper, in SetupEntry() 867 StgDirEntry* pCur = new StgDirEntry( p, STGENTRY_SIZE, &bOk ); in SetupEntry() [all …]
|
H A D | stgdir.hxx | 33 class StgDirEntry; 71 ~StgDirEntry(); 94 void Copy( StgDirEntry& ); 105 StgDirEntry* pUpper, 115 StgDirEntry* Find( StgDirEntry&, const String& ); 116 StgDirEntry* Create( StgDirEntry&, const String&, StgEntryType ); 119 sal_Bool Move( StgDirEntry&, StgDirEntry&, const String& ); 126 StgDirEntry* First() { return (StgDirEntry*) StgAvlIterator::First(); } in First() 127 StgDirEntry* Next() { return (StgDirEntry*) StgAvlIterator::Next(); } in Next() 128 StgDirEntry* Last() { return (StgDirEntry*) StgAvlIterator::Last(); } in Last() [all …]
|
H A D | stg.cxx | 180 StorageStream::StorageStream( StgIo* p, StgDirEntry* q, StreamMode m ) in StorageStream() 339 SvStorageInfo::SvStorageInfo( const StgDirEntry& rE ) in SvStorageInfo() 519 Storage::Storage( StgIo* p, StgDirEntry* q, StreamMode m ) in Storage() 568 StgDirEntry* p = aIter.First(); in FillInfoList() 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() 748 StgDirEntry* pElem = pIo->pTOC->Find( *pEntry, rElem ); in CopyTo() 861 StgDirEntry* pElem = pIo->pTOC->Find( *pEntry, rElem ); in MoveTo() 908 StgDirEntry* p = pIo->pTOC->Find( *pEntry, rName ); in IsStorage() [all …]
|
H A D | stgcache.hxx | 40 class StgDirEntry; 89 sal_Bool Commit( StgDirEntry* = NULL ); // flush all pages 90 void Revert( StgDirEntry* = NULL ); // revert dirty pages 99 StgDirEntry* pOwner; // owner 111 void SetOwner( StgDirEntry* p ) { pOwner = p; } in SetOwner()
|
H A D | stgstrms.hxx | 34 class StgDirEntry; 70 StgDirEntry* pEntry; // dir entry (for ownership) 89 void SetEntry( StgDirEntry& ); 123 StgDataStrm( StgIo&, StgDirEntry& ); 142 StgSmallStrm( StgIo&, StgDirEntry& );
|
H A D | stgio.cxx | 100 StgDirEntry* pRoot = pTOC->GetRoot(); in SetupStreams() 246 sal_uLong MarkAll( StgDirEntry *pEntry ); 288 sal_uLong Validator::MarkAll( StgDirEntry *pEntry ) in MarkAll() 295 for( StgDirEntry* p = aIter.First(); p ; p = aIter.Next() ) in MarkAll()
|
H A D | stgcache.cxx | 307 sal_Bool StgCache::Commit( StgDirEntry* ) in Commit() argument 354 void StgCache::Revert( StgDirEntry* ) in Revert() argument
|
H A D | stgstrms.cxx | 330 void StgStrm::SetEntry( StgDirEntry& r ) in SetEntry() 749 StgDataStrm::StgDataStrm( StgIo& r, StgDirEntry& p ) : StgStrm( r ) in StgDataStrm() 981 StgSmallStrm::StgSmallStrm( StgIo& r, StgDirEntry& p ) : StgStrm( r ) in StgSmallStrm()
|
/aoo42x/main/sot/inc/sot/ |
H A D | stg.hxx | 59 class StgDirEntry; 159 StgDirEntry* pEntry; // the dir entry 160 OLEStorageBase( StgIo*, StgDirEntry*, StreamMode& ); 163 sal_Bool ValidateMode_Impl( StreamMode, StgDirEntry* p = NULL ) const ; 176 StorageStream( StgIo*, StgDirEntry*, StreamMode ); 188 sal_Bool ValidateMode( StreamMode, StgDirEntry* p ) const; 200 Storage( StgIo*, StgDirEntry*, StreamMode ); 253 sal_Bool ValidateMode( StreamMode, StgDirEntry* p ) const;
|
H A D | storinfo.hxx | 32 class StgDirEntry; 44 SvStorageInfo( const StgDirEntry& );
|
Completed in 29 milliseconds