Home
last modified time | relevance | path

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

/aoo41x/main/editeng/source/editeng/
H A Dimpedit3.cxx4661 long nCompressed = 0; in ImplExpandCompressedPortions() local
4672 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()
H A Dimpedit2.cxx4278 sal_Int32 nCompressed = nNextCharWidth/2; in GetXPos() local
4279 nCompressed *= pPortion->GetExtraInfos()->nMaxCompression100thPercent; in GetXPos()
4280 nCompressed /= 10000; in GetXPos()
4281 nCharWidth += nCompressed; in GetXPos()

Completed in 115 milliseconds