|
ReactOS 0.4.17-dev-806-gffa4164
|
#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 683 of file chm.c.
Referenced by OpenCHM(), and ReleaseHelpViewer().
Definition at line 327 of file chm.c.
Referenced by LoadWinTypeFromCHM().
Definition at line 188 of file chm.c.
Referenced by HtmlHelpW().
Definition at line 239 of file chm.c.
Referenced by LoadWinTypeFromCHM().
Definition at line 552 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 585 of file chm.c.
Referenced by OnTopicChange().
Definition at line 357 of file chm.c.
Referenced by CreateHelpViewer().
| void MergeChmProperties | ( | HH_WINTYPEW * | src, |
| HHInfo * | info, | ||
| BOOL | override | ||
| ) |
Definition at line 269 of file chm.c.
Referenced by HtmlHelpW(), and LoadWinTypeFromCHM().
Definition at line 639 of file chm.c.
Referenced by CreateHelpViewer().
Definition at line 84 of file chm.c.
Referenced by OpenCHM().
Definition at line 516 of file chm.c.
Referenced by InitContent(), InitIndex(), NavigateToUrl(), and parse_obj_node_param().
Definition at line 500 of file chm.c.
Referenced by resolve_filename(), and SetChmPath().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | htmlhelp | ) |
|
inlinestatic |