To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=49460
User mav changed the following: What |Old value |New value ================================================================================ Assigned to|mav |tra -------------------------------------------------------------------------------- Status|STARTED |NEW -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Wed May 25 06:06:59 -0700 2005 ------- I have no idea why does it work for other applications ( BTW it works only by using paste special, not by using paste button ), but the problem seems to be in clipboard implementation. The list of possible formats is provided to "SvxClipBoardControl::StateChanged()" method and this list is used to generate the popup menu to allow user to select required format, in this case it contains SOT_FORMATSTR_ID_EMBED_SOURCE_OLE as format id related to pasting of embedded object. After user selects this entry the writer accesses clipboard by using "TransferableDataHelper::CreateFromSystemClipboard()" method. The result object retrieves accessible formats by using "XClipboard::getContents()" method from "dtrans" implementation. But the second list contains SOT_FORMATSTR_ID_EMBEDDED_OBJ_OLE as format id, and this is different from the id that was provided during popup menu generation. So the problem seems to be that one of the mentioned mechanics ( either popup menu generation or clipboard access ) provides a wrong format id for embedded object. MAV->TR: Could you please take a look. --------------------------------------------------------------------- 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]