ReactOS 0.4.16-dev-814-g656a5dc
|
#include <stdarg.h>
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <wine/test.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <wingdi.h>
#include <winnls.h>
#include <winerror.h>
#include <winnt.h>
#include <initguid.h>
#include <wtypes.h>
#include <olectl.h>
#include <ocidl.h>
Go to the source code of this file.
Classes | |
struct | font_dispid |
Macros | |
#define | COBJMACROS |
#define | EXPECT_HR(hr, hr_exp) ok(hr == hr_exp, "got 0x%08x, expected 0x%08x\n", hr, hr_exp) |
Variables | |
static WCHAR | MSSansSerif_font [] = {'M','S',' ','S','a','n','s',' ','S','e','r','i','f',0} |
static WCHAR | system_font [] = { 'S','y','s','t','e','m',0 } |
static WCHAR | arial_font [] = { 'A','r','i','a','l',0 } |
static WCHAR | marlett_font [] = { 'M','a','r','l','e','t','t',0 } |
static HMODULE | hOleaut32 |
static | REFIID |
static int | fonteventsdisp_invoke_called |
static BSTR | fonteventsdisp_invoke_arg0 |
static IFontEventsDispVtbl | FontEventsDisp_Vtbl |
static IFontEventsDisp | FontEventsDisp = { &FontEventsDisp_Vtbl } |
DEFINE_GUID | ( | GUID_NULL | , |
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | |||
) |
|
static |
|
static |
|
static |
|
static |
Definition at line 311 of file olefont.c.
|
static |
Definition at line 262 of file olefont.c.
|
static |
START_TEST | ( | olefont | ) |
Definition at line 1281 of file olefont.c.
Definition at line 830 of file olefont.c.
Referenced by START_TEST().
Definition at line 354 of file olefont.c.
Referenced by START_TEST().
Definition at line 532 of file olefont.c.
Referenced by START_TEST().
Definition at line 991 of file olefont.c.
Referenced by START_TEST().
|
static |
Definition at line 61 of file olefont.c.
Referenced by test_ifont_sizes().
Definition at line 120 of file olefont.c.
Referenced by START_TEST().
Definition at line 603 of file olefont.c.
Referenced by START_TEST().
Definition at line 651 of file olefont.c.
Referenced by START_TEST().
|
static |
Definition at line 494 of file olefont.c.
Referenced by test_GetIDsOfNames().
Definition at line 1230 of file olefont.c.
Referenced by START_TEST().
Definition at line 1173 of file olefont.c.
Referenced by START_TEST().
Definition at line 760 of file olefont.c.
Referenced by START_TEST().
Definition at line 219 of file olefont.c.
Referenced by START_TEST().
Definition at line 47 of file olefont.c.
Referenced by test_AddRefHfont(), test_hfont_lifetime(), test_ifont_size(), test_IsEqual(), test_OleCreateFontIndirect(), test_realization(), and test_ReleaseHfont().
|
static |
Definition at line 346 of file olefont.c.
Referenced by test_font_events_disp().
|
static |
Definition at line 309 of file olefont.c.
Referenced by FontEventsDisp_Invoke(), and test_font_events_disp().
|
static |
Definition at line 308 of file olefont.c.
Referenced by FontEventsDisp_Invoke(), and test_font_events_disp().
|
static |
|
static |
Definition at line 50 of file olefont.c.
Referenced by START_TEST().
Definition at line 48 of file olefont.c.
Referenced by test_realization().
Definition at line 45 of file olefont.c.
Referenced by test_font_events_disp(), and test_returns().
Definition at line 46 of file olefont.c.
Referenced by test_AddRefHfont(), test_IsEqual(), and test_ReleaseHfont().