Searched refs:nNextScript (Results 1 – 4 of 4) sorted by relevance
158 xub_StrLen nNextScript = rSI.NextScriptChg( nIdx ); in lcl_CheckKashidaPositions() local159 if( nNextScript < nNext ) in lcl_CheckKashidaPositions()160 nNext = nNextScript; in lcl_CheckKashidaPositions()221 xub_StrLen nNextScript = rSI.NextScriptChg( nIdx ); in lcl_CheckKashidaWidth() local222 if( nNextScript < nNext ) in lcl_CheckKashidaWidth()223 nNext = nNextScript; in lcl_CheckKashidaWidth()
192 sal_uInt8 nNextScript = 0; in lcl_AddSpace() local210 nNextScript = (sal_uInt8)pBreakIt->GetBreakIter()->getScriptType( aStr, 0 ); in lcl_AddSpace()213 nNextScript = (sal_uInt8)pBreakIt->GetBreakIter()->getScriptType( rInf.GetTxt(), nPos ); in lcl_AddSpace()215 if( ASIAN == nNextScript ) in lcl_AddSpace()218 rInf.GetTxtFrm()->GetTxtNode()->GetLang( nPos, 1, nNextScript ); in lcl_AddSpace()
657 const sal_uInt8 nNextScript = nTmp >= rInf.GetTxt().Len() ? in BuildPortions() local666 ! rInf.IsUnderFlow() && ( bFull || SW_CJK == nNextScript ) ) in BuildPortions()701 pPor->InFldGrp() || nCurrScript != nNextScript ) in BuildPortions()937 const xub_StrLen nNextScript = pScriptInfo->NextScriptChg( rInf.GetIdx() ); in NewTxtPortion() local938 nNextChg = Min( nNextChg, nNextScript ); in NewTxtPortion()
970 sal_uInt8 nNextScript = ( nEnd < rTxt.Len() ) ? in InitScriptInfo() local974 if ( nScript != nNextScript ) in InitScriptInfo()979 nScript = nNextScript; in InitScriptInfo()
Completed in 41 milliseconds