ReactOS
0.4.15-dev-1636-gf634010
|
Go to the source code of this file.
Classes | |
struct | MUI_SUBFONT |
Functions | |
BOOL | UpdateRegistryForFontSubstitutes (MUI_SUBFONT *pSubstitutes) |
BOOL | InputList_SetFontSubstitutes (LCID dwLocaleId) |
static INPUT_LIST_NODE * | InputList_AppendNode (VOID) |
static VOID | InputList_RemoveNode (INPUT_LIST_NODE *pNode) |
VOID | InputList_Destroy (VOID) |
static BOOL | InputList_PrepareUserRegistry (VOID) |
static VOID | InputList_AddInputMethodToUserRegistry (DWORD dwIndex, INPUT_LIST_NODE *pNode) |
BOOL | InputList_Process (VOID) |
BOOL | InputList_Add (LOCALE_LIST_NODE *pLocale, LAYOUT_LIST_NODE *pLayout) |
VOID | InputList_SetDefault (INPUT_LIST_NODE *pNode) |
VOID | InputList_Remove (INPUT_LIST_NODE *pNode) |
VOID | InputList_Create (VOID) |
INPUT_LIST_NODE * | InputList_GetFirst (VOID) |
Variables | |
static INPUT_LIST_NODE * | _InputList = NULL |
BOOL InputList_Add | ( | LOCALE_LIST_NODE * | pLocale, |
LAYOUT_LIST_NODE * | pLayout | ||
) |
Definition at line 408 of file input_list.c.
Referenced by OnCommandAddDialog().
|
static |
Definition at line 267 of file input_list.c.
Referenced by InputList_Process().
|
static |
Definition at line 133 of file input_list.c.
Referenced by InputList_Add(), and InputList_Create().
Definition at line 518 of file input_list.c.
Referenced by OnInitSettingsPage().
Definition at line 193 of file input_list.c.
Referenced by OnDestroySettingsPage().
INPUT_LIST_NODE* InputList_GetFirst | ( | VOID | ) |
Definition at line 217 of file input_list.c.
Referenced by InputList_Process().
Definition at line 338 of file input_list.c.
Referenced by OnNotifySettingsPage().
VOID InputList_Remove | ( | INPUT_LIST_NODE * | pNode | ) |
Definition at line 478 of file input_list.c.
Referenced by OnCommandSettingsPage().
|
static |
Definition at line 166 of file input_list.c.
Referenced by InputList_Process(), and InputList_Remove().
VOID InputList_SetDefault | ( | INPUT_LIST_NODE * | pNode | ) |
Definition at line 452 of file input_list.c.
Referenced by OnCommandSettingsPage().
Definition at line 45 of file input_list.c.
Referenced by InputList_Process().
BOOL UpdateRegistryForFontSubstitutes | ( | MUI_SUBFONT * | pSubstitutes | ) |
Definition at line 19 of file input_list.c.
Referenced by InputList_SetFontSubstitutes().
|
static |
Definition at line 129 of file input_list.c.
Referenced by InputList_Add(), InputList_AppendNode(), InputList_Destroy(), InputList_GetFirst(), InputList_Process(), InputList_RemoveNode(), and InputList_SetDefault().