Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dporlay.cxx1770 sal_uInt16 nCompIdx = HasKana( nIdx, nLen ); in Compress() local
1772 if ( USHRT_MAX == nCompIdx ) in Compress()
1775 xub_StrLen nChg = GetCompStart( nCompIdx ); in Compress()
1776 xub_StrLen nCompLen = GetCompLen( nCompIdx ); in Compress()
1788 if( nIdx > nLen || nCompIdx >= nCompCount ) in Compress()
1795 sal_uInt16 nType = GetCompType( nCompIdx ); in Compress()
1847 if( ++nCompIdx < nCompCount ) in Compress()
1849 nTmpChg = GetCompStart( nCompIdx ); in Compress()
1852 nCompLen = GetCompLen( nCompIdx ); in Compress()

Completed in 26 milliseconds