ReactOS 0.4.16-dev-250-g3ecd236
|
#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 1385 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 1429 of file wordpad.c.
Referenced by OnCommand().
Definition at line 1018 of file wordpad.c.
Referenced by OnCommand().
Definition at line 566 of file wordpad.c.
Referenced by OnCommand().
|
static |
Definition at line 1314 of file wordpad.c.
Referenced by OnCommand().
Definition at line 1122 of file wordpad.c.
Referenced by OnCommand().
Definition at line 993 of file wordpad.c.
Referenced by OnCommand().
Definition at line 909 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 1024 of file wordpad.c.
Referenced by dialog_viewproperties().
Definition at line 1400 of file wordpad.c.
Referenced by OnCommand().
|
static |
Definition at line 1221 of file wordpad.c.
Referenced by handle_findmsg(), OnCommand(), and WndProc().
Definition at line 1168 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 1485 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 1392 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 2068 of file wordpad.c.
Referenced by WndProc().
Definition at line 1805 of file wordpad.c.
Referenced by WndProc().
Definition at line 2486 of file wordpad.c.
Referenced by WndProc().
Definition at line 2015 of file wordpad.c.
Referenced by DECLARE_INTERFACE_(), and WndProc().
Definition at line 2547 of file wordpad.c.
Referenced by update_window(), and WndProc().
Definition at line 1963 of file wordpad.c.
Referenced by WndProc().
|
static |
Definition at line 1528 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 940 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().