Searched refs:nCompressed (Results 1 – 2 of 2) sorted by relevance
4661 long nCompressed = 0; in ImplExpandCompressedPortions() local4672 nCompressed += pTP->GetExtraInfos()->nOrgWidth - pTP->GetSize().Width(); in ImplExpandCompressedPortions()4681 if ( nCompressed > nRemainingWidth ) in ImplExpandCompressedPortions()4683 nCompressPercent = nCompressed - nRemainingWidth; in ImplExpandCompressedPortions()4686 nCompressPercent /= nCompressed; in ImplExpandCompressedPortions()
4278 sal_Int32 nCompressed = nNextCharWidth/2; in GetXPos() local4279 nCompressed *= pPortion->GetExtraInfos()->nMaxCompression100thPercent; in GetXPos()4280 nCompressed /= 10000; in GetXPos()4281 nCharWidth += nCompressed; in GetXPos()
Completed in 115 milliseconds