Searched refs:nCompressPercent (Results 1 – 1 of 1) sorted by relevance
4680 long nCompressPercent = 0; in ImplExpandCompressedPortions() local4683 nCompressPercent = nCompressed - nRemainingWidth; in ImplExpandCompressedPortions()4684 DBG_ASSERT( nCompressPercent < 200000, "ImplExpandCompressedPortions - Overflow!" ); in ImplExpandCompressedPortions()4685 nCompressPercent *= 10000; in ImplExpandCompressedPortions()4686 nCompressPercent /= nCompressed; in ImplExpandCompressedPortions()4694 if ( nCompressPercent ) in ImplExpandCompressedPortions()4702 …pParaPortion->GetNode(), pTP, nTxtPortionStart, pDXArray, (sal_uInt16)nCompressPercent, sal_True ); in ImplExpandCompressedPortions()
Completed in 44 milliseconds