Home | History | Annotate | Download | only in layout

Lines Matching refs:chartype

210     FX_CHARTYPE chartype) const {
211 return chartype >= FX_CHARTYPE_ArabicAlef ? FX_CHARTYPE_Arabic : chartype;
232 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps);
248 if (chartype != FX_CHARTYPE_Combination &&
249 GetUnifiedCharType(m_eCharType) != GetUnifiedCharType(chartype) &&
252 (m_eCharType != FX_CHARTYPE_Space || chartype != FX_CHARTYPE_Control)) {
260 (this->*g_FX_RTFBreak_lpfAppendChar[chartype >> FX_CHARTYPEBITS])(
262 m_eCharType = chartype;
372 FX_CHARTYPE chartype = pCurChar->GetCharType();
384 if (chartype != FX_CHARTYPE_Space &&