ReactOS 0.4.16-dev-1272-g2c12489
|
#include <windows.h>
#include <shellapi.h>
#include <imm.h>
#include <imm32_undoc.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <shlwapi_undoc.h>
#include <msctf.h>
#include <msctf_undoc.h>
#include <strsafe.h>
#include <assert.h>
#include <cicreg.h>
#include <cicarray.h>
#include <wine/debug.h>
#include "mlng.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
Variables | |
CRITICAL_SECTION | g_cs |
CicArray< MLNGINFO > * | g_pMlngInfo = NULL |
CStaticIconList | g_IconList |
static HKL | s_hCacheKL = NULL |
static DWORD | s_dwCacheKLID = 0 |
@implemented
Definition at line 515 of file mlng.cpp.
Referenced by TF_InitMlngInfo().
@implemented
Definition at line 560 of file mlng.cpp.
Referenced by TF_InitMlngInfo().
@implemented
Definition at line 225 of file mlng.cpp.
Referenced by CreateMlngInfo(), and InatAddIcon().
|
static |
@implemented
Definition at line 184 of file mlng.cpp.
Referenced by MLNGINFO::InitDesc(), and MLNGINFO::InitIcon().
@implemented
Definition at line 169 of file mlng.cpp.
Referenced by GetHKLDesctription().
@implemented
Definition at line 94 of file mlng.cpp.
Referenced by GetKbdLayoutNameFromReg().
@implemented
Definition at line 212 of file mlng.cpp.
Referenced by MLNGINFO::InitIcon().
|
static |
@implemented
Definition at line 142 of file mlng.cpp.
Referenced by GetHKLDesctription(), and GetHKLName().
@implemented
Definition at line 234 of file mlng.cpp.
Referenced by InatCreateIcon().
@implemented
Definition at line 47 of file mlng.cpp.
Referenced by GetHKLSubstitute().
@implemented
Definition at line 253 of file mlng.cpp.
Referenced by MLNGINFO::InitIcon().
@implemented
Definition at line 317 of file mlng.cpp.
Referenced by MLNGINFO::InitIcon().
HICON InatCreateIconBySize | ( | _In_ LANGID | LangID, |
_In_ INT | nWidth, | ||
_In_ INT | nHeight, | ||
_In_ const LOGFONTW * | plf | ||
) |
@implemented
Definition at line 262 of file mlng.cpp.
Referenced by InatCreateIcon().
@implemented
Definition at line 335 of file mlng.cpp.
Referenced by MLNGINFO::InitIcon().
EXTERN_C BOOL WINAPI TF_GetMlngHKL | ( | _In_ INT | iKL, |
_Out_opt_ HKL * | phKL, | ||
_Out_opt_ LPWSTR | pszDesc, | ||
_In_ INT | cchDesc | ||
) |
Definition at line 665 of file mlng.cpp.
Referenced by GethKLDesc(), GetIconIndexFromhKL(), CLBarInatItem::InitMenu(), and CLBarInatItem::OnMenuSelect().
Definition at line 641 of file mlng.cpp.
Referenced by GetIconIndexFromhKL().
Definition at line 630 of file mlng.cpp.
Referenced by CLBarInatItem::GetIcon(), and CLBarInatItem::InitMenu().
Definition at line 615 of file mlng.cpp.
Referenced by CheckMlngInfo(), CLBarInatItem::CLBarInatItem(), GethKLDesc(), GetIconIndexFromhKL(), and CLBarInatItem::InitMenu().
@implemented
Definition at line 355 of file mlng.cpp.
Referenced by ProcessDetach().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msctf | ) |
|
extern |
Definition at line 40 of file utils.cpp.
Referenced by CStaticIconList::AddIcon(), CStaticIconList::ExtractIcon(), CStaticIconList::GetIconSize(), CStaticIconList::GetImageCount(), CStaticIconList::Init(), ProcessAttach(), ProcessDetach(), CStaticIconList::RemoveAll(), TF_GetMlngHKL(), TF_GetMlngIconIndex(), and TF_InitMlngInfo().
CStaticIconList g_IconList |
Definition at line 36 of file mlng.cpp.
Referenced by CStaticIconList::AddIcon(), EnsureIconImageList(), CStaticIconList::ExtractIcon(), CStaticIconList::GetImageCount(), InatAddIcon(), InatGetIconSize(), InatGetImageCount(), InatRemoveAll(), CStaticIconList::RemoveAll(), TF_InatExtractIcon(), and UninitINAT().
Definition at line 33 of file mlng.cpp.
Referenced by CheckMlngInfo(), CreateMlngInfo(), DestroyMlngInfo(), TF_GetMlngHKL(), TF_GetMlngIconIndex(), TF_MlngInfoCount(), and UninitINAT().
|
static |
Definition at line 40 of file mlng.cpp.
Referenced by GetSpecialKLID().
Definition at line 39 of file mlng.cpp.
Referenced by GetSpecialKLID().