LibreOffice
LibreOffice 7.3 SDK API Reference
XSlideShow.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef _com_sun_star_presentation_XSlideShow_idl
20#define _com_sun_star_presentation_XSlideShow_idl
21
34
35module com { module sun { module star { module presentation {
36
49{
64 boolean nextEffect();
65
83 boolean previousEffect();
84
97
110
163 [in] sequence< ::com::sun::star::beans::PropertyValue > aProperties );
164
178 boolean pause( [in] boolean bPauseShow );
179
187
195
215 boolean setProperty(
216 [in] ::com::sun::star::beans::PropertyValue aShowProperty );
217
231 boolean addView( [in] XSlideShowView xView );
232
245 boolean removeView( [in] XSlideShowView xView );
246
270 boolean update( [out] double nNextTimeout );
271
285
292
307 [in] XShapeEventListener xListener,
308 [in] ::com::sun::star::drawing::XShape xShape );
309
319 [in] XShapeEventListener xListener,
320 [in] ::com::sun::star::drawing::XShape xShape );
321
336 [in] short nPointerShape );
337
338};
339
340}; }; }; };
341
342#endif
343
344/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition: XAnimationNode.idl:30
identifies an XShapes as a DrawPage.
Definition: XDrawPage.idl:32
must be supported to provide access to a multi-page drawing-layer.
Definition: XDrawPagesSupplier.idl:34
lets you do a basic transformation on a Shape and get its type.
Definition: XShape.idl:39
Allows creating instances specified by a string name.
Definition: XMultiServiceFactory.idl:40
Listener interface to receive shape-specific events.
Definition: XShapeEventListener.idl:33
Listener interface to receive global slide show events.
Definition: XSlideShowListener.idl:33
View interface to display slide show presentations on.
Definition: XSlideShowView.idl:42
Slide show interface to perform slide show presentations.
Definition: XSlideShow.idl:49
boolean setProperty([in] ::com::sun::star::beans::PropertyValue aShowProperty)
Change a property of the slide show.
boolean pause([in] boolean bPauseShow)
Change the pause state of the slide show.
boolean previousEffect()
Undo the last effect in the main sequence of the slide show.
void displaySlide([in] ::com::sun::star::drawing::XDrawPage xSlide, [in] ::com::sun::star::drawing::XDrawPagesSupplier xDrawPages, [in] ::com::sun::star::animations::XAnimationNode AnimationNode, [in] sequence< ::com::sun::star::beans::PropertyValue > aProperties)
Jump to the given slide.
boolean removeView([in] XSlideShowView xView)
Remove view from the slide show.
void removeShapeEventListener([in] XShapeEventListener xListener, [in] ::com::sun::star::drawing::XShape xShape)
Revoke a previously registered shape event listener.
boolean stopShapeActivity([in] ::com::sun::star::drawing::XShape xShape)
Stop a shape-intrinsic animation or activity.
void setShapeCursor([in] ::com::sun::star::drawing::XShape xShape, [in] short nPointerShape)
Set a special mouse cursor for a shape.
void addSlideShowListener([in] XSlideShowListener xListener)
Add a slide show listener.
void removeSlideShowListener([in] XSlideShowListener xListener)
Revoke a previously registered slide show listener.
::com::sun::star::drawing::XDrawPage getCurrentSlide()
Query the currently displayed slide.
boolean update([out] double nNextTimeout)
Update the animations.
void addShapeEventListener([in] XShapeEventListener xListener, [in] ::com::sun::star::drawing::XShape xShape)
Add a shape event listener.
boolean startShapeActivity([in] ::com::sun::star::drawing::XShape xShape)
Start a shape-intrinsic animation or activity.
void registerUserPaintPolygons([in] ::com::sun::star::lang::XMultiServiceFactory xDocFactory)
Register drawn polygons in presentation mode.
boolean addView([in] XSlideShowView xView)
Add a view to the slide show.
boolean nextEffect()
Trigger the next effect of the slide show.
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Accessible.idl:22
specifies a property value.
Definition: PropertyValue.idl:34