To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93111
Issue #|93111
Summary|import or activex controls for userforms incorrect
Component|Drawing
Version|OOO300m3
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|open-import
Assigned to|dr
Reported by|npower
------- Additional comments from [EMAIL PROTECTED] Mon Aug 25 16:19:52 +0000
2008 -------
It seems I was a little mistaken with a previous patch issue 71267 I assumed
the id 0x8000 related to a progress bar activex control. And yes, I did add/test
other activex controls to verify the id(s) were unique. It seems though I was
not thorough enough :-( and it appears it is not the activex control itself that
determines the id but instead the order in which they are added. So, whats
happening is these id(s) ( with bit 0x8000 set ) seem to be transient id(s)
that map to the clsid of the activex control.
I will attach a patch ( and test file ) to demonstrate, there is some debug code
in the patch that is useful to enable ( the debug code is enabled with a debug
build ) when importing the test document
I have one concern about big/little endian-ness of the patch since the clsid
seems to loosely map to a structure like
struct clsid
{
sal_Int32 part1;
sal_Int16 part2;
sal_Int16 part3;
sal_Int8 part4[8]
}
but I am not sure if the stream is always little-endian or not ( I guess a mac
produced test document would tell, but I don't have access to either a mac or a
mac Office version ) but perhaps you would know off hand if I need to take of
the id(s) by reading into the structure or byte array, advice greatly received
!!!
---------------------------------------------------------------------
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]