Austin English
|
94f63d7681
|
ole32/tests: Make sure to use a return value (LLVM/Clang).
|
2011-07-26 10:22:38 +02:00 |
|
Michael Stefaniuc
|
9d94b1d402
|
ole32: COM cleanup for the IEnumCATEGORYINFO iface.
|
2011-07-13 15:00:22 +02:00 |
|
Francois Gouget
|
be9a032693
|
ole32: Modify local_server_thread() to recreate the pipe for each request.
This avoids having the named pipe get stuck in the STATUS_PIPE_BUSY state after the DisconnectNamedPipe() call.
|
2011-07-13 11:52:59 +02:00 |
|
Francois Gouget
|
b6f28fc70f
|
ole32: Fix a handle leak in local_server_thread().
|
2011-07-13 11:52:45 +02:00 |
|
Frédéric Delanoy
|
8f32948d9a
|
ole32/tests: Remove dead assignment (Clang).
|
2011-07-11 18:33:46 +02:00 |
|
Marcus Meissner
|
2395ea98bb
|
ole32: Access the array entry, not the array (Coverity).
|
2011-06-27 13:27:37 -05:00 |
|
Michael Stefaniuc
|
7b3d1bbc4e
|
ole32: COM cleanup for the static object ComCatMgrImpl.
|
2011-06-21 17:12:15 +02:00 |
|
Adam Martinson
|
e85668b463
|
ole32: Don't call IDropTarget::QueryInterface() in RegisterDragDrop().
|
2011-06-08 17:36:40 +02:00 |
|
Vincent Povirk
|
c72ecb1de6
|
ole32: Avoid opening source storage in IStorage::CopyTo.
|
2011-06-03 17:37:09 +02:00 |
|
David Hedberg
|
a0980b47c8
|
ole32: Add ManualResetEvent implementation.
|
2011-05-30 17:55:43 +02:00 |
|
Alexandre Julliard
|
7efe6d9895
|
ole32: Delete the transacted storage scratch file on release.
|
2011-05-26 13:27:41 +02:00 |
|
Adam Martinson
|
456e48efa1
|
ole32/tests: IDropTarget::QueryInterface() shouldn't be called.
|
2011-05-20 17:57:01 +02:00 |
|
Alexandre Julliard
|
5a559f181a
|
ole32: Don't continue to wait for a local server if the process has terminated.
|
2011-05-20 13:41:18 +02:00 |
|
Nicolas Le Cam
|
cfe11f1875
|
ole32/tests: Fix large integer overflow warnings.
|
2011-05-02 12:42:21 +02:00 |
|
David Hedberg
|
ea14a6b2e7
|
oleaut32: Fix CLSIDToString behaviour when passed an invalid CLSID-string.
In some cases, Excel 2007 apparently relies on CLSIDToString properly
parsing an "invalid" CLSID string where extra bytes are appended.
|
2011-04-28 18:17:18 +02:00 |
|
Marcus Meissner
|
14c4ef3fdd
|
ole32: Mark internal symbols has hidden visibility.
|
2011-04-25 13:02:01 +02:00 |
|
Dmitry Timoshkov
|
30b6b53adf
|
ole32: Replace a spurious FIXME by a TRACE.
|
2011-04-15 15:39:44 +02:00 |
|
Austin English
|
85b5a869e8
|
ole32: Remove extraneous parentheses (LLVM/Clang).
|
2011-04-13 14:13:55 +02:00 |
|
Nikolay Sivov
|
0c33682330
|
ole32: Handle null argument in OleIsRunning().
|
2011-04-08 13:03:20 +02:00 |
|
Austin English
|
671b9a43e7
|
ole32/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-17 17:30:30 +01:00 |
|
Austin English
|
fe975fb0b6
|
ole32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-14 13:33:33 +01:00 |
|
Austin English
|
5206db8055
|
ole32/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-14 13:33:33 +01:00 |
|
Austin English
|
efb3c48d8a
|
ole32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-14 13:33:32 +01:00 |
|
Austin English
|
f0ca65a287
|
ole32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-10 09:57:59 -06:00 |
|
Austin English
|
5ca437e758
|
ole32/tests: Remove unused assignment (LLVM/Clang).
|
2011-02-07 10:10:16 -06:00 |
|
Alexander Scott-Johns
|
e39fc20638
|
ole32: Fix error handling in get_data_from_metafilepict and get_data_from_bitmap.
|
2011-01-31 14:05:15 +01:00 |
|
Alexander Scott-Johns
|
d73db97104
|
ole32: Add support for rendering HBITMAP clipboard objects.
|
2011-01-28 17:23:56 +01:00 |
|
Alexander Scott-Johns
|
0f4fbd30f6
|
ole32: Add support for rendering METAFILEPICT clipboard objects.
|
2011-01-28 17:23:56 +01:00 |
|
Alexandre Julliard
|
8c2a9414a6
|
ole32: Cleanup return value handling in CoWaitForMultipleHandles.
|
2011-01-21 14:51:37 +01:00 |
|
Maarten Lankhorst
|
75801f095d
|
ole32: Handle alertable wait in CoWaitForMultipleHandles.
|
2011-01-21 14:44:48 +01:00 |
|
Nikolay Sivov
|
d91dbd0baa
|
ole32/tests: Test for return value directly without macros.
|
2011-01-11 16:05:46 +01:00 |
|
Michael Stefaniuc
|
a9ae183d8a
|
ole32: COM cleanup for the IMalloc iface.
|
2011-01-07 10:22:22 +01:00 |
|
Huw Davies
|
62cd56ce81
|
ole32: Store the ole advise sinks in a STATDATA array.
|
2011-01-05 17:54:49 +01:00 |
|
Huw Davies
|
6ac2cb3ddc
|
ole32: Reimplement SendOnDataChange using the connection enumerator.
|
2011-01-05 17:54:44 +01:00 |
|
Michael Stefaniuc
|
4ff5c02098
|
ole32: COM cleanup for the IEnumSTATSTG iface.
|
2011-01-04 11:14:25 +01:00 |
|
Greg Geldorp
|
8cbb8cc38d
|
ole32/tests: Disable target device clipboard tests.
|
2011-01-03 16:57:04 +01:00 |
|
Greg Geldorp
|
9c9762d1ab
|
ole32/tests: Fix crashes in usrmarshal.
|
2011-01-03 11:54:03 +01:00 |
|
André Hentschel
|
0fb2994fdc
|
ole32/tests: Don't test function directly when reporting GetLastError().
|
2010-12-31 11:44:02 +01:00 |
|
Michael Stefaniuc
|
91ecb05f29
|
ole32: Standardize the COM usage in defaulthandler.c.
|
2010-12-23 13:47:27 +01:00 |
|
Michael Stefaniuc
|
feba7c37b4
|
ole32: Use ifaces instead of vtbl pointers in DataCache.
|
2010-12-23 13:47:27 +01:00 |
|
Michael Stefaniuc
|
bb81737f9c
|
ole32: Standardize the COM usage in git.c.
|
2010-12-22 12:49:02 +01:00 |
|
Huw Davies
|
3a2aae49d3
|
ole32: Standardize the COM usage.
|
2010-12-20 12:47:43 +01:00 |
|
Huw Davies
|
06f2ef4fb5
|
ole32: Implement IDataAdviseHolder_EnumAdvise.
|
2010-12-20 12:47:43 +01:00 |
|
Huw Davies
|
4151b49fad
|
ole32: Allow the EnumSTATDATA constructor to take a sparse array.
|
2010-12-20 12:47:43 +01:00 |
|
Huw Davies
|
892796a9a6
|
ole32: Use a STATDATA array to hold the connection data.
|
2010-12-20 12:47:42 +01:00 |
|
Huw Davies
|
861bb8ee13
|
ole32: Remove some useless comments.
|
2010-12-20 12:47:42 +01:00 |
|
Huw Davies
|
10aa9b2194
|
ole32: Rewrite the OleAdviseHolder's STATDATA enumerator to be a generic STATDATA enumerator.
|
2010-12-17 13:26:01 +01:00 |
|
Michael Stefaniuc
|
0207e413c1
|
ole32: Standardize the COM usage in clipboard.c.
|
2010-12-16 12:06:51 +01:00 |
|
Michael Stefaniuc
|
bfdcc3930c
|
ole32: Standardize the COM usage in moniker.c.
|
2010-12-15 13:18:51 +01:00 |
|
Michael Stefaniuc
|
ee56fbb947
|
ole32: Use ifaces instead of vtbl pointers in FTMarshalImpl.
|
2010-12-15 13:18:49 +01:00 |
|