XSlideShowController.idl (a893be29) XSlideShowController.idl (2e3a1b6e)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 136 unchanged lines hidden (view full) ---

145 //-------------------------------------------------------------------------
146
147 /** goto the given textual bookmark */
148 void gotoBookmark( [in] string Bookmark );
149
150 //-------------------------------------------------------------------------
151
152 /** jumps to the given slide.
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 136 unchanged lines hidden (view full) ---

145 //-------------------------------------------------------------------------
146
147 /** goto the given textual bookmark */
148 void gotoBookmark( [in] string Bookmark );
149
150 //-------------------------------------------------------------------------
151
152 /** jumps to the given slide.
153 <p>The slide can also be a slide that would normaly not be shown during
153 <p>The slide can also be a slide that would normally not be shown during
154 the current slideshow.
155
156 @throws com::sun::star::lang::IllegalArgumentException
157 if the given page is not a valid slide of the document for
158 which this slideshow is started. Also not allowed are master,
159 notes and handout pages.
160 */
161 void gotoSlide( [in] com::sun::star::drawing::XDrawPage Page )

--- 131 unchanged lines hidden (view full) ---

293 @since OpenOffice 4.1
294 */
295 [attribute] double PenWidth;
296
297 //-------------------------------------------------------------------------
298
299 /** returns the actuall <type>XSlideShow</type> instance that runs the
300 slideshow.
154 the current slideshow.
155
156 @throws com::sun::star::lang::IllegalArgumentException
157 if the given page is not a valid slide of the document for
158 which this slideshow is started. Also not allowed are master,
159 notes and handout pages.
160 */
161 void gotoSlide( [in] com::sun::star::drawing::XDrawPage Page )

--- 131 unchanged lines hidden (view full) ---

293 @since OpenOffice 4.1
294 */
295 [attribute] double PenWidth;
296
297 //-------------------------------------------------------------------------
298
299 /** returns the actuall <type>XSlideShow</type> instance that runs the
300 slideshow.
301 <br>Normaly all navigation should be done using this controller and
301 <br>Normally all navigation should be done using this controller and
302 not the <type>XSlideShow</type> itself. */
303 XSlideShow getSlideShow();
304
305 //-------------------------------------------------------------------------
306};
307
308//=============================================================================
309
310}; }; }; };
311
312#endif
302 not the <type>XSlideShow</type> itself. */
303 XSlideShow getSlideShow();
304
305 //-------------------------------------------------------------------------
306};
307
308//=============================================================================
309
310}; }; }; };
311
312#endif