To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=85205
------- Additional comments from [EMAIL PROTECTED] Sun Jan 13 19:35:38 +0000 2008 ------- It appears that *all* Interactions of the type "Goto Page or Object" utilize the OnClick type of com.sun.star.presentation.ClickAction.BOOKMARK. Page number targets are simply coded as bookmarks formed as "page#". This means that the PPT export issue is likely located in the code that parses the bookmark strings. It probably isn't checking for strings that do NOT have the format "page#". In those cases it should be getting the bookmark anchor, then the page number for the anchor, and then exporting a hard coded page number for PowerPoint compatibility. If the same dereferencing code will also work on the "page#" bookmarks, then no checking of format need be done -- simply dereference ALL bookmarks and determine the page number of their anchors. --------------------------------------------------------------------- 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]
