ole32: Pass failures from delegate object's ::QueryInterface in default handler.
[wine] / dlls / ole32 / storage32.c
2009-11-16  Vincent Povirkole32: Rename deleteSt*Property to deleteSt*Contents.
2009-11-16  Vincent Povirkole32: Rename rootPropertyName to rootEntryName.
2009-11-16  Vincent Povirkole32: Rename SmallBlockChainStream.ownerPropertyIndex...
2009-11-16  Vincent Povirkole32: Rename BlockChainStream.ownerPropertyIndex to...
2009-11-16  Vincent Povirkole32: Rename stream.ownerProperty to dirEntry.
2009-11-16  Vincent Povirkole32: Rename rootPropertySetIndex to storageDirEntry.
2009-11-16  Vincent Povirkole32: Rename propertyUniqueID to clsid.
2009-11-16  Vincent Povirkole32: Rename propertyType to stgType.
2009-11-13  Vincent Povirkole32: Rename PROPERTY_RELATION constants to DIRENTRY_R...
2009-11-13  Vincent Povirkole32: Rename dirProperty to dirRootEntry.
2009-11-13  Vincent Povirkole32: Rename PROPSET_BLOCK_SIZE to RAW_DIRENTRY_SIZE.
2009-11-13  Vincent Povirkole32: Rename PROPERTY_NAME_*_LEN to DIRENTRY_NAME_...
2009-11-13  Vincent Povirkole32: Rename PROPERTY_NULL to DIRENTRY_NULL.
2009-11-12  Vincent Povirkole32: Rename StorageUtl_CopyPropertyToSTATSTG.
2009-11-12  Vincent Povirkole32: Rename StorageImpl_WriteProperty to StorageImpl_...
2009-11-12  Vincent Povirkole32: Rename StorageImpl_ReadProperty to StorageImpl_R...
2009-11-12  Vincent Povirkole32: Rename the StgProperty structure to DirEntry.
2009-11-12  Vincent Povirkole32: Remove the term "property type", it's just an...
2009-11-11  Vincent Povirkole32: Simplify RenameElement by using the same entry...
2009-11-11  Vincent Povirkole32: Adjust updatePropertyChain signature and name...
2009-11-03  Vincent Povirkole32: Add and use a destroyDirEntry function for delet...
2009-11-03  Vincent Povirkole32: Remove uses of This->base.ancestorStorage in...
2009-11-03  Vincent Povirkole32: Remove uses of This->base.ancestorStorage in...
2009-11-03  Vincent Povirkole32: Rename StorageImpl_SetStateBits to StorageBaseIm...
2009-11-03  Vincent Povirkole32: Rename StorageImpl_SetElementTimes to StorageBas...
2009-11-03  Vincent Povirkole32: Rename StorageImpl_DestroyElement to StorageBase...
2009-11-03  Vincent Povirkole32: Rename StorageImpl_MoveElementTo to StorageBaseI...
2009-10-30  Vincent Povirkole32: Rename StorageImpl_CopyTo to StorageBaseImpl_CopyTo.
2009-10-30  Vincent Povirkole32: Don't call internal functions from OLECONVERT_Wr...
2009-10-30  Vincent Povirkole32: Don't call internal functions from OLECONVERT_Ge...
2009-10-30  Vincent Povirkole32: Rename StorageImpl_CreateStorage to StorageBaseI...
2009-10-30  Vincent Povirkole32: Take a StorageBaseImpl in updatePropertyChain.
2009-10-30  Vincent Povirkole32: Convert adjustPropertyChain into real binary...
2009-10-30  Vincent Povirkole32: Remove directory entries from the tree before...
2009-10-29  Vincent Povirkole32: Write the new data in getFreeProperty and rename...
2009-10-29  Vincent Povirkole32: Split the data conversion functions out of Write...
2009-10-29  Vincent Povirkole32: Use the raw directory entry functions in getFree...
2009-10-29  Vincent Povirkole32: Move the low-level functionality of WritePropert...
2009-10-29  Vincent Povirkole32: Move the low-level functionality of ReadProperty...
2009-10-29  Vincent Povirkole32: Further simplify adjustPropertyChain and fold...
2009-10-29  Vincent Povirkole32: Reduce duplicated code in adjustPropertyChain.
2009-10-28  Vincent Povirkole32: Don't use IEnumSTATSTGImpl to search for a paren...
2009-10-26  Vincent Povirkole32: Don't use IEnumSTATSTG to search for elements...
2009-10-26  Vincent Povirkole32: Rename previous/nextProperty to left/rightChild.
2009-10-26  Vincent Povirkole32: Clarify the timestamp fields in StgProperty.
2009-10-12  Andrew Eikumole32: Use rgiidExclude in StorageImpl::CopyTo.
2009-10-06  Andrew Eikumole32: Use snbExclude in StorageImpl::CopyTo.
2009-10-05  Vincent Povirkole32: Remove useless comments.
2009-10-05  Vincent Povirkole32: We do need to implement Commit/Revert for non...
2009-09-26  Markus Stockhausenole32/storage32: Fix for reference counters in nested...
2009-08-29  Eric PouechRemove a couple of superfluous casts.
2009-08-28  Andrew Eikumole32: Overwrite previous CompObj instead of failing.
2009-08-24  Andrew Eikumole32: Don't read past the end of the stream when conve...
2009-08-20  Andrew Eikumole32: Add big block chain to small block chain convers...
2009-08-20  Andrew Eikumole32: Allow small block chains with no property.
2009-08-20  Andrew Eikumole32: Repair leak on error path.
2009-06-02  Huw Daviesole32: In simple mode, CreateStream with the STGM_CREAT...
2009-06-02  Huw Daviesole32: Store the creation flag - STGM_SIMPLE depends...
2009-06-02  Huw Daviesole32: Rename a parameter to better reflect its use.
2009-06-01  Vincent Povirkole32: Don't ignore a failure to delete the old element...
2009-06-01  Vincent Povirkole32: Fix return code of DeleteStorage for read only...
2009-06-01  Vincent Povirkole32: Fix crash when calling CreateStorage on read...
2009-06-01  Vincent Povirkole32: Fix crash when calling CreateStream on read...
2009-04-28  Huw Daviesole32: Don't ask for a name if it's not required.
2009-04-24  Austin Englishole32: Rename a macro to prevent a conflict on NetBSD.
2009-04-02  Vincent Povirkole32: When renaming a storage element, delete from...
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2009-01-15  Andrey Turkinole32: Do not crash in WriteClassStg if passed NULL...
2008-11-26  Francois GougetStraighten out some ellipses.
2008-11-03  Michael Stefaniucole32: Do not cast NULL.
2008-10-08  Michael Stefaniucole32: Use the right FAILED/SUCCEEDED macro instead...
2008-08-19  James Hawkinsole32: Storage sharing should be implemented in ole32...
2008-08-18  Rob Shearmanole32: Remove dead code in StorageImpl_LoadFileHeader.
2008-08-18  Rob Shearmanole32: Fix testing of HRESULT types with not operator...
2008-07-11  Andrew Talbotole32: Remove unneeded address-of operators from array...
2008-07-07  Andrew Talbotole32: Remove unneeded address-of operators from functi...
2008-04-10  Austin Englishole32: Spelling fixes.
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-15  Rob Shearmanole32: Fix the character count passed to GetClipboardFo...
2008-01-15  Andrew Talbotole32: Remove unneeded casts.
2007-10-22  Rob Shearmanole32: Reset the parent storage on overwritten streams...
2007-08-28  Aric Stewartole32: Properly update the SmallBlockDepotCount when...
2007-07-06  Andrew Talbotole32: Cast-qual warnings fix.
2007-07-05  Andrew Talbotole32: Constify some variables.
2007-06-07  Aric Stewartole32: Implementation of state bits for IStorage.
2007-05-10  Rob Shearmanole32: Move the logic in StgCreateDocfile for "if no...
2007-04-25  Michael Stefaniucjanitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
2007-03-21  Dmitry Timoshkovole32: Move the storage signatures to the appropriate...
2007-03-20  Aric Stewartole32: Rework storage with blockfiles to properly use...
2007-02-26  Rob Shearmanole32: The stream returned by StgStreamImpl_Clone shoul...
2007-01-10  Rob Shearmanole32: ReadClassStm should return STG_E_READFAULT is...
2007-01-10  Rob Shearmanole32: Fix Read/WriteClassStm to return an error if...
2007-01-04  Michael Gardinerole32: Stop StgOpenStorage from creating a file when...
2006-11-27  Kirill K. Smirnovole32: Fix logic in Storage32Impl_SmallBlocksToBigBlock...
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-09-28  Andrey Turkinole32: StgOpenStorage on non-existent file should creat...
2006-09-11  Robert Shearmanole32: Add a check for a condition where a stream has...
2006-09-11  Robert Shearmanole32: Remove some assertions in the stuctured storage...
2006-09-11  Robert Shearmanole32: Convert the *_{Read,Write}At structured storage...
next