Francois Gouget
|
3dd1a8b4f1
|
oleaut32/tests: Replace some '#if 0's with 'if (0)'s.
|
2007-01-08 12:07:45 +01:00 |
Francois Gouget
|
ac25a3f93d
|
oleaut32/tests: Fix compilation on systems with no nameless unions (e.g. gcc 2.95).
|
2007-01-08 12:07:37 +01:00 |
Bernard Ladenthin
|
26f29fdad0
|
oleaut32: Better OleIconToCursor stub.
|
2007-01-03 12:07:41 +01:00 |
Alex Villacís Lasso
|
1c85155eaa
|
oleaut32: Support for VT_DISPATCH in VarImp.
|
2007-01-03 11:49:16 +01:00 |
Alex Villacís Lasso
|
e02b224d57
|
oleaut32: Support for VT_DISPATCH in VarPow.
|
2007-01-03 11:48:47 +01:00 |
Alex Villacís Lasso
|
90844e2067
|
oleaut32: Support for VT_DISPATCH in VarMod.
|
2007-01-03 11:48:13 +01:00 |
Alex Villacís Lasso
|
cdceb02319
|
oleaut32: Support for VT_DISPATCH in VarIdiv.
|
2007-01-03 11:44:42 +01:00 |
Alex Villacís Lasso
|
5aacee9550
|
oleaut32: Support for VT_DISPATCH in VarXor.
|
2007-01-03 11:44:03 +01:00 |
Alex Villacís Lasso
|
e98a49dee4
|
oleaut32: Support for VT_DISPATCH in VarOr.
|
2007-01-03 11:43:29 +01:00 |
Alex Villacís Lasso
|
a5e3a999ea
|
oleaut32: Support for VT_DISPATCH in VarSub.
|
2007-01-03 11:42:33 +01:00 |
Alex Villacís Lasso
|
67c9b7cbb8
|
oleaut32: Support for VT_DISPATCH in VarDiv.
|
2007-01-03 11:41:46 +01:00 |
Alex Villacís Lasso
|
01395dec51
|
oleaut32: Support for VT_DISPATCH in VarMul.
|
2007-01-03 11:40:11 +01:00 |
Alex Villacís Lasso
|
308a0b2e18
|
oleaut32: Support for VT_DISPATCH in VarAdd.
|
2007-01-03 11:39:11 +01:00 |
Alex Villacís Lasso
|
97d13c552c
|
oleaut32: Support for VT_DISPATCH in VarAnd.
|
2007-01-03 11:37:31 +01:00 |
Alex Villacís Lasso
|
4245cbb31c
|
oleaut32: Add wrapper for dereferencing a VARIANT of type VT_DISPATCH and returning the VARIANT value.
|
2007-01-03 11:35:37 +01:00 |
Rob Shearman
|
ecfe54df46
|
oleaut32: Fix _nroffuncs to return the correct number of functions by taking into account inherited interfaces.
|
2007-01-02 20:49:01 +01:00 |
Rob Shearman
|
72a84fbf06
|
oleaut32: SafeArrayAllocData should succeed when cbElements is 0.
|
2006-12-28 12:17:11 +01:00 |
Alex Villacís Lasso
|
c290f623e0
|
oleaut32: Fix VarMod(VT_DECIMAL) test by properly initializing the DECIMAL to use.
Fix Wine handling of VT_DECIMAL in VarMod.
|
2006-12-26 13:25:03 +01:00 |
Alex Villacís Lasso
|
8b95d95eb8
|
oleaut32: Fix tests for redundant headers in OLEPicture load from IStream.
|
2006-12-24 14:02:44 +01:00 |
Rob Shearman
|
029d244ea9
|
oleaut32: Fix a crash when executing the VarAnd test with an old version of oleaut32.dll.
|
2006-12-24 13:08:10 +01:00 |
Rob Shearman
|
452c127071
|
oleaut32: Fix the VarPow tests for older versions of oleaut32.
|
2006-12-24 13:08:06 +01:00 |
Alex Villacís Lasso
|
4a4effe3f7
|
oleaut32: VarBstrFromCy - Remove use of sprintfW by converting a CY
into a DECIMAL instead of a double as an intermediate step.
|
2006-12-21 11:24:48 +01:00 |
Alex Villacís Lasso
|
f162ce45ad
|
oleaut32: Bypass conversion to string in R4/R8 -> DECIMAL conversion.
|
2006-12-19 14:09:44 +01:00 |
Marcus Meissner
|
f0280cbd1e
|
made functions and variables static in some testcases.
|
2006-12-11 12:18:29 +01:00 |
Alexandre Julliard
|
87fa2e3f91
|
oleaut32/tests: Use LOCALE_NOUSEROVERRIDE in tests that depend on the decimal separator.
|
2006-12-07 14:05:45 +01:00 |
Alexandre Julliard
|
478ac3724d
|
oleaut32: Use LOCALE_NOUSEROVERRIDE where necessary in variant conversions.
|
2006-12-07 14:05:25 +01:00 |
Francois Gouget
|
c66628b73f
|
Consistently use SUBLANG_NEUTRAL for Italian resources.
|
2006-12-05 11:28:38 +01:00 |
Francois Gouget
|
bb8e625b5b
|
Assorted spelling fixes.
|
2006-12-05 10:31:47 +01:00 |
Charles Blacklock
|
12e4aa2165
|
oleaut32: Cleanup of previous VarBstrCmp patch.
|
2006-12-04 12:38:51 +01:00 |
Charles Blacklock
|
2b2ee9c7d1
|
oleaut32: Add VarBstrCmp binary comparison for LCID==0.
|
2006-11-30 20:06:37 +01:00 |
Dmitry Timoshkov
|
601bf6ea12
|
oleaut32: Make some data const and static.
|
2006-11-28 12:36:20 +01:00 |
Marcus Meissner
|
caa301a736
|
oleaut32: Protect against integer overflow in SysAllocStringLen.
|
2006-11-24 12:56:42 +01:00 |
Francois Gouget
|
b5f104d05b
|
Replace SUBLANG_DEFAULT with the specific SUBLANG_XXX constant for languages that have multiple sublanguages.
|
2006-11-24 11:49:32 +01:00 |
Mike McCormack
|
efc8317bb2
|
oleaut32: Remove incorrect references to malloc.
|
2006-11-16 12:45:12 +01:00 |
Dmitry Timoshkov
|
50a18ca57e
|
shlwapi: Unify SHDeleteKeyW implementation with SHDeleteKeyA.
|
2006-11-10 13:50:00 +01:00 |
Dmitry Timoshkov
|
75dd3534f9
|
oleaut32: Constify some data.
|
2006-11-10 13:49:56 +01:00 |
Mike McCormack
|
4bd117640d
|
oleaut32: Use HeapAlloc/Free instead of malloc/free.
|
2006-11-10 11:35:16 +01:00 |
Alex Villacís Lasso
|
64410e5907
|
oleaut32: typelib - fix regression in MSFT typelib parsing.
|
2006-11-09 10:44:13 +01:00 |
Michael Stefaniuc
|
9d625ad0e4
|
oleaut32: Fix the warnings introduced by the "unsigned long" to "ULONG" header changes.
|
2006-11-09 10:43:41 +01:00 |
Michael Stefaniuc
|
cc234847d0
|
widl: Use ULONG instead of unsigned long when generating declarations for *_UserFree() functions. This is needed for Win64 compatibility.
|
2006-11-09 10:43:23 +01:00 |
Michael Stefaniuc
|
6f95047034
|
widl: Use ULONG instead of unsigned long when generating declarations for *_UserUnMarshal() functions. This is needed for Win64 compatibility.
|
2006-11-09 10:43:20 +01:00 |
Michael Stefaniuc
|
05b1aac100
|
widl: Use ULONG instead of unsigned long when generating declarations for *_UserMarshal() functions. This is needed for Win64 compatibility.
|
2006-11-09 10:43:16 +01:00 |
Michael Stefaniuc
|
177aaf6738
|
widl: Use ULONG instead of unsigned long when generating declarations for *_UserSize() functions. This is needed for Win64 compatibility.
|
2006-11-09 10:43:12 +01:00 |
Alex Villacís Lasso
|
68817c10ee
|
oleaut32: varformat - Force LCID_US for conversion in VarFormatNumber.
|
2006-11-08 16:37:27 +01:00 |
Andrew Talbot
|
501e2dcc99
|
oleaut32: Cast-qual warnings fix.
|
2006-11-08 15:51:31 +01:00 |
Alex Villacís Lasso
|
3f593aa622
|
oleaut32: variant - allow conversion of VT_DISPATCH into VT_BSTR in VarCat.
|
2006-11-08 15:50:55 +01:00 |
Alex Villacís Lasso
|
a7128fbc4d
|
oleaut32: olepicture - Support multiple redundant headers before picture data.
|
2006-11-08 15:50:45 +01:00 |
Francois Gouget
|
30e44c85c8
|
Assorted spelling fixes.
|
2006-11-07 15:25:24 +01:00 |
Francois Gouget
|
ff64e09605
|
oleau32: The PSDK's ELEMDESC's union is nameless, always. So use the U(x) macro.
|
2006-11-07 15:24:43 +01:00 |
Rob Shearman
|
7f71545835
|
oleaut32: Update comments at the top of typelib.c and remove "stub" from several traces that are in implemented functions.
|
2006-10-27 11:59:50 +02:00 |