Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1307 SCRIPT_STATE aScriptState = {0,false,false,false,false,false,false,false,false,0,0}; local
1308 aScriptState.uBidiLevel = (0 != (rArgs.mnFlags & SAL_LAYOUT_BIDI_RTL));
1309 aScriptState.fOverrideDirection = (0 != (rArgs.mnFlags & SAL_LAYOUT_BIDI_STRONG));
1310 aScriptState.fDigitSubstitute = (0 != (rArgs.mnFlags & SAL_LAYOUT_SUBSTITUTE_DIGITS));
1311 aScriptState.fArabicNumContext = aScriptState.fDigitSubstitute & aScriptState.uBidiLevel;
1314 aScriptControl.fNeutralOverride = aScriptState.fOverrideDirection;
1321 if( aScriptState.fOverrideDirection )
1339 nItemCapacity - 1, &aScriptControl, &aScriptState,
1466 rVisualItem.mpScriptItem->a.fRTL = (aScriptState.uBidiLevel & 1);
1467 rVisualItem.mpScriptItem->a.s.uBidiLevel = aScriptState.uBidiLevel;
[all …]

Completed in 30 milliseconds