Nikolay Sivov
|
9eab89bec6
|
ole32: Add support for reading VT_CLSID properties.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-03-23 11:37:31 +01:00 |
Nikolay Sivov
|
a697aa21f3
|
ole32: Fix string buffer size.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-01-27 14:43:09 +01:00 |
Nikolay Sivov
|
cab617bbab
|
ole32: Validate offsets when reading storage dictionary.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-01-27 14:43:07 +01:00 |
Nikolay Sivov
|
1a9a7d18b8
|
ole32: Add partial support for reading VT_VECTOR properties.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-01-27 14:42:58 +01:00 |
Nikolay Sivov
|
b13146077d
|
ole32: Check buffer bounds when reading storage properties.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-01-27 14:42:56 +01:00 |
Nikolay Sivov
|
433c17c010
|
ole32: Add support for writing VT_BSTR properties.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-01-27 14:42:53 +01:00 |
Nikolay Sivov
|
5aa9c433fc
|
ole32: Use more appropriate type for codepage arguments.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-12-13 13:16:00 +01:00 |
Nikolay Sivov
|
d34ec97ad5
|
ole32: Get rid of casts in 64-bit int serialization helper.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-12-12 23:17:05 +01:00 |
Nikolay Sivov
|
31c41d9855
|
ole32: Get rid of casts in GUID serialization helper.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-12-12 23:17:05 +01:00 |
Nikolay Sivov
|
4d605e8683
|
ole32: Get rid of casts in WORD serialization helper.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-12-12 23:17:05 +01:00 |
Nikolay Sivov
|
46ba55be86
|
ole32: Get rid of some casts in DWORD serialization helper.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-12-12 23:17:05 +01:00 |
Michael Müller
|
3cb18cc656
|
ole32: Fix property name handling for dictionary entries in CP_UNICODE case.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=42046
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-12-12 23:17:05 +01:00 |
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 |