ReactOS 0.4.15-dev-5865-g640e228
|
Go to the source code of this file.
Classes | |
struct | tagGOTO_DATA |
Macros | |
#define | SBPART_CURPOS 0 |
#define | SBPART_EOLN 1 |
#define | SBPART_ENCODING 2 |
Typedefs | |
typedef HWND(WINAPI * | FINDPROC) (LPFINDREPLACE lpfr) |
typedef struct tagGOTO_DATA | GOTO_DATA |
typedef struct tagGOTO_DATA * | PGOTO_DATA |
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") |
static UINT | EolnToStrId [] |
static UINT | EncToStrId [] |
typedef HWND(WINAPI * FINDPROC) (LPFINDREPLACE lpfr) |
typedef struct tagGOTO_DATA GOTO_DATA |
typedef struct tagGOTO_DATA * PGOTO_DATA |
Definition at line 181 of file dialog.c.
Referenced by DIALOG_FileOpen().
Definition at line 186 of file dialog.c.
Referenced by DoCloseFile().
Definition at line 561 of file dialog.c.
Referenced by DoOpenFile(), and NOTEPAD_MenuCommand().
Definition at line 702 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Definition at line 352 of file dialog.c.
Referenced by NOTEPAD_MenuCommand(), and NOTEPAD_WndProc().
Definition at line 374 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Definition at line 403 of file dialog.c.
Referenced by DoCloseFile(), and NOTEPAD_MenuCommand().
Definition at line 478 of file dialog.c.
Referenced by DIALOG_FileSave(), and NOTEPAD_MenuCommand().
|
static |
Definition at line 419 of file dialog.c.
Referenced by DIALOG_FileSaveAs().
Definition at line 837 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
|
static |
Definition at line 795 of file dialog.c.
Referenced by DIALOG_GoTo().
Definition at line 898 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Definition at line 764 of file dialog.c.
Referenced by DIALOG_SearchNext(), and NOTEPAD_MenuCommand().
Definition at line 737 of file dialog.c.
Referenced by DIALOG_Replace(), and DIALOG_Search().
Definition at line 769 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Definition at line 712 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Definition at line 114 of file dialog.c.
Referenced by NOTEPAD_WndProc().
Definition at line 153 of file dialog.c.
Referenced by DIALOG_FileNew(), DIALOG_FileSaveAs(), DoOpenFile(), and DoShowHideStatusBar().
Definition at line 873 of file dialog.c.
Referenced by DIALOG_StatusBarUpdateAll(), EDIT_WndProc(), and NOTEPAD_WndProc().
Definition at line 141 of file dialog.c.
Referenced by DIALOG_StatusBarUpdateAll().
Definition at line 132 of file dialog.c.
Referenced by DIALOG_StatusBarUpdateAll().
Definition at line 160 of file dialog.c.
Referenced by AlertFileDoesNotExist(), AlertFileNotFound(), AlertFileNotSaved(), and AlertPrintError().
Definition at line 887 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Returns: TRUE - User agreed to close (both save/don't save) FALSE - User cancelled close by selecting "Cancel"
Definition at line 270 of file dialog.c.
Referenced by DIALOG_FileNew(), DoOpenFile(), and NOTEPAD_WndProc().
Definition at line 611 of file dialog.c.
Referenced by DIALOG_EditWrap(), and NOTEPAD_WndProc().
Definition at line 300 of file dialog.c.
Referenced by DIALOG_FileOpen().
Definition at line 217 of file dialog.c.
Referenced by DIALOG_FileSave(), and DIALOG_FileSaveAs().
Definition at line 577 of file dialog.c.
Referenced by DIALOG_EditWrap(), DIALOG_ViewStatusBar(), and NOTEPAD_WndProc().
Definition at line 293 of file main.c.
Referenced by DoCreateEditWindow().
Returns: TRUE - if file exists FALSE - if file does not exist
Definition at line 202 of file dialog.c.
Referenced by DIALOG_FileOpen(), and HandleCommandLine().
Definition at line 207 of file dialog.c.
Referenced by HandleCommandLine().
Definition at line 45 of file dialog.c.
Referenced by _tWinMain(), DIALOG_FilePrint(), DoCreateEditWindow(), DoOpenFile(), DoSaveFile(), and DoShowHideStatusBar().
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 73 of file dialog.c.
Referenced by DIALOG_FileSave(), DIALOG_FileSaveAs(), DoCloseFile(), and DoOpenFile().
Definition at line 20 of file dialog.c.
Referenced by CryptProtectData(), DoCloseFile(), html_window_navigate(), MCIWND_notify_media(), Protocol_Start(), set_opacity(), and test_DocumentProperties().
|
static |
Definition at line 37 of file dialog.c.
Referenced by DIALOG_StatusBarUpdateEncoding().
|
static |
Definition at line 30 of file dialog.c.
Referenced by DIALOG_StatusBarUpdateLineEndings().
Definition at line 19 of file dialog.c.
Referenced by DIALOG_HelpContents(), Err_Raise(), SHWinHelpOnDemandA(), SHWinHelpOnDemandW(), and test_CreateTypeLib().
Definition at line 21 of file dialog.c.
Referenced by DIALOG_FileOpen(), and DIALOG_FileSaveAs().
Definition at line 22 of file dialog.c.
Referenced by DIALOG_FileOpen(), DIALOG_FileSaveAs(), and NOTEPAD_InitData().