To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=9370
------- Additional comments from [EMAIL PROTECTED] Fri Nov 11 09:39:02 -0800 2005 ------- I believe I found another near-workaround, but it would work after a very minor change to the code (I believe so, I don't know!): Add a header or footer to the page (or the page template). Insert the image into the header or the footer. Edit the image properties. Now you can adjust the alignment to be, f.e. "left" and "top" relative to the "full page". What's left to do is to set the image size. For the width this will usually work fine, you just have to set the image width to the ration of (page width/text are width), maybe 130% or so. The problem is the height. Headers or footers are usually 1-2 cm height, so one would need to scale the image size to maybe 1500% (of the header height). This is currently not supported since the variable used to store the image size in percent is only a "byte" variable (i.e. it can be max. 254%). If this could be changed to be "ushort" data type (0-65536) or something like this, one could scale the image to fill the whole page. Shouldn't be that big a problem, should it? --------------------------------------------------------------------- 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]