Home
last modified time | relevance | path

Searched refs:cNextType (Results 1 – 1 of 1) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_MsWord_97.cpp1361 UT_BidiCharType iOverride = UT_BIDI_UNSET, cType, cLastType = UT_BIDI_UNSET, cNextType; in _flush() local
1372 cNextType = UT_bidiGetCharType(c); in _flush()
1376 cNextType = UT_BIDI_UNSET; in _flush()
1384 && (cLastType != UT_BIDI_LTR || cNextType != UT_BIDI_LTR)) in _flush()
1401 && (cLastType != UT_BIDI_RTL || cNextType != UT_BIDI_RTL)) in _flush()
1439 cType = cNextType; in _flush()