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


User mba changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|mba                       |tra
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Feb 14 00:56:54 -0800 
2005 -------
Tino, you can reproduce the problem in the following way:
start  mspaint, draw somethin, mark all, copy to clipboard.
In StarDraw use the dropdown menu of the toolbar button for "Paste", take the
last entry (unfortunately the format name is the same for bitmap as graphic and
bitmap as object).
Now Draw tries to insert the clipboard content as an object.
My observation is that Draw tries to retrieve the clipboard data by calling
CDOTransferable::getTransferData. In this method first a FORMATETC struct is
created and CDOTransferable::getClipboardData is called with it.

A first attempt to call for format "ObjectDescriptor" works, but a second one
for "Embed Source" fails ("invalid FORMATETC struct"). I assume that the system
clipboard code doesn't contain conversions for "external" and "internal"
representations of OLE objects. IMHO this is should be added here.

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