Commit Graph

21 Commits

Author SHA1 Message Date
Michael Stefaniuc b03718f09c oledlg: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-17 22:36:32 +02:00
Nikolay Sivov 0028360d4b oledlg: Use W-functions to access window property.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-20 10:32:56 +01:00
Sebastian Lackner 3a9907cfdc oledlg: Properly use SUCCEEDED macro to check HRESULT.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-09-13 22:41:02 +09:00
Huw Davies 81057ba9b9 oledlg: Add a missing break. 2012-11-28 20:14:43 +01:00
Michael Stefaniuc eeed445f44 oledlg: Avoid TRUE:FALSE conditional expressions. 2012-08-13 17:29:56 +02:00
Andrew Talbot 47a68bbdbe oledlg: Remove extraneous braces from switch statement. 2011-11-07 11:54:05 +01:00
Michael Stefaniuc 610fba7519 oledlg: Remove some explicit WPARAM casts. 2009-12-28 12:27:14 +01:00
Michael Stefaniuc a4bf5c0d2c oledlg: Remove some superfluous casts. 2008-12-02 14:04:45 +01:00
Rob Shearman 6357f9c02c oledlg: Fix the type of ret in UIINSERTOBJECTDLG_PopulateObjectTypes.
It is only used for storing the result of RegEnumKeyW so it should be
LSTATUS instead of HRESULT.
2008-09-30 10:20:30 -05:00
Andrew Talbot 1b2dc823d2 oledlg: Assign to structs instead of using memcpy. 2008-03-14 11:21:46 +01:00
Alexandre Julliard 4fd668d010 Replace some instances of LoadStringA by LoadStringW. 2008-03-03 20:07:37 +01:00
Vitaly Lipatov e3b4ebebf4 oledlg: Use wide strings, fix buffers size. 2007-12-05 13:31:35 +01:00
Andrew Talbot ddb0a188be oledlg: Exclude unused header. 2007-05-16 11:55:55 +02:00
Andrew Talbot 1308d09808 oledlg: Declare a function static. 2007-01-22 12:08:58 +01:00
Alexandre Julliard 7d5da23463 oledlg: Make a string static. 2006-08-02 13:32:34 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Mike McCormack 257c337c19 gcc 4.0 -Wpointer-sign fixes (Reg* functions). 2005-07-07 12:08:42 +00:00
Peter Berg Larsen 6e3bcb5a54 Replace strncpy with memcpy or lstrcpyn. 2005-04-18 10:30:55 +00:00
Jakob Eriksson 9ed61de9a2 Get rid of HeapAlloc casts. 2005-03-24 21:01:35 +00:00
Eric Pouech 0a258964c2 Const correctness fixes. 2004-11-30 21:38:57 +00:00
Ulrich Czekalla af0d2afe20 Initial implementation of OleUIInsertObject. 2003-11-05 01:34:38 +00:00