|
ReactOS 0.4.16-dev-1946-g52006dd
|
Go to the source code of this file.
Classes | |
| struct | tagCHOOSECOLORA |
| struct | tagCHOOSECOLORW |
| struct | tagCHOOSEFONTA |
| struct | tagCHOOSEFONTW |
| struct | tagDEVNAMES |
| struct | FINDREPLACEA |
| struct | FINDREPLACEW |
| struct | tagOFNA |
| struct | tagOFNW |
| struct | _OFNOTIFYA |
| struct | _OFNOTIFYW |
| struct | _OFNOTIFYEXA |
| struct | _OFNOTIFYEXW |
| struct | tagPSDA |
| struct | tagPSDW |
| struct | tagPDA |
| struct | tagPDW |
| #define CF_SCRIPTSONLY CF_ANSIONLY |
| #define ChooseColor ChooseColorA |
| #define ChooseFont ChooseFontA |
| #define COLOROKSTRING COLOROKSTRINGA |
| #define CommDlg_OpenSave_GetFilePathA CommDlg_OpenSave_GetFilePath |
| #define CommDlg_OpenSave_GetFilePathW CommDlg_OpenSave_GetFilePath |
| #define CommDlg_OpenSave_GetFolderPathA CommDlg_OpenSave_GetFolderPath |
| #define CommDlg_OpenSave_GetFolderPathW CommDlg_OpenSave_GetFolderPath |
| #define CommDlg_OpenSave_GetSpecA CommDlg_OpenSave_GetSpec |
| #define CommDlg_OpenSave_GetSpecW CommDlg_OpenSave_GetSpec |
| #define FILEOKSTRING FILEOKSTRINGA |
| #define FINDMSGSTRING FINDMSGSTRINGA |
| #define GetFileTitle GetFileTitleA |
| #define GetOpenFileName GetOpenFileNameA |
| #define GetSaveFileName GetSaveFileNameA |
| #define HELPMSGSTRING HELPMSGSTRINGA |
| #define LBSELCHSTRING LBSELCHSTRINGA |
| #define OPENFILENAME_SIZE_VERSION_400 OPENFILENAME_SIZE_VERSION_400A |
| #define OPENFILENAME_SIZE_VERSION_400A CDSIZEOF_STRUCT(OPENFILENAMEA,lpTemplateName) |
| #define OPENFILENAME_SIZE_VERSION_400W CDSIZEOF_STRUCT(OPENFILENAMEW,lpTemplateName) |
| #define PageSetupDlg PageSetupDlgA |
| #define ReplaceText ReplaceTextA |
| #define SETRGBSTRING SETRGBSTRINGA |
| #define SHAREVISTRING SHAREVISTRINGA |
| #define SNDMSG SendMessage |
| typedef CHOOSECOLORA CHOOSECOLOR |
| typedef struct tagCHOOSECOLORA CHOOSECOLORA |
| typedef struct tagCHOOSECOLORW CHOOSECOLORW |
| typedef CHOOSEFONTA CHOOSEFONT |
| typedef struct tagCHOOSEFONTA CHOOSEFONTA |
| typedef struct tagCHOOSEFONTW CHOOSEFONTW |
| typedef struct tagDEVNAMES DEVNAMES |
| typedef FINDREPLACEA FINDREPLACE |
| typedef __CDHOOKPROC LPCCHOOKPROC |
| typedef __CDHOOKPROC LPCFHOOKPROC |
| typedef CHOOSECOLORA * LPCHOOSECOLOR |
| typedef struct tagCHOOSECOLORA* LPCHOOSECOLORA |
| typedef struct tagCHOOSECOLORW* LPCHOOSECOLORW |
| typedef CHOOSEFONTA * LPCHOOSEFONT |
| typedef struct tagCHOOSEFONTA* LPCHOOSEFONTA |
| typedef struct tagCHOOSEFONTW* LPCHOOSEFONTW |
| typedef struct tagDEVNAMES* LPDEVNAMES |
| typedef FINDREPLACEA * LPFINDREPLACE |
| typedef struct FINDREPLACEA* LPFINDREPLACEA |
| typedef struct FINDREPLACEW* LPFINDREPLACEW |
| typedef __CDHOOKPROC LPFRHOOKPROC |
| typedef __CDHOOKPROC LPOFNHOOKPROC |
| typedef OFNOTIFYA * LPOFNOTIFY |
| typedef struct _OFNOTIFYA* LPOFNOTIFYA |
| typedef struct _OFNOTIFYEXA * LPOFNOTIFYEXA |
| typedef struct _OFNOTIFYEXW * LPOFNOTIFYEXW |
| typedef struct _OFNOTIFYW* LPOFNOTIFYW |
| typedef OPENFILENAMEA * LPOPENFILENAME |
| typedef struct tagOFNA* LPOPENFILENAMEA |
| typedef struct tagOFNW* LPOPENFILENAMEW |
| typedef __CDHOOKPROC LPPAGEPAINTHOOK |
| typedef PAGESETUPDLGA * LPPAGESETUPDLG |
| typedef struct tagPSDA* LPPAGESETUPDLGA |
| typedef struct tagPSDW* LPPAGESETUPDLGW |
| typedef __CDHOOKPROC LPPAGESETUPHOOK |
| typedef PRINTDLGA * LPPRINTDLG |
| typedef struct tagPDA * LPPRINTDLGA |
| typedef struct tagPDW * LPPRINTDLGW |
| typedef __CDHOOKPROC LPPRINTHOOKPROC |
| typedef __CDHOOKPROC LPSETUPHOOKPROC |
| typedef struct _OFNOTIFYA OFNOTIFYA |
| typedef struct _OFNOTIFYEXA OFNOTIFYEXA |
| typedef struct _OFNOTIFYEXW OFNOTIFYEXW |
| typedef struct _OFNOTIFYW OFNOTIFYW |
| typedef OPENFILENAMEA OPENFILENAME |
| typedef struct tagOFNA OPENFILENAMEA |
| typedef struct tagOFNW OPENFILENAMEW |
| typedef PAGESETUPDLGA PAGESETUPDLG |
| typedef struct tagPSDA PAGESETUPDLGA |
| typedef struct tagPSDW PAGESETUPDLGW |
| BOOL WINAPI ChooseColorA | ( | LPCHOOSECOLORA | lpChCol | ) |
Definition at line 1384 of file colordlg.c.
| BOOL WINAPI ChooseColorW | ( | LPCHOOSECOLORW | ) |
| BOOL WINAPI ChooseFontA | ( | LPCHOOSEFONTA | lpChFont | ) |
Definition at line 238 of file fontdlg.c.
Referenced by test_ChooseFontA().
| BOOL WINAPI ChooseFontW | ( | LPCHOOSEFONTW | lpChFont | ) |
Definition at line 184 of file fontdlg.c.
Referenced by dialog_choose_font(), and OSK_ChooseFont().
Definition at line 148 of file cdlg32.c.
Referenced by CheckCommDlgError(), DoOpenFile(), DoSaveFile(), ExportFile(), MountFloppy(), test_arrange(), test_create_view_template(), test_create_view_window2(), test_DialogCancel(), test_extension_helper(), test_getfolderpath(), test_mru(), test_null_filename(), test_ok(), test_PageSetupDlgA(), test_PrintDlgA(), test_PrintDlgExW(), test_resizable2(), and test_resize().
| HWND WINAPI FindTextA | ( | LPFINDREPLACEA | pfr | ) |
Definition at line 463 of file finddlg.c.
| HWND WINAPI FindTextW | ( | LPFINDREPLACEW | pfr | ) |
Definition at line 514 of file finddlg.c.
Referenced by dialog_find().
Definition at line 4826 of file filedlg.c.
Definition at line 4856 of file filedlg.c.
Referenced by GetFileTitleA(), and QueryFileDescription().
| BOOL WINAPI GetOpenFileNameA | ( | LPOPENFILENAMEA | ) |
| BOOL WINAPI GetOpenFileNameW | ( | LPOPENFILENAMEW | ) |
| BOOL WINAPI GetSaveFileNameA | ( | LPOPENFILENAMEA | ) |
| BOOL WINAPI GetSaveFileNameW | ( | LPOPENFILENAMEW | ofn | ) |
Definition at line 4801 of file filedlg.c.
Referenced by BtrfsSend::Browse(), ClearEvents(), dialog_print_to_file(), DialogSaveFile(), DoSaveAs(), DoSaveFile(), export_file_dlg_proc(), GetSaveFileNameWrapW(), MainWnd_OnExport(), Preview_pSaveImageAs(), SaveClipboardToFile(), SaveEventLog(), and test_DialogCancel().
| BOOL WINAPI PageSetupDlgA | ( | LPPAGESETUPDLGA | setupdlg | ) |
Definition at line 3923 of file printdlg.c.
Referenced by test_PageSetupDlgA().
| BOOL WINAPI PageSetupDlgW | ( | LPPAGESETUPDLGW | setupdlg | ) |
Definition at line 3938 of file printdlg.c.
Referenced by dialog_printsetup(), and PageSetupDlgWrapW().
| BOOL WINAPI PrintDlgA | ( | LPPRINTDLGA | lppd | ) |
Definition at line 2252 of file printdlg.c.
Referenced by PrintDlgExA(), test_abort_proc(), test_DialogCancel(), test_PrintDlgA(), and test_PrintDlgExW().
| BOOL WINAPI PrintDlgW | ( | LPPRINTDLGW | lppd | ) |
Definition at line 2403 of file printdlg.c.
Referenced by dialog_print(), get_default_printer_opts(), MACRO_Print(), pagesetup_change_printer_dialog(), PrintDlgExW(), and PrintDlgWrapW().
| HWND WINAPI ReplaceTextA | ( | LPFINDREPLACEA | pfr | ) |
| HWND WINAPI ReplaceTextW | ( | LPFINDREPLACEW | pfr | ) |
Definition at line 548 of file finddlg.c.
Referenced by dialog_find().