To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95879
User haggai changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Nov 5 16:23:55 +0000
2008 -------
I have attached a patch which implements the proposed property, and a python
script which tests the new property via the OOo API. It connects to OOo on
localhost:2002 so OOo needs to be started with parameter
"-accept=socket,host=localhost,port=2002;urp;"
The script takes 3 arguments:
<filename>.odp <slide_delay> <effects_delay>
where <filename> is a file in the current working directory.
The patch contains 2 FIXMEs, where I have commented out some calls. If these are
not commented out, the patch does not work with slides which have a slide
transition enabled, because the transition happens after the effect time (eg 3
seconds) instead of the new AutomaticSlideAdvancement time. This is because the
next slide event is fired ealier than the timeout that has been set. I am postin
g this version of the patch for further comments.
---------------------------------------------------------------------
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]