To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48179





------- Additional comments from a...@openoffice.org Wed Mar  4 09:50:32 +0000 
2009 -------
I will be checking in my fix in multiple stages so that I can explain the
different aspects a little bit.

I am starting with the modified interfaces in offapi.  Please note, that both
affected interfaces are not published and therefore may be changed.

Added previousSlide() to com.sun.star.presentation.XSlideShow.  Obvious change,
I think.

Added two properties to XSlideShow::displaySlide.  The properties allow a slide
to be displayed without transition effect and can trigger the execution of all
main sequence effects.  Both are used when going back one effect leads to the
previous slide.  In that case the previous slide should be displayed as fast as
possible (no transition animation) with all effects already executed (so that
the user can continue travelling backwards through the effects.)  See IDL file
for details.

Added flag to XSlideShowListener::slideEnded() so that the listener
implementation can detect the traveling order that caused the slide to end. 
With this the listener (especially the SlideshowImpl in sd) can decide whether
to change to the next or the previous slide.

Revision of this change is 268793.


---------------------------------------------------------------------
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to