ReactOS
0.4.15-dev-1623-g66cf1d2
|
Go to the source code of this file.
Typedefs | |
typedef HWND(WINAPI * | FINDPROC) (LPFINDREPLACE lpfr) |
Variables | |
static const TCHAR | helpfile [] = _T("notepad.hlp") |
static const TCHAR | empty_str [] = _T("") |
static const TCHAR | szDefaultExt [] = _T("txt") |
static const TCHAR | txt_files [] = _T("*.txt") |
typedef HWND(WINAPI * FINDPROC) (LPFINDREPLACE lpfr) |
Definition at line 122 of file dialog.c.
Referenced by DIALOG_FileOpen().
Definition at line 127 of file dialog.c.
Referenced by DoCloseFile().
Definition at line 138 of file dialog.c.
Referenced by DIALOG_FilePrint().
Definition at line 816 of file dialog.c.
Referenced by DoOpenFile(), and NOTEPAD_MenuCommand().
Definition at line 1012 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Definition at line 407 of file dialog.c.
Referenced by _tWinMain(), and NOTEPAD_MenuCommand().
Definition at line 418 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Definition at line 1218 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Definition at line 566 of file dialog.c.
Referenced by HandleCommandLine(), and NOTEPAD_MenuCommand().
Definition at line 519 of file dialog.c.
Referenced by DIALOG_FileSave(), and NOTEPAD_MenuCommand().
|
static |
Definition at line 463 of file dialog.c.
Referenced by DIALOG_FileSaveAs().
Definition at line 1132 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
|
static |
Definition at line 1200 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
|
static |
Definition at line 1078 of file dialog.c.
Referenced by DIALOG_SearchNext(), and NOTEPAD_MenuCommand().
Definition at line 1053 of file dialog.c.
Referenced by DIALOG_Replace(), and DIALOG_Search().
Definition at line 1083 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Definition at line 1028 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Definition at line 1174 of file dialog.c.
Referenced by DoCreateStatusBar(), EDIT_WndProc(), and NOTEPAD_WndProc().
Definition at line 101 of file dialog.c.
Referenced by AlertFileDoesNotExist(), AlertFileNotFound(), AlertFileNotSaved(), and AlertPrintError().
Returns: TRUE - User agreed to close (both save/don't save) FALSE - User cancelled close by selecting "Cancel"
Definition at line 322 of file dialog.c.
Referenced by DIALOG_FileNew(), DoOpenFile(), and NOTEPAD_WndProc().
Definition at line 910 of file dialog.c.
Referenced by _tWinMain(), and DIALOG_EditWrap().
Definition at line 832 of file dialog.c.
Referenced by DIALOG_ViewStatusBar(), and DoCreateEditWindow().
Definition at line 354 of file dialog.c.
Referenced by DIALOG_FileOpen().
Definition at line 267 of file dialog.c.
Referenced by DIALOG_FileSave(), and DIALOG_FileSaveAs().
Returns: TRUE - if file exists FALSE - if file does not exist
Definition at line 154 of file dialog.c.
Referenced by DIALOG_FileOpen(), and HandleCommandLine().
Definition at line 243 of file dialog.c.
Referenced by DIALOG_FilePrint().
Definition at line 185 of file dialog.c.
Referenced by DIALOG_FilePrint().
Definition at line 38 of file dialog.c.
Referenced by _tWinMain(), DIALOG_FilePrint(), DoCreateEditWindow(), DoCreateStatusBar(), DoOpenFile(), and DoSaveFile().
Sets the caption of the main window according to Globals.szFileTitle: (untitled) - Notepad if no file is open [filename] - Notepad if a file is given
Definition at line 66 of file dialog.c.
Referenced by DIALOG_FileSave(), DIALOG_FileSaveAs(), DoCloseFile(), and DoOpenFile().
Definition at line 32 of file dialog.c.
Referenced by CryptProtectData(), DIALOG_FileNew(), DoCloseFile(), html_window_navigate(), MCIWND_notify_media(), Protocol_Start(), set_opacity(), and test_DocumentProperties().
Definition at line 31 of file dialog.c.
Referenced by DIALOG_HelpContents(), Err_Raise(), SHWinHelpOnDemandA(), SHWinHelpOnDemandW(), and test_CreateTypeLib().
Definition at line 33 of file dialog.c.
Referenced by DIALOG_FileOpen(), and DIALOG_FileSaveAs().
Definition at line 34 of file dialog.c.
Referenced by DIALOG_FileOpen(), DIALOG_FileSaveAs(), and NOTEPAD_InitData().