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


User pl changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Mar  3 11:17:03 -0800 
2005 -------
That was tricky. Actually the control was there, but the font was too small to
be noticed. The reason was that Window::PaintToDevice was NEVER meant to be used
on devices that were not either windows or virtual devices; in particular on
devices with different resolutions than the control to be painted. The font set
was of course rather small in MAP_PIXEL since it was thought to be used on a
screen resolution device (say 90dpi) whereas the PDF device has 8640dpi.

I'm still not quite sure using PaintToDevice to paint to PDF is a good idea; its
original purpose was to create a pixel for pixel copy of a control in another
Window or VirDev, something that cannot really work in PDF. On the other hand we
have a chance to draw Controls that are not exported to the few widgets
available in PDF as real lookalikes to form controls. So unless a control gets
found that still has problems with PaintToDevice i think we can go with the new
improved method.

fixed in CWS vcl37

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