To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93111
------- Additional comments from [EMAIL PROTECTED] Mon Nov 17 11:16:19 +0000 2008 ------- MS has released very good specifications about theit binary formats, for ActiveX form controls please see http://msdn.microsoft.com/en-us/library/cc313125.aspx. Chapter 2.2.10.10 describes the ClassTable structure that is handled by this patch. Does it follow the specification or is it more like a try-and-error approach? The index contained in the 0x8??? constant designates the index into the class table which contains the class ID of the control. A reference implementation that correctly handles the ClassTable can be found in the binary file dumper of the oox module milestone m35 or later, oox/source/dump/oledumper.cxx, classes OcxFormSiteObject, OcxFormObject. --------------------------------------------------------------------- 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]
