ReactOS 0.4.16-dev-297-gc569aee
|
#include "hhctrl.h"
#include "stream.h"
#include "winreg.h"
#include "shlwapi.h"
#include "wine/debug.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (htmlhelp) | |
static LPCSTR | GetChmString (CHMInfo *chm, DWORD offset) |
static BOOL | ReadChmSystem (CHMInfo *chm) |
LPWSTR | FindContextAlias (CHMInfo *chm, DWORD index) |
static WCHAR * | FindHTMLHelpSetting (HHInfo *info, const WCHAR *extW) |
static WCHAR * | MergeChmString (LPCWSTR src, WCHAR **dst) |
void | MergeChmProperties (HH_WINTYPEW *src, HHInfo *info, BOOL override) |
static WCHAR * | ConvertChmString (HHInfo *info, DWORD id) |
static void | wintype_free (HH_WINTYPEW *wintype) |
BOOL | LoadWinTypeFromCHM (HHInfo *info) |
LPCWSTR | skip_schema (LPCWSTR url) |
void | SetChmPath (ChmPath *file, LPCWSTR base_file, LPCWSTR path) |
IStream * | GetChmStream (CHMInfo *info, LPCWSTR parent_chm, ChmPath *chm_file) |
WCHAR * | GetDocumentTitle (CHMInfo *info, LPCWSTR document) |
CHMInfo * | OpenCHM (LPCWSTR szFile) |
CHMInfo * | CloseCHM (CHMInfo *chm) |
Definition at line 670 of file chm.c.
Referenced by OpenCHM(), and ReleaseHelpViewer().
Definition at line 314 of file chm.c.
Referenced by LoadWinTypeFromCHM().
Definition at line 175 of file chm.c.
Referenced by HtmlHelpW().
Definition at line 226 of file chm.c.
Referenced by LoadWinTypeFromCHM().
Definition at line 539 of file chm.c.
Referenced by InitContent(), InitIndex(), and parse_sitemap_object().
Definition at line 35 of file chm.c.
Referenced by ConvertChmString(), and FindContextAlias().
Definition at line 572 of file chm.c.
Referenced by OnTopicChange().
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 626 of file chm.c.
Referenced by CreateHelpViewer().
Definition at line 82 of file chm.c.
Referenced by OpenCHM().
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().
WINE_DEFAULT_DEBUG_CHANNEL | ( | htmlhelp | ) |
|
inlinestatic |