Searched refs:StgEntry (Results 1 – 4 of 4) sorted by relevance
289 sal_Bool StgEntry::Init() in Init()328 sal_Bool StgEntry::SetName( const String& rName ) in SetName()343 sal_Int32 StgEntry::GetLeaf( StgEntryRef eRef ) const in GetLeaf()356 void StgEntry::SetLeaf( StgEntryRef eRef, sal_Int32 nPage ) in SetLeaf()367 const sal_Int32* StgEntry::GetTime( StgEntryTime eTime ) const in GetTime()372 void StgEntry::SetTime( StgEntryTime eTime, sal_Int32* pTime ) in SetTime()380 void StgEntry::SetClassId( const ClsId& r ) in SetClassId()385 void StgEntry::GetName( String& rName ) const in GetName()395 short StgEntry::Compare( const StgEntry& r ) const in Compare()412 sal_Bool StgEntry::Load( const void* pFrom, sal_uInt32 nBufSize ) in Load()[all …]
32 class StgEntry;41 StgEntry aSave; // original dir entry62 StgEntry aEntry; // entry data70 StgDirEntry( const StgEntry& );
60 StgDirEntry::StgDirEntry( const StgEntry& r ) : StgAvlNode(), aEntry( r ) in StgDirEntry()818 StgEntry aRoot; in StgDirStrm()973 StgEntry aEmpty; in Store()1010 StgEntry aEntry; in Find()1030 StgEntry aEntry; in Create()
120 class StgEntry { // directory enty class141 short Compare( const StgEntry& ) const; // compare two entries
Completed in 25 milliseconds