ReactOS 0.4.15-dev-6056-gb29b268
|
#include <stdio.h>
#include <assert.h>
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <winuser.h>
#include <richedit.h>
#include <commctrl.h>
#include <commdlg.h>
#include <shellapi.h>
#include <shlobj.h>
#include <wine/unicode.h>
#include "wordpad.h"
Go to the source code of this file.
Classes | |
struct | FINDREPLACE_custom |
Macros | |
#define | WIN32_LEAN_AND_MEAN |
#define | U(x) (x) |
#define | U2(x) (x) |
#define | U3(x) (x) |
Enumerations | |
enum | UNIT { UNIT_CM , UNIT_INCH , UNIT_PT } |
Variables | |
static const WCHAR | wszAppTitle [] = {'W','o','r','d','p','a','d',0} |
static const WCHAR | wszMainWndClass [] = {'W','O','R','D','P','A','D','T','O','P',0} |
static const WCHAR | stringFormat [] = {'%','2','d','\0'} |
const WCHAR | wszPreviewWndClass [] = {'P','r','t','P','r','e','v','i','e','w',0} |
static HWND | hMainWnd |
static HWND | hEditorWnd |
static HWND | hFindWnd |
static HMENU | hColorPopupMenu |
static UINT | ID_FINDMSGSTRING |
static DWORD | wordWrap [2] |
static DWORD | barState [2] |
static WPARAM | fileFormat = SF_RTF |
static WCHAR | wszFileName [MAX_PATH] |
static WCHAR | wszFilter [MAX_STRING_LEN *4+6 *3+5] |
static WCHAR | wszDefaultFileName [MAX_STRING_LEN] |
static WCHAR | wszSaveChanges [MAX_STRING_LEN] |
static WCHAR | units_cmW [MAX_STRING_LEN] |
static WCHAR | units_inW [MAX_STRING_LEN] |
static WCHAR | units_inchW [MAX_STRING_LEN] |
static WCHAR | units_ptW [MAX_STRING_LEN] |
static const COLORREF | textcolors [] |
|
static |
Definition at line 536 of file wordpad.c.
Referenced by enum_font_proc().
Definition at line 353 of file wordpad.c.
Referenced by populate_size_list().
Definition at line 155 of file wordpad.c.
Referenced by InitFilterListBox(), and OnCreate().
Definition at line 169 of file wordpad.c.
Referenced by NtLdrAddOptions(), and OnCreate().
Definition at line 1374 of file wordpad.c.
Referenced by tabstops_proc().
Definition at line 448 of file wordpad.c.
Referenced by DoOpenFile(), and OnCommand().
|
static |
Definition at line 1418 of file wordpad.c.
Referenced by OnCommand().
Definition at line 1007 of file wordpad.c.
Referenced by OnCommand().
Definition at line 566 of file wordpad.c.
Referenced by OnCommand().
|
static |
Definition at line 1303 of file wordpad.c.
Referenced by OnCommand().
Definition at line 1111 of file wordpad.c.
Referenced by OnCommand().
Definition at line 982 of file wordpad.c.
Referenced by OnCommand().
Definition at line 898 of file wordpad.c.
Referenced by OnCommand(), and prompt_save_changes().
Definition at line 97 of file wordpad.c.
Referenced by OnCreate().
Definition at line 764 of file wordpad.c.
Referenced by DialogOpenFile(), HandleCommandLine(), OnCommand(), and WndProc().
Definition at line 840 of file wordpad.c.
Referenced by DialogSaveFile(), OnCommand(), and prompt_save_changes().
|
static |
Definition at line 615 of file wordpad.c.
Referenced by populate_font_list().
Definition at line 212 of file wordpad.c.
Referenced by format_filelist_filename(), prompt_save_changes(), and set_caption().
Definition at line 472 of file wordpad.c.
Referenced by DialogSaveFile(), and newfile_proc().
Definition at line 458 of file wordpad.c.
Referenced by DialogOpenFile(), and DialogSaveFile().
|
static |
Definition at line 1013 of file wordpad.c.
Referenced by dialog_viewproperties().
Definition at line 1389 of file wordpad.c.
Referenced by OnCommand().
|
static |
Definition at line 1210 of file wordpad.c.
Referenced by handle_findmsg(), OnCommand(), and WndProc().
Definition at line 1157 of file wordpad.c.
Referenced by WinMain().
Definition at line 660 of file wordpad.c.
Referenced by OnCommand(), OnInitPopupMenu(), and set_bar_states().
|
static |
Definition at line 137 of file wordpad.c.
Referenced by DialogSaveFile(), DoOpenFile(), handle_findmsg(), HandleCommandLine(), on_sizelist_modified(), OnCreate(), paraformat_proc(), and tabstops_proc().
|
static |
Definition at line 1474 of file wordpad.c.
Referenced by OnCommand().
Definition at line 295 of file wordpad.c.
Referenced by on_sizelist_modified(), paraformat_proc(), and tabstops_proc().
Definition at line 1381 of file wordpad.c.
Referenced by paraformat_proc(), and tabstops_proc().
Definition at line 525 of file wordpad.c.
Referenced by OnCommand(), and OnNotify().
Definition at line 327 of file wordpad.c.
Referenced by OnCommand(), and OnNotify().
Definition at line 2057 of file wordpad.c.
Referenced by WndProc().
Definition at line 1794 of file wordpad.c.
Referenced by WndProc().
Definition at line 2475 of file wordpad.c.
Referenced by WndProc().
Definition at line 2004 of file wordpad.c.
Referenced by DECLARE_INTERFACE_(), and WndProc().
Definition at line 2536 of file wordpad.c.
Referenced by update_window(), and WndProc().
Definition at line 1952 of file wordpad.c.
Referenced by WndProc().
|
static |
Definition at line 1517 of file wordpad.c.
Referenced by OnCommand().
Definition at line 631 of file wordpad.c.
Referenced by OnCreate().
Definition at line 365 of file wordpad.c.
Referenced by OnCreate(), set_font(), and update_font_list().
Definition at line 723 of file wordpad.c.
Referenced by WndProc().
Definition at line 1016 of file print.c.
Referenced by WinMain().
Definition at line 929 of file wordpad.c.
Referenced by DialogOpenFile(), OnCommand(), and WndProc().
Definition at line 711 of file wordpad.c.
Referenced by dialog_viewproperties(), OnCommand(), preview_exit(), set_fileformat(), and WinMain().
Definition at line 228 of file wordpad.c.