Defines | Functions

ap_Win32Dialog_Spell.cpp File Reference

#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_UCSChars_getUCSText (HWND hwnd)

Define Documentation

#define _DS (   c,
  s 
)
Value:
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 
)
Value:
str.fromUTF8(pSS->getValue(XAP_STRING_ID_##s)); \
                    SetDlgItemTextW(hWnd,AP_RID_DIALOG_##c,str.c_str())

Referenced by AP_Win32Dialog_Spell::_onInitDialog().


Function Documentation

static UT_UCSChar* s_getUCSText ( HWND  hwnd  )  [static]