ReactOS
0.4.15-dev-4614-ga5a6101
|
Go to the source code of this file.
Variables | |
RTL_CRITICAL_SECTION | gcsImeDpi |
PIMEDPI | gpImeDpiList = NULL |
#define VALID_CMODE_CAPS |
#define VALID_IME_PROP |
#define VALID_SCS_CAPS |
#define VALID_SELECT_CAPS (SELECT_CAP_CONVERSION | SELECT_CAP_SENTENCE) |
#define VALID_SMODE_CAPS |
#define VALID_UI_CAPS |
Definition at line 222 of file ime.c.
Referenced by Imm32FindOrLoadImeDpi(), and ImmLoadIME().
|
static |
Definition at line 20 of file ime.c.
Referenced by Ime32LoadImeDpi(), and ImmLoadIME().
Definition at line 285 of file ime.c.
Referenced by Imm32InternalLockIMC(), ImmConfigureIMEA(), ImmConfigureIMEW(), ImmEnumRegisterWordA(), ImmEnumRegisterWordW(), ImmEscapeA(), ImmEscapeW(), ImmGetConversionListA(), ImmGetConversionListW(), ImmGetProperty(), ImmGetRegisterWordStyleA(), ImmGetRegisterWordStyleW(), ImmRegisterWordA(), ImmRegisterWordW(), ImmUnregisterWordA(), and ImmUnregisterWordW().
Definition at line 36 of file ime.c.
Referenced by Ime32LoadImeDpi(), Imm32ReleaseIME(), and ImmUnlockImeDpi().
DWORD APIENTRY Imm32GetImeMenuItemWCrossProcess | ( | HIMC | hIMC, |
DWORD | dwFlags, | ||
DWORD | dwType, | ||
LPVOID | lpImeParentMenu, | ||
LPVOID | lpImeMenu, | ||
DWORD | dwSize | ||
) |
Definition at line 47 of file ime.c.
Referenced by Imm32LoadIME().
BOOL APIENTRY Imm32LoadIME | ( | PIMEINFOEX | pImeInfoEx, |
PIMEDPI | pImeDpi | ||
) |
Definition at line 153 of file ime.c.
Referenced by Ime32LoadImeDpi().
Definition at line 311 of file ime.c.
Referenced by ImmFreeLayout().
Definition at line 1686 of file ime.c.
Referenced by ActiveIMMApp_ConfigureIMEA(), and test_ImmIME().
Definition at line 1740 of file ime.c.
Referenced by ActiveIMMApp_ConfigureIMEW(), ImeWnd_OnImeSystem(), and test_ImmIME().
Definition at line 822 of file ime.c.
Referenced by ActiveIMMApp_DisableIME(), and test_default_ime_disabled_cb().
Definition at line 980 of file ime.c.
Referenced by ActiveIMMApp_EscapeA().
Definition at line 1067 of file ime.c.
Referenced by ActiveIMMApp_EscapeW().
BOOL WINAPI ImmGetCompositionFontA | ( | HIMC | hIMC, |
LPLOGFONTA | lplf | ||
) |
Definition at line 1307 of file ime.c.
Referenced by ActiveIMMApp_GetCompositionFontA(), ImeWnd_OnImeControl(), test_ImmThreads(), and test_InvalidIMC().
BOOL WINAPI ImmGetCompositionFontW | ( | HIMC | hIMC, |
LPLOGFONTW | lplf | ||
) |
Definition at line 1343 of file ime.c.
Referenced by ActiveIMMApp_GetCompositionFontW(), and ImeWnd_OnImeControl().
BOOL WINAPI ImmGetCompositionWindow | ( | HIMC | hIMC, |
LPCOMPOSITIONFORM | lpCompForm | ||
) |
Definition at line 1256 of file ime.c.
Referenced by ActiveIMMApp_GetCompositionWindow(), ImeWnd_OnImeSystem(), test_ImmThreads(), and test_InvalidIMC().
DWORD WINAPI ImmGetConversionListA | ( | HKL | hKL, |
HIMC | hIMC, | ||
LPCSTR | pSrc, | ||
LPCANDIDATELIST | lpDst, | ||
DWORD | dwBufLen, | ||
UINT | uFlag | ||
) |
Definition at line 1496 of file ime.c.
Referenced by ActiveIMMApp_GetConversionListA().
DWORD WINAPI ImmGetConversionListW | ( | HKL | hKL, |
HIMC | hIMC, | ||
LPCWSTR | pSrc, | ||
LPCANDIDATELIST | lpDst, | ||
DWORD | dwBufLen, | ||
UINT | uFlag | ||
) |
Definition at line 1551 of file ime.c.
Referenced by ActiveIMMApp_GetConversionListW().
Definition at line 1605 of file ime.c.
Referenced by ActiveIMMApp_GetConversionStatus(), ImeWnd_OnImeControl(), ImeWnd_OnImeSystem(), and test_ImmThreads().
Definition at line 638 of file ime.c.
Referenced by ActiveIMMApp_GetDefaultIMEWnd(), DoTest_BUTTON(), DoTest_EDIT(), Imm32UnknownProcess1Proc(), ImmActivateLayout(), ImmSetActiveContext(), RealDefWindowProcA(), RealDefWindowProcW(), test_default_ime_disabled_cb(), test_default_ime_window_cancel_cb(), test_default_ime_window_cb(), test_default_ime_with_message_only_window_cb(), test_ime_wnd_proc(), test_ImmDefaultHwnd(), test_ImmGetDefaultIMEWnd_thread(), and test_ImmMessages().
Definition at line 830 of file ime.c.
Referenced by ActiveIMMApp_GetDescriptionA(), and test_ImmGetDescription().
Definition at line 851 of file ime.c.
Referenced by ActiveIMMApp_GetDescriptionW(), and test_ImmGetDescription().
Definition at line 871 of file ime.c.
Referenced by ActiveIMMApp_GetIMEFileNameA().
Definition at line 903 of file ime.c.
Referenced by ActiveIMMApp_GetIMEFileNameW().
BOOL WINAPI ImmGetImeInfoEx | ( | PIMEINFOEX | pImeInfoEx, |
IMEINFOEXCLASS | SearchType, | ||
PVOID | pvSearchKey | ||
) |
Definition at line 686 of file ime.c.
Referenced by Ime32LoadImeDpi(), ImmGetDescriptionA(), ImmGetDescriptionW(), ImmGetIMEFileNameA(), ImmGetIMEFileNameW(), ImmGetProperty(), ImmInstallIMEW(), ImmIsIME(), and User32CreateImeUIWindow().
DWORD WINAPI ImmGetImeMenuItemsA | ( | HIMC | hIMC, |
DWORD | dwFlags, | ||
DWORD | dwType, | ||
LPIMEMENUITEMINFOA | lpImeParentMenu, | ||
LPIMEMENUITEMINFOA | lpImeMenu, | ||
DWORD | dwSize | ||
) |
Definition at line 1795 of file ime.c.
Referenced by ActiveIMMApp_GetImeMenuItemsA(), and test_InvalidIMC().
DWORD APIENTRY ImmGetImeMenuItemsAW | ( | HIMC | hIMC, |
DWORD | dwFlags, | ||
DWORD | dwType, | ||
LPVOID | lpImeParentMenu, | ||
LPVOID | lpImeMenu, | ||
DWORD | dwSize, | ||
BOOL | bTargetIsAnsi | ||
) |
Definition at line 369 of file ime.c.
Referenced by ImmGetImeMenuItemsA(), and ImmGetImeMenuItemsW().
DWORD WINAPI ImmGetImeMenuItemsW | ( | HIMC | hIMC, |
DWORD | dwFlags, | ||
DWORD | dwType, | ||
LPIMEMENUITEMINFOW | lpImeParentMenu, | ||
LPIMEMENUITEMINFOW | lpImeMenu, | ||
DWORD | dwSize | ||
) |
Definition at line 1808 of file ime.c.
Referenced by ActiveIMMApp_GetImeMenuItemsW().
Definition at line 1144 of file ime.c.
Referenced by ActiveIMMApp_GetOpenStatus(), ImeWnd_OnImeControl(), Imm32JCloseOpen(), test_ImmThreads(), and test_InvalidIMC().
Definition at line 933 of file ime.c.
Referenced by ActiveIMMApp_GetProperty(), and test_ImmGetCompositionString().
Definition at line 1206 of file ime.c.
Referenced by ActiveIMMApp_GetStatusWindowPos(), test_ImmThreads(), and test_InvalidIMC().
Definition at line 508 of file ime.c.
Referenced by ActiveIMMApp_InstallIMEA().
Definition at line 534 of file ime.c.
Referenced by ActiveIMMApp_InstallIMEW(), and ImmInstallIMEA().
Definition at line 628 of file ime.c.
Referenced by ActiveIMMApp_IsIME(), and Imm32JCloseOpen().
Definition at line 806 of file ime.c.
Referenced by ImeWnd_OnCreate(), and ImmActivateLayout().
Definition at line 729 of file ime.c.
Referenced by Imm32CreateInputContext(), Imm32DestroyInputContext(), Imm32FindOrLoadImeDpi(), Imm32MakeIMENotify(), Imm32ProcessHotKey(), Imm32SelectInputContext(), ImmActivateLayout(), ImmGetImeMenuItemsAW(), ImmNotifyIME(), ImmProcessKey(), ImmSetActiveContext(), ImmSetCompositionStringAW(), ImmTranslateMessage(), and User32CreateImeUIWindow().
Definition at line 652 of file ime.c.
Referenced by ActiveIMMApp_NotifyIME(), Imm32NotifyIMEProc(), ImmSystemHandler(), test_ImmGetCompositionString(), and test_ImmNotifyIME().
BOOL WINAPI ImmSetCompositionFontA | ( | HIMC | hIMC, |
LPLOGFONTA | lplf | ||
) |
Definition at line 1380 of file ime.c.
Referenced by ActiveIMMApp_SetCompositionFontA(), ImeWnd_OnImeControl(), ImmSetCompositionFontW(), test_ImmThreads(), and test_InvalidIMC().
BOOL WINAPI ImmSetCompositionFontW | ( | HIMC | hIMC, |
LPLOGFONTW | lplf | ||
) |
Definition at line 1437 of file ime.c.
Referenced by ActiveIMMApp_SetCompositionFontW(), ImeWnd_OnImeControl(), ImeWnd_OnImeSystem(), and ImmSetCompositionFontA().
BOOL WINAPI ImmSetCompositionWindow | ( | HIMC | hIMC, |
LPCOMPOSITIONFORM | lpCompForm | ||
) |
Definition at line 1280 of file ime.c.
Referenced by ActiveIMMApp_SetCompositionWindow(), ImeWnd_OnImeControl(), ImeWnd_OnImeSetContext(), ImeWnd_OnImeSystem(), ImmGetContextThreadFunc(), test_ImmThreads(), and test_InvalidIMC().
Definition at line 1627 of file ime.c.
Referenced by ActiveIMMApp_SetConversionStatus(), ImeWnd_OnImeControl(), Imm32CShapeToggle(), Imm32CSymbolToggle(), Imm32KEnglish(), Imm32KHanjaConvert(), Imm32KShapeToggle(), test_ImmThreads(), and test_InvalidIMC().
Definition at line 1167 of file ime.c.
Referenced by ActiveIMMApp_SetOpenStatus(), ImeWnd_OnImeControl(), ImeWnd_OnImeSystem(), Imm32CShapeToggle(), Imm32CSymbolToggle(), Imm32ImeNonImeToggle(), Imm32JCloseOpen(), Imm32KEnglish(), Imm32KShapeToggle(), ImmGetContextThreadFunc(), Test1(), test_ime_processkey(), test_ImmDefaultHwnd(), test_ImmMessages(), test_ImmThreads(), and test_InvalidIMC().
Definition at line 1228 of file ime.c.
Referenced by ActiveIMMApp_SetStatusWindowPos(), ImeWnd_OnImeControl(), ImmGetContextThreadFunc(), test_ImmThreads(), and test_InvalidIMC().
Definition at line 758 of file ime.c.
Referenced by Imm32CreateInputContext(), Imm32DestroyInputContext(), Imm32MakeIMENotify(), Imm32ProcessHotKey(), Imm32SelectInputContext(), ImmActivateLayout(), ImmConfigureIMEA(), ImmConfigureIMEW(), ImmEnumRegisterWordA(), ImmEnumRegisterWordW(), ImmEscapeA(), ImmEscapeW(), ImmGetConversionListA(), ImmGetConversionListW(), ImmGetImeMenuItemsAW(), ImmGetProperty(), ImmGetRegisterWordStyleA(), ImmGetRegisterWordStyleW(), ImmNotifyIME(), ImmProcessKey(), ImmRegisterWordA(), ImmRegisterWordW(), ImmSetActiveContext(), ImmSetCompositionStringAW(), ImmTranslateMessage(), ImmUnregisterWordA(), ImmUnregisterWordW(), and User32CreateImeUIWindow().
WINE_DEFAULT_DEBUG_CHANNEL | ( | imm | ) |
RTL_CRITICAL_SECTION gcsImeDpi |
Definition at line 16 of file ime.c.
Referenced by DllMain(), Ime32LoadImeDpi(), Imm32FindImeDpi(), Imm32ReleaseIME(), ImmFreeLayout(), ImmInitializeGlobals(), ImmLockImeDpi(), and ImmUnlockImeDpi().
Definition at line 17 of file ime.c.
Referenced by Ime32LoadImeDpi(), Imm32FindImeDpi(), Imm32ReleaseIME(), ImmFreeLayout(), ImmLockImeDpi(), and ImmUnlockImeDpi().