ReactOS
0.4.15-dev-4863-gba0d16f
|
#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 1201 of file help.c.
Referenced by CreateViewer().
Definition at line 1423 of file help.c.
Referenced by CreateViewer().
Definition at line 1230 of file help.c.
Referenced by CreateViewer().
Definition at line 1259 of file help.c.
Referenced by CreateViewer().
Definition at line 251 of file help.c.
Referenced by DoSync(), and NavigateToChm().
Definition at line 467 of file help.c.
Referenced by Child_WndProc().
Definition at line 557 of file help.c.
Referenced by Child_WndProc().
|
static |
Definition at line 710 of file help.c.
Referenced by HH_RegisterChildWndClass().
Definition at line 1844 of file help.c.
Referenced by CreateHelpViewer(), and HtmlHelpW().
Definition at line 1915 of file help.c.
Referenced by parse_index_obj_node_param(), and parse_obj_node_param().
Definition at line 836 of file help.c.
Referenced by TB_OnClick().
Definition at line 282 of file help.c.
Referenced by TB_OnClick().
|
static |
Definition at line 695 of file help.c.
Referenced by AddSearchTab().
Definition at line 1513 of file help.c.
Referenced by TB_OnClick().
Definition at line 1893 of file help.c.
Referenced by decode_html().
Definition at line 1980 of file help.c.
Referenced by CreateHelpViewer(), HtmlHelpA(), and HtmlHelpW().
Definition at line 1544 of file help.c.
Referenced by Help_WndProc(), and SB_OnLButtonUp().
|
static |
Definition at line 1596 of file help.c.
Referenced by HH_CreateHelpWindow().
|
static |
Definition at line 1353 of file help.c.
Referenced by AddIndexPopup().
Definition at line 1172 of file help.c.
Referenced by CreateViewer().
Definition at line 1099 of file help.c.
Referenced by CreateViewer().
Definition at line 435 of file help.c.
Referenced by CreateViewer().
Definition at line 1012 of file help.c.
Referenced by CreateViewer().
Definition at line 1720 of file help.c.
Referenced by CreateViewer().
Definition at line 1621 of file help.c.
Referenced by CreateViewer().
Definition at line 1732 of file help.c.
Referenced by CreateViewer().
Definition at line 190 of file help.c.
Referenced by DisplayPopupMenu(), HH_AddToolbar(), LoadWinTypeFromCHM(), and NP_CreateTab().
Definition at line 812 of file help.c.
Referenced by CreateViewer().
Definition at line 404 of file help.c.
Referenced by CreateViewer().
Definition at line 1149 of file help.c.
Referenced by Help_OnSize(), and HH_AddHTMLPane().
Definition at line 206 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 270 of file help.c.
Referenced by HtmlHelpW(), NavigateToUrl(), OnTopicChange(), PopupChild_WndProc(), and TB_OnClick().
Definition at line 226 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 1084 of file help.c.
Referenced by HH_AddNavigationPane().
Definition at line 1062 of file help.c.
Referenced by ExpandContract(), Help_OnSize(), and HH_AddNavigationPane().
Definition at line 576 of file help.c.
Referenced by Child_WndProc().
Definition at line 613 of file help.c.
Referenced by Child_WndProc().
|
static |
Definition at line 1376 of file help.c.
Referenced by AddIndexPopup().
Definition at line 1815 of file help.c.
Referenced by CreateHelpViewer(), Help_WndProc(), and HtmlHelpW().
Definition at line 1324 of file help.c.
Referenced by AddIndexPopup(), and HelpPopup_WndProc().
Definition at line 499 of file help.c.
Referenced by AddContentTab(), AddIndexTab(), AddSearchTab(), and Child_OnSize().
Definition at line 424 of file help.c.
Referenced by Help_OnSize(), and HH_AddSizeBar().
Definition at line 354 of file help.c.
Referenced by SizeBar_WndProc().
Definition at line 359 of file help.c.
Referenced by SizeBar_WndProc().
Definition at line 326 of file help.c.
Referenced by SizeBar_WndProc().
|
static |
Definition at line 381 of file help.c.
Referenced by HH_RegisterSizeBarClass().
|
static |
Definition at line 948 of file help.c.
Referenced by HH_AddToolbar().
Definition at line 884 of file help.c.
Referenced by Help_WndProc().
Definition at line 1576 of file help.c.
Referenced by HtmlHelpW().
WINE_DEFAULT_DEBUG_CHANNEL | ( | htmlhelp | ) |
void wintype_stringsA_free | ( | struct wintype_stringsA * | stringsA | ) |