LibreOffice
LibreOffice 24.2 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 
20 module com { module sun { module star { module presentation {
21 
34 {
49  boolean nextEffect();
50 
68  boolean previousEffect();
69 
81  boolean startShapeActivity( [in] ::com::sun::star::drawing::XShape xShape );
82 
94  boolean stopShapeActivity( [in] ::com::sun::star::drawing::XShape xShape );
95 
144  void displaySlide(
147  [in] ::com::sun::star::animations::XAnimationNode AnimationNode,
148  [in] sequence< ::com::sun::star::beans::PropertyValue > aProperties );
149 
163  boolean pause( [in] boolean bPauseShow );
164 
171  ::com::sun::star::drawing::XDrawPage getCurrentSlide();
172 
179  void registerUserPaintPolygons([in] ::com::sun::star::lang::XMultiServiceFactory xDocFactory);
180 
200  boolean setProperty(
201  [in] ::com::sun::star::beans::PropertyValue aShowProperty );
202 
216  boolean addView( [in] XSlideShowView xView );
217 
230  boolean removeView( [in] XSlideShowView xView );
231 
255  boolean update( [out] double nNextTimeout );
256 
269  void addSlideShowListener( [in] XSlideShowListener xListener );
270 
276  void removeSlideShowListener( [in] XSlideShowListener xListener );
277 
291  void addShapeEventListener(
292  [in] XShapeEventListener xListener,
293  [in] ::com::sun::star::drawing::XShape xShape );
294 
303  void removeShapeEventListener(
304  [in] XShapeEventListener xListener,
305  [in] ::com::sun::star::drawing::XShape xShape );
306 
319  void setShapeCursor(
320  [in] ::com::sun::star::drawing::XShape xShape,
321  [in] short nPointerShape );
322 
323 };
324 
325 }; }; }; };
326 
327 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Allows creating instances specified by a string name.
Definition: XMultiServiceFactory.idl:33
View interface to display slide show presentations on.
Definition: XSlideShowView.idl:30
Slide show interface to perform slide show presentations.
Definition: XSlideShow.idl:33
Definition: Ambiguous.idl:20
Listener interface to receive global slide show events.
Definition: XSlideShowListener.idl:28
Definition: XAnimationNode.idl:24
specifies a property value.
Definition: PropertyValue.idl:27
must be supported to provide access to a multi-page drawing-layer.
Definition: XDrawPagesSupplier.idl:27
lets you do a basic transformation on a Shape and get its type.
Definition: XShape.idl:28
base interface of all UNO interfaces
Definition: XInterface.idl:45
Listener interface to receive shape-specific events.
Definition: XShapeEventListener.idl:26
identifies an XShapes as a DrawPage.
Definition: XDrawPage.idl:27