ReactOS 0.4.15-dev-8621-g4b051b9
|
Go to the source code of this file.
Macros | |
#define | NONAMELESSUNION |
Enumerations | |
enum | insert_type_t { INSERT_NEXT , INSERT_CHILD } |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (htmlhelp) | |
static void | free_content_item (ContentItem *item) |
static void | parse_obj_node_param (ContentItem *item, ContentItem *hhc_root, const char *text, UINT code_page) |
static ContentItem * | parse_hhc (HHInfo *, IStream *, ContentItem *, insert_type_t *) |
static ContentItem * | insert_item (ContentItem *item, ContentItem *new_item, insert_type_t insert_type) |
static ContentItem * | parse_sitemap_object (HHInfo *info, stream_t *stream, ContentItem *hhc_root, insert_type_t *insert_type) |
static ContentItem * | parse_ul (HHInfo *info, stream_t *stream, ContentItem *hhc_root) |
static void | insert_content_item (HWND hwnd, ContentItem *parent, ContentItem *item) |
static void | fill_content_tree (HWND hwnd, ContentItem *parent, ContentItem *item) |
static void | set_item_parents (ContentItem *parent, ContentItem *item) |
void | InitContent (HHInfo *info) |
void | ReleaseContent (HHInfo *info) |
void | ActivateContentTopic (HWND hWnd, LPCWSTR filename, ContentItem *item) |
Enumerator | |
---|---|
INSERT_NEXT | |
INSERT_CHILD |
void ActivateContentTopic | ( | HWND | hWnd, |
LPCWSTR | filename, | ||
ContentItem * | item | ||
) |
Definition at line 330 of file content.c.
Referenced by ActivateContentTopic(), and DoSync().
|
static |
Definition at line 282 of file content.c.
Referenced by fill_content_tree(), and InitContent().
|
static |
Definition at line 35 of file content.c.
Referenced by free_content_item(), parse_sitemap_object(), and ReleaseContent().
Definition at line 304 of file content.c.
Referenced by CreateViewer().
|
static |
Definition at line 265 of file content.c.
Referenced by fill_content_tree().
|
static |
Definition at line 106 of file content.c.
Referenced by parse_hhc(), and parse_ul().
|
static |
Definition at line 229 of file content.c.
Referenced by InitContent(), and parse_sitemap_object().
|
static |
Definition at line 53 of file content.c.
Referenced by parse_sitemap_object().
|
static |
Definition at line 133 of file content.c.
Referenced by parse_ul().
|
static |
Definition at line 184 of file content.c.
Referenced by parse_hhc(), and parse_ul().
Definition at line 325 of file content.c.
Referenced by ReleaseHelpViewer().
|
static |
Definition at line 295 of file content.c.
Referenced by InitContent(), and set_item_parents().
WINE_DEFAULT_DEBUG_CHANNEL | ( | htmlhelp | ) |