Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dporlay.cxx1331 const sal_uInt8 nCurrDirType = GetDirType( nDirIdx ); in InitScriptInfo() local
1337 if ( nCurrDirType % 2 == UBIDI_RTL || // text in RTL run in InitScriptInfo()
1338 …( nCurrDirType > UBIDI_LTR && !lcl_HasStrongLTR( rTxt, nStart, nEnd ) ) ) // non-strong text in em… in InitScriptInfo()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1819 const sal_uInt8 nCurrDirType = rDirInfos[n].nType; in InitScriptTypes() local
1821 if ( nCurrDirType % 2 == UBIDI_RTL || // text in RTL run in InitScriptTypes()
1822 …( nCurrDirType > UBIDI_LTR && !lcl_HasStrongLTR( aText, nStart, nEnd ) ) ) // non-strong text in e… in InitScriptTypes()

Completed in 42 milliseconds