To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75273


User pl changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|pl                        |aw
--------------------------------------------------------------------------------
              OS/Version|Windows XP                |All
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Apr 17 17:40:17 +0000 
2007 -------
Actually the problem gets introduced by the fixes for issue 69437 and issue
71046 . The normalization now done in SetMinMaxPosition actually seems to be
wrong since maRect already is in normalized coordinates. However removing the
normalization again (see attached patch), will open up issue 69437 again, the
reason being twofold
- first the rectangle gotten in SvxPositionSizeTabPage::Construct is too small;
it won't allow the rectangle to be lower. This might be a calc issue, or perhaps
drawing layer.
- second you're in trouble anyway if the maRect member of SvxPositionSizeTabPage
is in normalized values, because to profit from the MetricField now being 64 bit
capable you'd need to have a Rectangle that is also able to hold 64 bit values.

As far as I can see this issue can only be solved by changing
SvxPositionSizeTabPage so its Rectangle and other members are changed to be 64
bit capable and second, the (false?) reported Rectangle in the :Construct method
needs to be correct. And of course the appended patch needs to be applied since
it will remove the wrong normalization in SetMinMaxPosition.

Also in the current state I would consider this a 2.2.1 issue.


---------------------------------------------------------------------
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]

Reply via email to