ReactOS
0.4.15-dev-1619-g69dffed
|
#include "hhctrl.h"
#include "wingdi.h"
#include "commctrl.h"
#include "wininet.h"
#include "wine/debug.h"
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | html_encoded_symbol |
Macros | |
#define | WINTYPE_DEFAULT_X 280 |
#define | WINTYPE_DEFAULT_Y 100 |
#define | WINTYPE_DEFAULT_WIDTH 740 |
#define | WINTYPE_DEFAULT_HEIGHT 640 |
#define | WINTYPE_DEFAULT_NAVWIDTH 250 |
#define | TAB_TOP_PADDING 8 |
#define | TAB_RIGHT_PADDING 4 |
#define | TAB_MARGIN 8 |
#define | EDIT_HEIGHT 20 |
#define | SIZEBAR_WIDTH 4 |
#define | ICON_SIZE 20 |
Variables | |
struct list | window_list = LIST_INIT(window_list) |
static const WCHAR | szEmpty [] = {0} |
static struct html_encoded_symbol | html_encoded_symbols [] |
static const WCHAR | szSizeBarClass [] |
static const WCHAR | szChildClass [] |
Definition at line 1184 of file help.c.
Referenced by CreateViewer().
Definition at line 1406 of file help.c.
Referenced by CreateViewer().
Definition at line 1213 of file help.c.
Referenced by CreateViewer().
Definition at line 1242 of file help.c.
Referenced by CreateViewer().
Definition at line 234 of file help.c.
Referenced by DoSync(), and NavigateToChm().
Definition at line 450 of file help.c.
Referenced by Child_WndProc().
Definition at line 540 of file help.c.
Referenced by Child_WndProc().
|
static |
Definition at line 693 of file help.c.
Referenced by HH_RegisterChildWndClass().
Definition at line 1819 of file help.c.
Referenced by CreateHelpViewer(), and HtmlHelpW().
Definition at line 1890 of file help.c.
Referenced by parse_index_obj_node_param(), and parse_obj_node_param().
Definition at line 819 of file help.c.
Referenced by TB_OnClick().
Definition at line 265 of file help.c.
Referenced by TB_OnClick().
|
static |
Definition at line 678 of file help.c.
Referenced by AddSearchTab().
Definition at line 1496 of file help.c.
Referenced by TB_OnClick().
Definition at line 1868 of file help.c.
Referenced by decode_html().
Definition at line 1955 of file help.c.
Referenced by CreateHelpViewer(), HtmlHelpA(), and HtmlHelpW().
Definition at line 1527 of file help.c.
Referenced by Help_WndProc(), and SB_OnLButtonUp().
|
static |
Definition at line 1579 of file help.c.
Referenced by HH_CreateHelpWindow().
|
static |
Definition at line 1336 of file help.c.
Referenced by AddIndexPopup().
Definition at line 1155 of file help.c.
Referenced by CreateViewer().
Definition at line 1082 of file help.c.
Referenced by CreateViewer().
Definition at line 418 of file help.c.
Referenced by CreateViewer().
Definition at line 995 of file help.c.
Referenced by CreateViewer().
Definition at line 1695 of file help.c.
Referenced by CreateViewer().
Definition at line 1604 of file help.c.
Referenced by CreateViewer().
Definition at line 1707 of file help.c.
Referenced by CreateViewer().
Definition at line 174 of file help.c.
Referenced by DisplayPopupMenu(), HH_AddToolbar(), and NP_CreateTab().
Definition at line 795 of file help.c.
Referenced by CreateViewer().
Definition at line 387 of file help.c.
Referenced by CreateViewer().
Definition at line 1132 of file help.c.
Referenced by Help_OnSize(), and HH_AddHTMLPane().
Definition at line 189 of file help.c.
Referenced by HTMLDocument_put_URL(), HTMLFrameBase_put_src(), HTMLLocation_put_hash(), HTMLLocation_put_href(), HTMLLocation_replace(), HTMLWindow2_navigate(), InternetExplorer_Navigate(), InternetExplorer_Navigate2(), navigate_href(), NavigateToChm(), NavigateToUrl(), WebBrowser_Navigate(), and WebBrowser_Navigate2().
Definition at line 253 of file help.c.
Referenced by HtmlHelpW(), NavigateToUrl(), OnTopicChange(), PopupChild_WndProc(), and TB_OnClick().
Definition at line 209 of file help.c.
Referenced by HtmlHelpW().
Definition at line 168 of file help.c.
Referenced by Help_OnSize(), HH_AddNavigationPane(), HH_AddSizeBar(), and HP_GetHTMLRect().
Definition at line 1067 of file help.c.
Referenced by HH_AddNavigationPane().
Definition at line 1045 of file help.c.
Referenced by ExpandContract(), Help_OnSize(), and HH_AddNavigationPane().
Definition at line 559 of file help.c.
Referenced by Child_WndProc().
Definition at line 596 of file help.c.
Referenced by Child_WndProc().
|
static |
Definition at line 1359 of file help.c.
Referenced by AddIndexPopup().
Definition at line 1790 of file help.c.
Referenced by CreateHelpViewer(), Help_WndProc(), and HtmlHelpW().
Definition at line 1307 of file help.c.
Referenced by AddIndexPopup(), and HelpPopup_WndProc().
Definition at line 482 of file help.c.
Referenced by AddContentTab(), AddIndexTab(), AddSearchTab(), and Child_OnSize().
Definition at line 407 of file help.c.
Referenced by Help_OnSize(), and HH_AddSizeBar().
Definition at line 337 of file help.c.
Referenced by SizeBar_WndProc().
Definition at line 342 of file help.c.
Referenced by SizeBar_WndProc().
Definition at line 309 of file help.c.
Referenced by SizeBar_WndProc().
|
static |
Definition at line 364 of file help.c.
Referenced by HH_RegisterSizeBarClass().
|
static |
Definition at line 931 of file help.c.
Referenced by HH_AddToolbar().
Definition at line 867 of file help.c.
Referenced by Help_WndProc().
Definition at line 1559 of file help.c.
Referenced by HtmlHelpW().
WINE_DEFAULT_DEBUG_CHANNEL | ( | htmlhelp | ) |
void wintype_stringsA_free | ( | struct wintype_stringsA * | stringsA | ) |
void wintype_stringsW_free | ( | struct wintype_stringsW * | stringsW | ) |