To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=83735
------- Additional comments from [EMAIL PROTECTED] Sun Nov 18 05:09:27 +0000 2007 ------- The problem is the TwipsToMM() and ReverseTwipsToMM() functions in drwlayer.cxx. These functions are inherently "lossy," as they convert twips to hundredths-mm using a pre-defined constant. So a twips value of 6803 twips (from 12cm -> twips [0]) becomes 11954 HMM after the TwipsToMM() call. (Not that TwipsToMM() gets 6803, it gets 11.50cm->twips, but the point is that TwipsToMM() is still "lossy.") [0] http://www.translatorscafe.com/cafe/units-converter/typography/calculator/ --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]