- 17 Mar, 2015 1 commit
-
-
Francois Gouget authored
-
- 13 Jun, 2014 1 commit
-
-
Andrew Eikum authored
-
- 12 Jun, 2014 1 commit
-
-
Vincent Povirk authored
-
- 18 Apr, 2013 1 commit
-
-
Nikolay Sivov authored
-
- 18 Jul, 2012 1 commit
-
-
Nikolay Sivov authored
-
- 17 Jul, 2012 1 commit
-
-
Nikolay Sivov authored
-
- 16 Jul, 2012 1 commit
-
-
Nikolay Sivov authored
-
- 13 Jul, 2012 1 commit
-
-
Nikolay Sivov authored
-
- 26 Aug, 2010 1 commit
-
-
Vincent Povirk authored
-
- 19 Jul, 2010 1 commit
-
-
Vincent Povirk authored
Some ILockBytes objects will not really write changes until their Flush method is called. Also, further optimizations to the storage implementation will involve caching writes, which will have to be flushed at times.
-
- 09 Dec, 2009 3 commits
-
-
Vincent Povirk authored
We can't do this safely when there are multiple objects for a single stream.
-
Vincent Povirk authored
-
Vincent Povirk authored
-
- 08 Dec, 2009 1 commit
-
-
Vincent Povirk authored
-
- 07 Dec, 2009 3 commits
-
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
- 04 Dec, 2009 3 commits
-
-
Vincent Povirk authored
This is needed so that the new transacted type will be able to easily support this logic.
-
Vincent Povirk authored
This is to avoid accessing the top-level StorageImpl directly.
-
Vincent Povirk authored
Since simple mode does not support substorages, we know these are the same.
-
- 24 Nov, 2009 1 commit
-
-
Vincent Povirk authored
-
- 18 Nov, 2009 2 commits
-
-
Vincent Povirk authored
-
Vincent Povirk authored
-
- 16 Nov, 2009 1 commit
-
-
Vincent Povirk authored
-
- 12 Nov, 2009 4 commits
-
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Vincent Povirk authored
The term "property" is misleading (ole32 has an unrelated feature called a "property set storage"), and I haven't seen it used anywhere outside the Wine code. The term "directory entry" matches the MS documentation and more accurately describes their use in the file.
-
- 24 Aug, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 20 Aug, 2009 2 commits
-
-
Andrew Eikum authored
-
Andrew Eikum authored
-
- 02 Jun, 2009 2 commits
-
-
Huw Davies authored
-
Huw Davies authored
ole32: In simple create mode the size returned by IStream_Stat is actually the current stream position.
-
- 11 Feb, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 07 Mar, 2008 1 commit
-
-
Huw Davies authored
-
- 16 May, 2007 1 commit
-
-
Andrew Talbot authored
-
- 20 Mar, 2007 1 commit
-
-
Rob Shearman authored
-
- 26 Feb, 2007 1 commit
-
-
Rob Shearman authored
ole32: The stream returned by StgStreamImpl_Clone should have one reference, so call AddRef before returning. Move the call to StorageBaseImpl_AddStream to StgStreamImpl_Construct to fix StgStreamImpl_Clone, which forgets to call it. Add tests for OLE structured storage tests for IStream::Clone.
-
- 08 Jan, 2007 1 commit
-
-
Rob Shearman authored
ole32: IPeristStream implies IPersist and IStream implies ISequentialStream so fix the Structured Storage stream implementation's QueryInterface with to reflect this.
-
- 16 Oct, 2006 1 commit
-
-
Michael Stefaniuc authored
-