Home
last modified time | relevance | path

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

/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_fffield.cpp712 int32_t iOverride = calc.GetOverride(); in CalculateWidgetAcc() local
713 switch (iOverride) { in CalculateWidgetAcc()
/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
1383 && iOverride != UT_BIDI_LTR in _flush()
1395 iOverride = UT_BIDI_LTR; in _flush()
1400 && iOverride != UT_BIDI_RTL in _flush()
1412 iOverride = UT_BIDI_RTL; in _flush()
1421 if(iOverride != static_cast<UT_uint32>(UT_BIDI_UNSET)) in _flush()
1432 iOverride = UT_BIDI_UNSET; in _flush()
H A Die_imp_RTF.cpp7131 UT_uint32 iOverride = 0; in ApplyParagraphAttributes() local
7137 iOverride = m_currentRTFState.m_paraProps.m_iOverride; in ApplyParagraphAttributes()
7139 pOver = _getTableListOverride(iOverride); in ApplyParagraphAttributes()