To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=21284
------- Additional comments from [EMAIL PROTECTED] Mon Jun 11 08:29:47 +0000 2007 ------- ->mloiseleur: In RangeModifyHdl() there are the lines (around line 1870): SwTwips nTmp = aHeightED.Normalize(nMaxHeight); aHeightED.SetMax(nTmp, FUNIT_TWIP); nTmp = aWidthED.Normalize(nMaxWidth); aWidthED.SetMax(nTmp, FUNIT_TWIP); They set the max. Value of the controls to a maximum allowed value of the object. At this point depending on the 'relative' checkboxes these maximum values have to be reduced to a value that equals 254 percent. They should be 2.54 times the GetRefValue() of the MetricField. This RefValue is set some lines above. --------------------------------------------------------------------- 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]