Lines Matching refs:sal_uInt16

640         sal_uInt16 nTmpAscent = GetAscent();  in CalcLine()
641 sal_uInt16 nTmpHeight = Height(); in CalcLine()
757 sal_uInt16 nScript; in WhichFont()
802 sal_uInt16 i = 0; in InitScriptInfo()
826 sal_uInt16 nCnt = 0; in InitScriptInfo()
828 sal_uInt16 nCntComp = 0; in InitScriptInfo()
830 sal_uInt16 nCntKash = 0; in InitScriptInfo()
915 sal_uInt16 nLastCompression = nChg; in InitScriptInfo()
934 sal_uInt16 nLastKashida = nChg; in InitScriptInfo()
961 nScript = (sal_uInt8)GetI18NScriptTypeOfLanguage( (sal_uInt16)GetAppLanguage() ); in InitScriptInfo()
1049 sal_uInt16 nPrevChg = nLastCompression; in InitScriptInfo()
1132 sal_uInt16 nPriorityLevel = 7; // 0..6 = level found in InitScriptInfo()
1421 for ( sal_uInt16 nIdx = 0; nIdx < nCount; ++nIdx ) in UpdateBidiInfo()
1424 aDirChg.push_back( (sal_uInt16)nEnd ); in UpdateBidiInfo()
1446 sal_uInt16 nEnd = CountScriptChg(); in NextScriptChg()
1447 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in NextScriptChg()
1463 sal_uInt16 nEnd = CountScriptChg(); in ScriptType()
1464 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in ScriptType()
1471 return (sal_uInt8)GetI18NScriptTypeOfLanguage( (sal_uInt16)GetAppLanguage() ); in ScriptType()
1478 sal_uInt16 nEnd = CountDirChg(); in NextDirChg()
1479 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in NextDirChg()
1491 sal_uInt16 nEnd = CountDirChg(); in DirType()
1492 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in DirType()
1506 sal_uInt16 SwScriptInfo::MaskHiddenRanges( const SwTxtNode& rNode, XubString& rText, in MaskHiddenRanges()
1515 sal_uInt16 nNumOfHiddenChars = 0; in MaskHiddenRanges()
1620 for( sal_uInt16 i = 0; i < aHiddenMulti.GetRangeCount(); ++i ) in GetBoundsOfHiddenRange()
1638 for( sal_uInt16 i = 0; i < aHiddenMulti.GetRangeCount(); ++i ) in GetBoundsOfHiddenRange()
1663 sal_uInt16 nEnd = CountHiddenChg(); in GetBoundsOfHiddenRange()
1664 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in GetBoundsOfHiddenRange()
1681 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in GetBoundsOfHiddenRange()
1712 sal_uInt16 nEnd = CountCompChg(); in CompType()
1713 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in CompType()
1733 sal_uInt16 SwScriptInfo::HasKana( xub_StrLen nStart, const xub_StrLen nLen ) const in HasKana()
1735 sal_uInt16 nCnt = CountCompChg(); in HasKana()
1738 for( sal_uInt16 nX = 0; nX < nCnt; ++nX ) in HasKana()
1758 const sal_uInt16 nCompress, const sal_uInt16 nFontHeight, in Compress()
1763 sal_uInt16 nCompCount = CountCompChg(); in Compress()
1768 sal_uInt16 nMinWidth = ( 3 * nFontHeight ) / 4; in Compress()
1770 sal_uInt16 nCompIdx = HasKana( nIdx, nLen ); in Compress()
1777 sal_uInt16 nI = 0; in Compress()
1795 sal_uInt16 nType = GetCompType( nCompIdx ); in Compress()
1878 sal_uInt16 SwScriptInfo::KashidaJustify( sal_Int32* pKernArray, in KashidaJustify()
1891 sal_uInt16 nCntKash = 0; in KashidaJustify()
1902 sal_uInt16 nCntKashEnd = nCntKash; in KashidaJustify()
1911 sal_uInt16 nActualKashCount = nCntKashEnd - nCntKash; in KashidaJustify()
1912 for ( sal_uInt16 i = nCntKash; i < nCntKashEnd; ++i ) in KashidaJustify()
1934 sal_uInt16 nArrayPos = nIdx - nStt; in KashidaJustify()
1945 const sal_uInt16 nArrayEnd = nIdx - nStt; in KashidaJustify()
2045 sal_uInt16 nCntKash = 0; in MarkOrClearKashidaInvalid()
2091 sal_uInt16 SwScriptInfo::GetKashidaPositions ( xub_StrLen nStt, xub_StrLen nLen, in GetKashidaPositions()
2094 sal_uInt16 nCntKash = 0; in GetKashidaPositions()
2105 sal_uInt16 nCntKashEnd = nCntKash; in GetKashidaPositions()
2166 sal_uInt16 nCntKash = 0; in MarkKashidasInvalid()
2192 sal_uInt16 SwScriptInfo::ThaiJustify( const XubString& rTxt, sal_Int32* pKernArray, in ThaiJustify()
2203 sal_uInt16 nCnt = 0; in ThaiJustify()
2205 for ( sal_uInt16 nI = 0; nI < nLen; ++nI ) in ThaiJustify()
2417 sal_uInt16 nAct = rIDRA.GetRedlinePos( rNode, USHRT_MAX ); in CalcHiddenRanges()