ReactOS 0.4.16-dev-36-g301675c
|
#include <stdarg.h>
#include "ieframe.h"
#include "resource.h"
#include "winuser.h"
#include "wingdi.h"
#include "winnls.h"
#include "ole2.h"
#include "exdisp.h"
#include "oleidl.h"
#include "mshtmcid.h"
#include "shellapi.h"
#include "winreg.h"
#include "shlwapi.h"
#include "intshcut.h"
#include "ddeml.h"
#include "ieautomation.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
class | InternetExplorerManager |
Macros | |
#define | COBJMACROS |
#define | IDI_APPICON 1 |
#define | WM_UPDATEADDRBAR (WM_APP+1) |
Variables | |
static const WCHAR | szIEWinFrame [] = { 'I','E','F','r','a','m','e',0 } |
static const WCHAR | wszWineInternetExplorer [] |
static LONG | obj_cnt |
static DWORD | dde_inst |
static HSZ | ddestr_iexplore |
static HSZ | ddestr_openurl |
static struct list | ie_list = LIST_INIT(ie_list) |
static const IDocHostContainerVtbl | DocHostContainerVtbl |
static const IInternetExplorerManagerVtbl | InternetExplorerManager_vtbl |
#define COBJMACROS |
Definition at line 22 of file iexplore.c.
#define IDI_APPICON 1 |
Definition at line 48 of file iexplore.c.
Definition at line 50 of file iexplore.c.
Definition at line 142 of file iexplore.c.
Referenced by add_favs_to_menu().
Definition at line 171 of file iexplore.c.
Referenced by add_favs_to_menu(), and create_ie_menu().
|
static |
Definition at line 423 of file iexplore.c.
Referenced by create_rebar().
|
static |
Definition at line 412 of file iexplore.c.
Referenced by create_rebar().
Definition at line 251 of file iexplore.c.
Referenced by create_ie_menu().
Definition at line 71 of file iexplore.c.
Referenced by DocHostContainer_get_docobj_rect(), iewnd_OnNotify(), and iewnd_OnSize().
|
static |
Definition at line 740 of file iexplore.c.
Referenced by create_ie().
|
static |
Definition at line 813 of file iexplore.c.
Referenced by create_ie_window(), InternetExplorer_Create(), and open_dde_url().
Definition at line 318 of file iexplore.c.
Referenced by iewnd_OnCreate().
Definition at line 952 of file iexplore.c.
Referenced by IEWinMain().
|
static |
Definition at line 445 of file iexplore.c.
Referenced by iewnd_OnCreate().
|
static |
Definition at line 1050 of file iexplore.c.
Referenced by init_dde().
Definition at line 770 of file iexplore.c.
|
static |
Definition at line 782 of file iexplore.c.
Definition at line 776 of file iexplore.c.
Definition at line 796 of file iexplore.c.
|
static |
Definition at line 440 of file iexplore.c.
Referenced by DocHostContainer_on_command_state_change().
Definition at line 95 of file iexplore.c.
Referenced by create_ie_menu(), iewnd_OnCommand(), and iewnd_OnDestroy().
Definition at line 100 of file iexplore.c.
Referenced by free_fav_menu_data(), and iewnd_OnCommand().
Definition at line 122 of file iexplore.c.
Referenced by add_fav_to_menu(), and get_menu_item_count().
Definition at line 88 of file iexplore.c.
Referenced by create_ie_menu().
Definition at line 396 of file iexplore.c.
Referenced by iewnd_OnCommand().
|
static |
Definition at line 347 of file iexplore.c.
Referenced by iewnd_OnCommand().
|
static |
Definition at line 335 of file iexplore.c.
Referenced by iewnd_OnCommand().
Definition at line 675 of file iexplore.c.
Referenced by register_iewindow_class().
Definition at line 758 of file iexplore.c.
Definition at line 764 of file iexplore.c.
Definition at line 1139 of file iexplore.c.
Referenced by wWinMain().
|
static |
Definition at line 594 of file iexplore.c.
Referenced by ie_window_proc().
|
static |
Definition at line 506 of file iexplore.c.
Referenced by ie_window_proc().
|
static |
Definition at line 581 of file iexplore.c.
Referenced by ie_window_proc().
|
static |
Definition at line 543 of file iexplore.c.
Referenced by ie_window_proc().
|
static |
Definition at line 524 of file iexplore.c.
Referenced by ie_window_proc().
|
inlinestatic |
Definition at line 753 of file iexplore.c.
Referenced by DocHostContainer_on_command_state_change(), DocHostContainer_set_status_text(), DocHostContainer_set_url(), IEDocHost_addref(), and IEDocHost_release().
|
inlinestatic |
Definition at line 864 of file iexplore.c.
Referenced by InternetExplorerManager_AddRef(), and InternetExplorerManager_Release().
Definition at line 1098 of file iexplore.c.
Referenced by IEWinMain().
HRESULT WINAPI InternetExplorer_Create | ( | IClassFactory * | iface, |
IUnknown * | pOuter, | ||
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 837 of file iexplore.c.
|
static |
Definition at line 885 of file iexplore.c.
HRESULT WINAPI InternetExplorerManager_Create | ( | IClassFactory * | iface, |
IUnknown * | pOuter, | ||
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 926 of file iexplore.c.
|
static |
Definition at line 911 of file iexplore.c.
|
static |
Definition at line 869 of file iexplore.c.
|
static |
Definition at line 895 of file iexplore.c.
|
static |
Definition at line 992 of file iexplore.c.
Referenced by dde_proc().
Definition at line 713 of file iexplore.c.
Referenced by DllMain().
Definition at line 946 of file iexplore.c.
Referenced by InternetExplorer_Release(), and InternetExplorerManager_Release().
Definition at line 735 of file iexplore.c.
Referenced by DllMain().
|
static |
Definition at line 663 of file iexplore.c.
Referenced by ie_window_proc().
HRESULT update_ie_statustext | ( | InternetExplorer * | This, |
LPCWSTR | text | ||
) |
Definition at line 63 of file iexplore.c.
Referenced by DocHostContainer_set_status_text(), and InternetExplorer_put_StatusText().
WINE_DEFAULT_DEBUG_CHANNEL | ( | ieframe | ) |
|
static |
Definition at line 59 of file iexplore.c.
Referenced by init_dde(), release_dde(), START_TEST(), test_dde_aw_transaction(), test_DdeCreateDataHandle(), test_DdeCreateStringHandle(), and test_DdeCreateStringHandleW().
|
static |
Definition at line 60 of file iexplore.c.
Referenced by init_dde(), and release_dde().
|
static |
Definition at line 60 of file iexplore.c.
Referenced by dde_proc(), init_dde(), and release_dde().
|
static |
Definition at line 804 of file iexplore.c.
Referenced by create_ie().
Definition at line 61 of file iexplore.c.
Referenced by create_ie(), and open_dde_url().
|
static |
Definition at line 918 of file iexplore.c.
Referenced by InternetExplorerManager_Create().
|
static |
Definition at line 58 of file iexplore.c.
Referenced by create_ie(), InternetExplorerManager_Create(), and released_obj().
Definition at line 52 of file iexplore.c.
Referenced by create_frame_hwnd(), register_iewindow_class(), and unregister_iewindow_class().
Definition at line 55 of file iexplore.c.
Referenced by create_frame_hwnd(), and ie_dialog_about().