ReactOS 0.4.15-dev-8636-g945e856
|
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 214 of file dialog.c.
Referenced by DIALOG_FileOpen().
Definition at line 219 of file dialog.c.
Referenced by DoCloseFile().
Definition at line 615 of file dialog.c.
Referenced by DoOpenFile(), and NOTEPAD_MenuCommand().
Definition at line 756 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Definition at line 397 of file dialog.c.
Referenced by NOTEPAD_MenuCommand(), and NOTEPAD_WndProc().
Definition at line 428 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Definition at line 457 of file dialog.c.
Referenced by DoCloseFile(), and NOTEPAD_MenuCommand().
Definition at line 532 of file dialog.c.
Referenced by DIALOG_FileSave(), and NOTEPAD_MenuCommand().
|
static |
Definition at line 473 of file dialog.c.
Referenced by DIALOG_FileSaveAs().
Definition at line 891 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
|
static |
Definition at line 849 of file dialog.c.
Referenced by DIALOG_GoTo().
Definition at line 959 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Definition at line 818 of file dialog.c.
Referenced by DIALOG_SearchNext(), and NOTEPAD_MenuCommand().
Definition at line 791 of file dialog.c.
Referenced by DIALOG_Replace(), and DIALOG_Search().
Definition at line 823 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Definition at line 766 of file dialog.c.
Referenced by NOTEPAD_MenuCommand().
Definition at line 147 of file dialog.c.
Referenced by NOTEPAD_WndProc().
Definition at line 186 of file dialog.c.
Referenced by DIALOG_FileNew(), DIALOG_FileSaveAs(), DoOpenFile(), and DoShowHideStatusBar().
Definition at line 931 of file dialog.c.
Referenced by DIALOG_StatusBarUpdateAll(), EDIT_WndProc(), and NOTEPAD_WndProc().
Definition at line 174 of file dialog.c.
Referenced by DIALOG_StatusBarUpdateAll().
Definition at line 165 of file dialog.c.
Referenced by DIALOG_StatusBarUpdateAll().
Definition at line 193 of file dialog.c.
Referenced by AlertFileDoesNotExist(), AlertFileNotFound(), AlertFileNotSaved(), and AlertPrintError().
Definition at line 948 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 311 of file dialog.c.
Referenced by DIALOG_FileNew(), DoOpenFile(), and NOTEPAD_WndProc().
Definition at line 665 of file dialog.c.
Referenced by DIALOG_EditWrap(), and NOTEPAD_WndProc().
Definition at line 341 of file dialog.c.
Referenced by DIALOG_FileOpen().
Definition at line 250 of file dialog.c.
Referenced by DIALOG_FileSave(), and DIALOG_FileSaveAs().
Definition at line 631 of file dialog.c.
Referenced by DIALOG_EditWrap(), DIALOG_ViewStatusBar(), and NOTEPAD_WndProc().
Definition at line 294 of file main.c.
Referenced by DoCreateEditWindow().
Returns: TRUE - if file exists FALSE - if file does not exist
Definition at line 235 of file dialog.c.
Referenced by DIALOG_FileOpen(), and HandleCommandLine().
Definition at line 240 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 79 of file dialog.c.
Referenced by DIALOG_FileSave(), DIALOG_FileSaveAs(), DoCloseFile(), and DoOpenFile().
Definition at line 120 of file dialog.c.
Referenced by _tWinMain(), FileChildWindow::activate_entry(), StartMenu::AddEntries(), RecentStartMenu::AddEntries(), QuickLaunchBar::AddShortcuts(), DIALOG_FileNew(), DIALOG_FileNewWindow(), DoOpenFile(), DoSaveFile(), Favorites::import_IE_favorites(), ShellBrowser::InsertSubitems(), ShellBrowser::jump_to_pidl(), NOTEPAD_WndProc(), FindProgramDlg::Notify(), Entry::read_tree(), FileChildWindow::refresh(), FindProgramDlg::Refresh(), and FileChildWindow::set_curdir().
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().