Searched refs:StgEntryType (Results 1 – 3 of 3) sorted by relevance
95 enum StgEntryType { // dir entry types: enum144 StgEntryType GetType() const { return (StgEntryType) cType; } in GetType()146 void SetType( StgEntryType t ) { cType = (sal_uInt8) t; } in SetType()
116 StgDirEntry* Create( StgDirEntry&, const String&, StgEntryType );
1028 ( StgDirEntry& rStg, const String& rName, StgEntryType eType ) in Create()
Completed in 35 milliseconds