ReactOS 0.4.16-dev-109-gf4cb10f
|
Go to the source code of this file.
Classes | |
struct | CPStruct |
Macros | |
#define | CODEPAGE_INSTALLED 0x00000001 |
#define | CODEPAGE_NOT_REMOVEABLE 0x00000002 |
#define | CODEPAGE_INSTALL 0x00000004 |
#define | CODEPAGE_REMOVE 0x00000008 |
Typedefs | |
typedef struct CPStruct | CPAGE |
typedef struct CPStruct * | PCPAGE |
Functions | |
static BOOL | GetSupportedCP (HINF hInf) |
static BOOL CALLBACK | InstalledCPProc (PWSTR lpStr) |
static VOID | InitCodePagesList (HWND hwndDlg) |
static BOOL CALLBACK | LocalesEnumProc (PWSTR lpLocale) |
static VOID | InitLanguagesList (HWND hwndDlg, PGLOBALDATA pGlobalData) |
static VOID | GetCurrentDPI (LPTSTR szDPI) |
static VOID | SaveFontSubstitutionSettings (HWND hwnd, PGLOBALDATA pGlobalData) |
static VOID | SaveFontLinkingSettings (HWND hwnd, PGLOBALDATA pGlobalData) |
static VOID | SaveSystemSettings (PGLOBALDATA pGlobalData) |
LRESULT | ListViewCustomDraw (LPARAM lParam) |
INT_PTR CALLBACK | AdvancedPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
static PCPAGE | PCPage = NULL |
static BOOL | bSpain = FALSE |
static HWND | hLangList |
#define CODEPAGE_INSTALL 0x00000004 |
Definition at line 16 of file advanced.c.
#define CODEPAGE_INSTALLED 0x00000001 |
Definition at line 14 of file advanced.c.
#define CODEPAGE_NOT_REMOVEABLE 0x00000002 |
Definition at line 15 of file advanced.c.
#define CODEPAGE_REMOVE 0x00000008 |
Definition at line 17 of file advanced.c.
Definition at line 422 of file advanced.c.
Referenced by Applet(), and SystemApplet().
Definition at line 255 of file advanced.c.
Referenced by SaveFontSubstitutionSettings().
Definition at line 24 of file advanced.c.
Referenced by InitCodePagesList().
Definition at line 114 of file advanced.c.
Referenced by AdvancedPageProc().
|
static |
Definition at line 237 of file advanced.c.
Referenced by AdvancedPageProc().
Definition at line 88 of file advanced.c.
Referenced by InitCodePagesList().
Definition at line 393 of file advanced.c.
Referenced by AdvancedPageProc().
Definition at line 193 of file advanced.c.
Referenced by InitLanguagesList().
|
static |
Definition at line 328 of file advanced.c.
Referenced by AdvancedPageProc().
|
static |
Definition at line 289 of file advanced.c.
Referenced by AdvancedPageProc().
|
static |
Definition at line 338 of file advanced.c.
Referenced by AdvancedPageProc().
Definition at line 20 of file advanced.c.
Referenced by InitLanguagesList(), and LocalesEnumProc().
|
static |
Definition at line 21 of file advanced.c.
Referenced by AdvancedPageProc(), InitLanguagesList(), and LocalesEnumProc().
Definition at line 19 of file advanced.c.
Referenced by GetSupportedCP(), InitCodePagesList(), and InstalledCPProc().