summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation/XPresentation2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/XPresentation2.idl')
-rw-r--r--offapi/com/sun/star/presentation/XPresentation2.idl68
1 files changed, 34 insertions, 34 deletions
diff --git a/offapi/com/sun/star/presentation/XPresentation2.idl b/offapi/com/sun/star/presentation/XPresentation2.idl
index c9609255d4df..2f5a553dcbb0 100644
--- a/offapi/com/sun/star/presentation/XPresentation2.idl
+++ b/offapi/com/sun/star/presentation/XPresentation2.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,35 +24,35 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_presentation_XPresentation2_idl__
-#define __com_sun_star_presentation_XPresentation2_idl__
+#ifndef __com_sun_star_presentation_XPresentation2_idl__
+#define __com_sun_star_presentation_XPresentation2_idl__
#ifndef __com_sun_star_presentation_XPresentation_idl__
#include <com/sun/star/presentation/XPresentation.idl>
#endif
-#ifndef __com_sun_star_beans_XPropertySet_idl__
-#include <com/sun/star/beans/XPropertySet.idl>
-#endif
-
-#ifndef __com_sun_star_beans_PropertyValue_idl__
-#include <com/sun/star/beans/PropertyValue.idl>
-#endif
-
-#ifndef __com_sun_star_presentation_XSlideShowListener_idl__
-#include <com/sun/star/presentation/XSlideShowListener.idl>
-#endif
-
-#ifndef __com_sun_star_presentation_XSlideShowController_idl__
-#include <com/sun/star/presentation/XSlideShowController.idl>
-#endif
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
-//=============================================================================
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
- module com { module sun { module star { module presentation {
+#ifndef __com_sun_star_presentation_XSlideShowListener_idl__
+#include <com/sun/star/presentation/XSlideShowListener.idl>
+#endif
-//=============================================================================
+#ifndef __com_sun_star_presentation_XSlideShowController_idl__
+#include <com/sun/star/presentation/XSlideShowController.idl>
+#endif
+//=============================================================================
+
+ module com { module sun { module star { module presentation {
+
+//=============================================================================
+
/** enhances the XPresentation interface to give access to
a <type>XSlideShowController</type> and
to start a presentation with arguments.
@@ -61,39 +61,39 @@
*/
interface XPresentation2
{
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** allows to start and stop the presentation.
*/
interface XPresentation;
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** gives access to the properties of the slideshow.
*/
interface com::sun::star::beans::XPropertySet;
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** start the slideshow with the given arguments.
All arguments overide the values from <service>Presentation</service>
*/
- void startWithArguments( [in] sequence< ::com::sun::star::beans::PropertyValue > Arguments );
+ void startWithArguments( [in] sequence< ::com::sun::star::beans::PropertyValue > Arguments );
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** returns true if the slideshow is currently running */
boolean isRunning();
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** if the slideshow is running, this returns a controler object to
control the running slideshow. */
XSlideShowController getController();
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif