To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78198 Issue #|78198 Summary|64bit: Unable to traverse over objects Component|Drawing Version|680m211 Platform|Opteron/x86_64 URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|ka Reported by|kendy
------- Additional comments from [EMAIL PROTECTED] Thu Jun 7 16:16:48 +0000 2007 ------- On 64bit, load the attached document (draw.sxd - from qatesttool), click inside and touch Tab [any times ;-)]. On 32bit, it shows the control points [and then moves them to next objects], on 64bit it does nothing. I'll attach a patch that fixes that; the reason is that Container uses ULONG for everything (which is 64bit on x86-64), but eg. SdrMarkList use sal_uInt32 (32bit). Eg. FindObject then fails in showing if the item was found or not (returns 0xFFFFFFFF instead of 0xFFFFFFFFFFFFFFFF); and more such misbehavior around. This patch turns the wrong sal_uInt32's to ULONG's; changing Container is too risky I guess [though it would be better}. Please check, I'll commit to a CWS if OK. --------------------------------------------------------------------- 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]