|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | SAMPLE_NUMBER L"123456789" |
| #define | NUM_SHEETS 4 |
| #define | MAX_FIELD_DIG_SAMPLES 3 |
Functions | |
| static BOOL CALLBACK | GeneralPropertyPageLocalesEnumProc (LPTSTR lpLocale) |
| static VOID | UpdateLocaleSample (HWND hwndDlg, PGLOBALDATA pGlobalData) |
| static VOID | CreateLanguagesList (HWND hwnd) |
| BOOL | LoadCurrentLocale (PGLOBALDATA pGlobalData) |
| VOID | SetNewLocale (PGLOBALDATA pGlobalData, LCID lcid) |
| static VOID | SaveUserLocale (PGLOBALDATA pGlobalData, HKEY hLocaleKey) |
| VOID | SaveCurrentLocale (PGLOBALDATA pGlobalData) |
| BOOL CALLBACK | LocationsEnumProc (GEOID gId) |
| static GEOID | CreateLocationsList (HWND hWnd) |
| VOID | SaveGeoID (PGLOBALDATA pGlobalData) |
| DWORD | VerifyUnattendLCID (HWND hwndDlg) |
| static VOID | InitPropSheetPage (PROPSHEETPAGEW *psp, WORD idDlg, DLGPROC DlgProc, PGLOBALDATA pGlobalData) |
| static int CALLBACK | PropSheetProc (HWND hwndDlg, UINT uMsg, LPARAM lParam) |
| INT_PTR APIENTRY | CustomizeLocalePropertySheet (HWND hwndDlg, PGLOBALDATA pGlobalData) |
| INT_PTR CALLBACK | GeneralPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
| HWND | hList |
| HWND | hLocaleList |
| HWND | hGeoList |
| BOOL | isSpain = FALSE |
| GROUPINGDATA | GroupingFormats [MAX_GROUPINGFORMATS] |
| #define MAX_FIELD_DIG_SAMPLES 3 |
Definition at line 36 of file generalp.c.
| #define NUM_SHEETS 4 |
Definition at line 34 of file generalp.c.
| #define SAMPLE_NUMBER L"123456789" |
Definition at line 32 of file generalp.c.
Definition at line 167 of file generalp.c.
Referenced by GeneralPageProc().
Definition at line 1184 of file generalp.c.
Referenced by GeneralPageProc().
| INT_PTR APIENTRY CustomizeLocalePropertySheet | ( | HWND | hwndDlg, |
| PGLOBALDATA | pGlobalData | ||
| ) |
Definition at line 1346 of file generalp.c.
Referenced by GeneralPageProc().
Definition at line 1382 of file generalp.c.
Definition at line 52 of file generalp.c.
Referenced by CreateLanguagesList().
|
static |
Definition at line 1312 of file generalp.c.
Referenced by CustomizeLocalePropertySheet().
| BOOL LoadCurrentLocale | ( | PGLOBALDATA | pGlobalData | ) |
Definition at line 187 of file generalp.c.
Referenced by GeneralPageProc().
Definition at line 1160 of file generalp.c.
Referenced by CreateLocationsList().
Definition at line 1328 of file generalp.c.
Referenced by CustomizeLocalePropertySheet().
| VOID SaveCurrentLocale | ( | PGLOBALDATA | pGlobalData | ) |
Definition at line 1110 of file generalp.c.
Referenced by GeneralPageProc().
| VOID SaveGeoID | ( | PGLOBALDATA | pGlobalData | ) |
Definition at line 1210 of file generalp.c.
Referenced by GeneralPageProc().
|
static |
Definition at line 803 of file generalp.c.
Referenced by SaveCurrentLocale().
| VOID SetNewLocale | ( | PGLOBALDATA | pGlobalData, |
| LCID | lcid | ||
| ) |
Definition at line 572 of file generalp.c.
Referenced by GeneralPageProc().
|
static |
Definition at line 103 of file generalp.c.
Referenced by GeneralPageProc().
Definition at line 1280 of file generalp.c.
Referenced by GeneralPageProc().
| GROUPINGDATA GroupingFormats[MAX_GROUPINGFORMATS] |
Definition at line 44 of file generalp.c.
Referenced by InitDigitGroupCB(), SaveUserLocale(), UpdateExamples(), UpdateLocaleSample(), and UpdateNumSamples().
| HWND hGeoList |
Definition at line 40 of file generalp.c.
Referenced by CreateLocationsList(), and LocationsEnumProc().
| HWND hList |
Definition at line 39 of file generalp.c.
Referenced by CreateLanguagesList(), GeneralPageProc(), GeneralPropertyPageLocalesEnumProc(), and VerifyUnattendLCID().
| HWND hLocaleList |
Definition at line 40 of file generalp.c.
Definition at line 41 of file generalp.c.
Referenced by CreateLanguagesList(), and GeneralPropertyPageLocalesEnumProc().