Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Ditradj.cxx158 xub_StrLen nNextScript = rSI.NextScriptChg( nIdx ); in lcl_CheckKashidaPositions() local
159 if( nNextScript < nNext ) in lcl_CheckKashidaPositions()
160 nNext = nNextScript; in lcl_CheckKashidaPositions()
221 xub_StrLen nNextScript = rSI.NextScriptChg( nIdx ); in lcl_CheckKashidaWidth() local
222 if( nNextScript < nNext ) in lcl_CheckKashidaWidth()
223 nNext = nNextScript; in lcl_CheckKashidaWidth()
H A Dportxt.cxx192 sal_uInt8 nNextScript = 0; in lcl_AddSpace() local
210 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()
H A Ditrform2.cxx657 const sal_uInt8 nNextScript = nTmp >= rInf.GetTxt().Len() ? in BuildPortions() local
666 ! 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() local
938 nNextChg = Min( nNextChg, nNextScript ); in NewTxtPortion()
H A Dporlay.cxx970 sal_uInt8 nNextScript = ( nEnd < rTxt.Len() ) ? in InitScriptInfo() local
974 if ( nScript != nNextScript ) in InitScriptInfo()
979 nScript = nNextScript; in InitScriptInfo()

Completed in 39 milliseconds