#include <windows.h>
#include <richedit.h>
#include "ut_string.h"
#include "ut_assert.h"
#include "ut_debugmsg.h"
#include "ut_Win32LocaleString.h"
#include "xap_App.h"
#include "xap_Win32App.h"
#include "xap_Win32FrameImpl.h"
#include "ap_Strings.h"
#include "ap_Dialog_Id.h"
#include "ap_Dialog_Spell.h"
#include "ap_Win32Dialog_Spell.h"
#include "xap_Win32DialogHelper.h"
#include "ap_Win32Resources.rc2"
Defines | |
#define | _DS(c, s) |
#define | _DSX(c, s) |
Functions | |
static UT_UCSChar * | s_getUCSText (HWND hwnd) |
#define _DS | ( | c, | ||
s | ||||
) |
str.fromUTF8(pSS->getValue(AP_STRING_ID_##s)); \ SetDlgItemTextW(hWnd,AP_RID_DIALOG_##c,str.c_str())
Referenced by AP_Win32Dialog_Spell::_onInitDialog().
#define _DSX | ( | c, | ||
s | ||||
) |
str.fromUTF8(pSS->getValue(XAP_STRING_ID_##s)); \ SetDlgItemTextW(hWnd,AP_RID_DIALOG_##c,str.c_str())
Referenced by AP_Win32Dialog_Spell::_onInitDialog().
static UT_UCSChar* s_getUCSText | ( | HWND | hwnd | ) | [static] |
References DELETEP, FREEP, and UT_UCS4_cloneString_char().
Referenced by AP_Win32Dialog_Spell::_change(), and AP_Win32Dialog_Spell::_changeAll().