ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wine/winternl.h"
#include "winuser.h"
#include "winnls.h"
#include "htmlhelp.h"
#include "ole2.h"
#include "exdisp.h"
#include "mshtmhst.h"
#include "commctrl.h"
#include "wine/itss.h"
#include "wine/heap.h"
#include "wine/list.h"
Go to the source code of this file.
Classes | |
struct | ChmPath |
struct | ContentItem |
struct | IndexSubItem |
struct | IndexItem |
struct | SearchItem |
struct | CHMInfo |
struct | HHTab |
struct | IndexPopup |
struct | SearchTab |
struct | ContentsTab |
struct | wintype_stringsW |
struct | wintype_stringsA |
struct | WebBrowserContainer |
struct | HHInfo |
Macros | |
#define | COBJMACROS |
#define | WB_GOBACK 0 |
#define | WB_GOFORWARD 1 |
#define | WB_GOHOME 2 |
#define | WB_SEARCH 3 |
#define | WB_REFRESH 4 |
#define | WB_STOP 5 |
#define | WB_PRINT 6 |
#define | TAB_CONTENTS 0 |
#define | TAB_INDEX 1 |
#define | TAB_SEARCH 2 |
#define | TAB_FAVORITES 3 |
#define | TAB_NUMTABS TAB_FAVORITES |
Typedefs | |
typedef struct ContentItem | ContentItem |
typedef struct IndexSubItem | IndexSubItem |
typedef struct IndexItem | IndexItem |
typedef struct SearchItem | SearchItem |
typedef struct CHMInfo | CHMInfo |
Variables | |
struct list window_list | DECLSPEC_HIDDEN |
static void size_t | len |
#define TAB_NUMTABS TAB_FAVORITES |
typedef struct ContentItem ContentItem |
typedef struct IndexSubItem IndexSubItem |
typedef struct SearchItem SearchItem |
|
inlinestatic |
void ActivateContentTopic | ( | HWND | hWnd, |
LPCWSTR | filename, | ||
ContentItem * | item | ||
) |
Definition at line 330 of file content.c.
Referenced by ActivateContentTopic(), and DoSync().
Definition at line 670 of file chm.c.
Referenced by OpenCHM(), and ReleaseHelpViewer().
Definition at line 1831 of file help.c.
Referenced by CreateHelpViewer(), and HtmlHelpW().
Definition at line 1902 of file help.c.
Referenced by parse_index_obj_node_param(), and parse_obj_node_param().
void DoPageAction | ( | WebBrowserContainer * | container, |
DWORD | dwAction | ||
) |
Definition at line 753 of file webbrowser.c.
Referenced by TB_OnClick(), and UI_ShowContextMenu().
Definition at line 175 of file chm.c.
Referenced by HtmlHelpW().
Definition at line 539 of file chm.c.
Referenced by InitContent(), InitIndex(), and parse_sitemap_object().
Definition at line 572 of file chm.c.
Referenced by OnTopicChange().
Definition at line 304 of file content.c.
Referenced by CreateViewer().
Definition at line 265 of file index.c.
Referenced by CreateViewer().
Definition at line 222 of file search.c.
Referenced by Child_WndProc().
Definition at line 670 of file webbrowser.c.
Referenced by HH_AddHTMLPane().
Definition at line 344 of file chm.c.
Referenced by CreateHelpViewer().
void MergeChmProperties | ( | HH_WINTYPEW * | src, |
HHInfo * | info, | ||
BOOL | override | ||
) |
Definition at line 256 of file chm.c.
Referenced by HtmlHelpW(), and LoadWinTypeFromCHM().
Definition at line 257 of file help.c.
Referenced by HtmlHelpW(), NavigateToUrl(), OnTopicChange(), PopupChild_WndProc(), and TB_OnClick().
Definition at line 213 of file help.c.
Referenced by HtmlHelpW().
Definition at line 626 of file chm.c.
Referenced by CreateHelpViewer().
Definition at line 1802 of file help.c.
Referenced by CreateHelpViewer(), Help_WndProc(), and HtmlHelpW().
Definition at line 288 of file index.c.
Referenced by ReleaseHelpViewer().
Definition at line 235 of file search.c.
Referenced by InitSearch(), and ReleaseHelpViewer().
Definition at line 720 of file webbrowser.c.
Referenced by InitWebBrowser(), and ReleaseHelpViewer().
Definition at line 503 of file chm.c.
Referenced by InitContent(), InitIndex(), NavigateToUrl(), and parse_obj_node_param().
Definition at line 487 of file chm.c.
Referenced by resolve_filename(), and SetChmPath().
Definition at line 271 of file hhctrl.h.
Referenced by GetDocumentTitle(), ReadChmSystem(), and strdupAtoW().
Definition at line 299 of file hhctrl.h.
Referenced by cabinet_next_cabinet(), ITERATE_BindImage(), s_remote_GetActionInfo(), scrolltext_add_text(), and wintypeWtoA().
Definition at line 1563 of file help.c.
Referenced by HtmlHelpW().
void wintype_stringsA_free | ( | struct wintype_stringsA * | stringsA | ) |
Definition at line 1787 of file help.c.
Referenced by HtmlHelpA(), and ReleaseHelpViewer().
void wintype_stringsW_free | ( | struct wintype_stringsW * | stringsW | ) |
Definition at line 1773 of file help.c.
Referenced by HtmlHelpA(), and ReleaseHelpViewer().
|
extern |
Definition at line 251 of file hhctrl.h.
Referenced by strdupnAtoW(), and strdupWtoA().