Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx4728 long nCompressed = 0; in ImplExpandCompressedPortions() local
4739 nCompressed += pTP->GetExtraInfos()->nOrgWidth - pTP->GetSize().Width(); in ImplExpandCompressedPortions()
4748 if ( nCompressed > nRemainingWidth ) in ImplExpandCompressedPortions()
4750 nCompressPercent = nCompressed - nRemainingWidth; in ImplExpandCompressedPortions()
4753 nCompressPercent /= nCompressed; in ImplExpandCompressedPortions()
H A Dimpedit2.cxx4281 sal_Int32 nCompressed = nNextCharWidth/2; in GetXPos() local
4282 nCompressed *= pPortion->GetExtraInfos()->nMaxCompression100thPercent; in GetXPos()
4283 nCompressed /= 10000; in GetXPos()
4284 nCharWidth += nCompressed; in GetXPos()

Completed in 57 milliseconds