Francois Gouget
|
e70de9dbbb
|
ole32: Fix the name of PropertyStorage_WriteWStringToStream().
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-11-28 20:45:46 +01:00 |
Serge Gautherie
|
cd7bf44973
|
ole32: Improve a string format.
Signed-off-by: Serge Gautherie <winehq-git_serge_180711@gautherie.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-11-19 23:15:05 +01:00 |
Nikolay Sivov
|
9b7923e4bc
|
ole32: Return optional name in IEnumSTATPROPSTG::Next().
Based on patch by Michael Müller.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-11-12 21:39:40 +01:00 |
Nikolay Sivov
|
ecb2c8dd2e
|
ole32: Add separate IEnumSTATPROPSTG implementation.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-11-11 12:45:33 +01:00 |
Nikolay Sivov
|
7279121f4f
|
ole32: Add separate enumerator implementation for IEnumSTATPROPSETSTG.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-11-08 18:19:17 +01:00 |
Alexandre Julliard
|
0f47bb66a6
|
ole32: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-06-17 09:41:13 +02:00 |
Alexandre Julliard
|
d5a372abbb
|
include: Move inline assembly definitions to a new wine/asm.h header.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-14 13:45:07 +02:00 |
Marcus Meissner
|
71c3bf2bf8
|
ole32: Read vt into a DWORD, as propvariant->vt is 16 bit (Coverity).
Signed-off-by: Marcus Meissner <marcus@jet.franken.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-08-14 09:40:17 +02:00 |
Michael Müller
|
b7f3e26e89
|
ole32: Support reading VT_BOOL, VT_R8 and VT_I8 into propery storage.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-07-18 14:12:13 +02:00 |
Marcus Meissner
|
113b290dba
|
ole32: Allocate more for FmtIdToPropStgName (Coverity).
Signed-off-by: Marcus Meissner <marcus@jet.franken.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-20 20:06:39 +09:00 |
Alexandre Julliard
|
4f2db2ae0c
|
ole32: Fix a couple of reference leaks.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-21 18:26:52 +09:00 |
Alex Henrie
|
b045d72631
|
ole32: Implement StgOpenPropStg.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-21 18:26:52 +09:00 |
Alex Henrie
|
004e9f94e1
|
ole32: Implement StgCreatePropStg.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-21 18:26:52 +09:00 |
Francois Gouget
|
7fe0600237
|
ole32: Remove unneeded NONAMELESSXXX directives.
|
2015-03-17 14:18:54 +09:00 |
Alexandre Julliard
|
c6c3ccad36
|
ole32: Remove confusing uses of the __thiscall specifier.
|
2015-03-12 14:20:33 +09:00 |
André Hentschel
|
b1fed4e9f1
|
ole32: Use boolean return value in boolean function.
|
2014-01-29 17:29:05 +01:00 |
Frédéric Delanoy
|
57d7f74d34
|
Assorted spelling fixes.
|
2013-11-21 19:44:46 +01:00 |
André Hentschel
|
7c381e59c4
|
ole32: Don't leak memory allocated by enumx_allocate (coverity).
|
2012-10-29 10:35:40 +01:00 |
Vincent Povirk
|
04eaae5ce8
|
ole32: Stub StgConvertVariantToProperty.
|
2012-10-08 12:55:18 +02:00 |
Vincent Povirk
|
284f3cc047
|
ole32: Fix typo.
|
2012-08-28 14:40:58 +02:00 |
Vincent Povirk
|
0a5086ab64
|
ole32: Add support for reading BSTR properties.
|
2012-08-28 14:40:57 +02:00 |
Vincent Povirk
|
58c2462c36
|
ole32: Implement StgConvertPropertyToVariant.
|
2012-08-28 14:40:38 +02:00 |
Nikolay Sivov
|
ac032593c0
|
ole32: COM cleanup of IPropertySetStorage interface.
|
2012-07-16 15:21:44 +02:00 |
Nikolay Sivov
|
0c658860b1
|
ole32: COM cleanup for IStorage interface of base storage implementation.
|
2012-07-13 10:29:13 -05:00 |
Marcus Meissner
|
48ae8e9ced
|
ole32: Handle VT_BLOB in PropertyStorage_ReadProperty.
|
2011-12-05 17:40:28 +01:00 |
André Hentschel
|
09202ee949
|
ole32: Implement writing VT_CLSID properties.
|
2011-11-15 11:46:46 +01:00 |
Marcus Meissner
|
2395ea98bb
|
ole32: Access the array entry, not the array (Coverity).
|
2011-06-27 13:27:37 -05:00 |
Michael Stefaniuc
|
e13f9ff300
|
ole32: Use an iface instead of a vtbl pointer in PropertyStorage_impl.
|
2010-12-08 16:40:11 +01:00 |
Andrew Bogott
|
c75a4fd50a
|
ole32: Fix an off-by-one error that broke reading of many properties.
|
2010-12-01 11:14:34 +01:00 |
Andrew Bogott
|
df219f8758
|
ole32: Revert "ole32: Only read known format ids when attempting to read summary information.".
This reverts commit c94b2687d2 .
|
2010-12-01 11:14:29 +01:00 |
Juan Lang
|
c94b2687d2
|
ole32: Only read known format ids when attempting to read summary information.
|
2010-05-25 12:02:47 +02:00 |
Nikolay Sivov
|
0498534b6b
|
ole32: Remove useless parameter check.
|
2010-03-17 16:35:47 +01:00 |
Alexandre Julliard
|
2bc9ba758e
|
ole32: Fix some pointer cast warnings on 64-bit.
|
2009-12-31 12:12:16 +01:00 |
Juan Lang
|
776ee9ee81
|
ole32: Fix a memory leak.
|
2009-12-18 11:39:08 +01:00 |
Rob Shearman
|
2226b678e3
|
ole32: Fix the length of data written and read for VT_CF types in property storage code.
|
2009-11-29 16:40:26 +01:00 |
Rob Shearman
|
4b1d527b15
|
ole32: Fix a typo in PropertyStorage_WritePropertyToStream that caused the wrong data to be written to the stream.
The field pClipData is a pointer to the data to be written, not the start of it.
|
2009-11-24 15:54:41 +01:00 |
Austin English
|
f8daa90284
|
ole32: Fix build on Power PC.
|
2009-09-01 12:52:11 +02:00 |
Juan Lang
|
b308157bf2
|
ole32: Correct byte count.
|
2009-08-20 15:26:54 +02:00 |
Juan Lang
|
c664e9f494
|
ole32: On big endian machines, copy strings to little endian order without mucking with the map they're stored in.
|
2009-08-20 15:26:45 +02:00 |
Austin English
|
2fe86fb7cd
|
ole32: Rename a macro to prevent a conflict on NetBSD.
|
2009-04-24 11:51:53 +02:00 |
Michael Stefaniuc
|
efbb4ebf3e
|
widl: Output "LONG" instead of "long" for a 32bit integer.
long is always 32bit in IDL files but that's not true in C.
|
2009-03-13 11:15:21 +01:00 |
Michael Stefaniuc
|
0449701c31
|
ole32: Remove superfluous pointer casts.
|
2009-02-11 12:29:56 +01:00 |
Andrew Talbot
|
749184a1e8
|
ole32: Remove unneeded address-of operators from array names.
|
2008-07-11 14:06:31 +02:00 |
Austin English
|
1b24da3aa0
|
ole32: Spelling fixes.
|
2008-04-10 09:51:12 +02:00 |
Andrew Talbot
|
fd6ae97486
|
ole32: Assign to structs instead of using memcpy.
|
2008-03-14 11:21:26 +01:00 |
Andrew Talbot
|
e7b0f07c3e
|
ole32: Assign to structs instead of using memcpy.
|
2008-03-11 12:11:51 +01:00 |
James Hawkins
|
7b56757cf6
|
janitorial: Remove links to any microsoft site.
|
2008-03-01 12:17:13 +01:00 |
Andrew Talbot
|
554644fd0d
|
ole32: Remove unneeded casts.
|
2008-01-15 11:38:08 +01:00 |
Andrew Talbot
|
ca78a8b65f
|
ole32: Cast-qual warnings fix.
|
2007-07-06 18:11:46 +02:00 |
Andrew Talbot
|
67d667b828
|
ole32: Constify some variables.
|
2007-07-05 19:52:35 +02:00 |