stgdir.hxx (bbfc4cc7) stgdir.hxx (297a844a)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 52 unchanged lines hidden (view full) ---

61public:
62 StgEntry aEntry; // entry data
63 sal_Int32 nRefCnt; // reference count
64 StreamMode nMode; // open mode
65 sal_Bool bTemp; // sal_True: delete on dir flush
66 sal_Bool bDirect; // sal_True: direct mode
67 sal_Bool bZombie; // sal_True: Removed From StgIo
68 sal_Bool bInvalid; // sal_True: invalid entry
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 52 unchanged lines hidden (view full) ---

61public:
62 StgEntry aEntry; // entry data
63 sal_Int32 nRefCnt; // reference count
64 StreamMode nMode; // open mode
65 sal_Bool bTemp; // sal_True: delete on dir flush
66 sal_Bool bDirect; // sal_True: direct mode
67 sal_Bool bZombie; // sal_True: Removed From StgIo
68 sal_Bool bInvalid; // sal_True: invalid entry
69 StgDirEntry( const void*, sal_Bool * pbOk );
69 StgDirEntry( const void* pBuffer, sal_uInt32 nBufferLen, sal_Bool * pbOk );
70 StgDirEntry( const StgEntry& );
71 ~StgDirEntry();
72
73 void Invalidate( sal_Bool=sal_False ); // invalidate all open entries
74 void Enum( sal_Int32& ); // enumerate entries for iteration
75 void DelTemp( sal_Bool ); // delete temporary entries
76 sal_Bool Store( StgDirStrm& ); // save entry into dir strm
77 sal_Bool IsContained( StgDirEntry* ); // check if subentry

--- 51 unchanged lines hidden ---
70 StgDirEntry( const StgEntry& );
71 ~StgDirEntry();
72
73 void Invalidate( sal_Bool=sal_False ); // invalidate all open entries
74 void Enum( sal_Int32& ); // enumerate entries for iteration
75 void DelTemp( sal_Bool ); // delete temporary entries
76 sal_Bool Store( StgDirStrm& ); // save entry into dir strm
77 sal_Bool IsContained( StgDirEntry* ); // check if subentry

--- 51 unchanged lines hidden ---