Asked the other day how to make an endless
screenshow, I responded as follows...
You can use a macro.
Click Tools -> Macros -> Macro
Click on the Presentation name -> Standard
Click New
Call the New Module Screenshow
Click Ok
Enter the following text in between Sub Main and End Sub
Dim oPres
oPres = ThisComponent.getPresentation()
oPres.IsEndless = True
Click the Run Button to make it Endless, it's a one time thing per launch.
- You can also delete the macro when you are done, or enable Macro Security
and leave it in place.
To run this every time, Click File -> Preferences
Click IBM Lotus Symphony -> Macro Security
For Run Macros, select Always
Click Show Warning before Running
Click Apply
Click Ok
Click on the button, and your presentation will run in a loop.
http://wiki.services.openoffice.org/wiki/Documentation/BASIC_Guide/Presentations