Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dporlay.cxx915 sal_uInt16 nLastCompression = nChg; in InitScriptInfo() local
919 nLastCompression = GetCompStart( nCntComp ); in InitScriptInfo()
920 if( nChg >= nLastCompression + GetCompLen( nCntComp ) ) in InitScriptInfo()
922 nLastCompression = nChg; in InitScriptInfo()
1049 sal_uInt16 nPrevChg = nLastCompression; in InitScriptInfo()
1051 while ( nLastCompression < nChg ) in InitScriptInfo()
1053 xub_Unicode cChar = rTxt.GetChar( nLastCompression ); in InitScriptInfo()
1093 nPrevChg = nLastCompression; in InitScriptInfo()
1096 nLastCompression++; in InitScriptInfo()
1109 aCompLen.insert( aCompLen.begin() + nCntComp, nLastCompression - nPrevChg ); in InitScriptInfo()
[all …]

Completed in 24 milliseconds