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





------- Additional comments from [EMAIL PROTECTED] Tue Feb 14 08:37:52 -0800 
2006 -------
Since the margins for headers/footers are set relative to the page text area, it
does make sense for a header/footer to have a negative margin.  There would
simply need to be a small change to the conditional statement that causes
negative values to reset to zero.  I don't know how to code, but the logic would
be something like:

If (margin < 0)
  If (abs[margin] >= pageMargin)
    margin = -pageMargin
else(no change)

The other option would be to have the header/footer margins set relative to the
page rather than the page text area, but I don't think this would be such an
easy change.

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