Lines Matching refs:SAL_CALL

151 …virtual void SAL_CALL beginEvent( const css::uno::Reference< css::animations::XAnimationNode >& No…
152 …virtual void SAL_CALL endEvent( const css::uno::Reference< css::animations::XAnimationNode >& Node…
153 …virtual void SAL_CALL repeat( const css::uno::Reference< css::animations::XAnimationNode >& Node, …
156 virtual void SAL_CALL paused() throw (css::uno::RuntimeException);
157 virtual void SAL_CALL resumed() throw (css::uno::RuntimeException);
158 virtual void SAL_CALL slideTransitionStarted() throw (css::uno::RuntimeException);
159 virtual void SAL_CALL slideTransitionEnded() throw (css::uno::RuntimeException);
160 virtual void SAL_CALL slideAnimationsEnded() throw (css::uno::RuntimeException);
161 virtual void SAL_CALL slideEnded(sal_Bool bReverse) throw (css::uno::RuntimeException);
162 …virtual void SAL_CALL hyperLinkClicked(const ::rtl::OUString & hyperLink) throw (css::uno::Runtime…
165 …virtual void SAL_CALL disposing(const css::lang::EventObject & Source) throw (css::uno::RuntimeExc…
168 …virtual void SAL_CALL click(const css::uno::Reference< css::drawing::XShape > & xShape, const css:…
189 virtual ::sal_Bool SAL_CALL getAlwaysOnTop() throw (css::uno::RuntimeException);
190 …virtual void SAL_CALL setAlwaysOnTop( ::sal_Bool _alwaysontop ) throw (css::uno::RuntimeException);
191 virtual ::sal_Bool SAL_CALL getMouseVisible() throw (css::uno::RuntimeException);
192 …virtual void SAL_CALL setMouseVisible( ::sal_Bool _mousevisible ) throw (css::uno::RuntimeExceptio…
193 virtual ::sal_Bool SAL_CALL getUsePen() throw (css::uno::RuntimeException);
194 virtual void SAL_CALL setUsePen( ::sal_Bool _usepen ) throw (css::uno::RuntimeException);
195 virtual ::sal_Int32 SAL_CALL getPenColor() throw (css::uno::RuntimeException);
196 virtual void SAL_CALL setPenColor( ::sal_Int32 _pencolor ) throw (css::uno::RuntimeException);
197 virtual void SAL_CALL setUseEraser( ::sal_Bool _usepen ) throw (css::uno::RuntimeException);
198 virtual double SAL_CALL getPenWidth() throw (css::uno::RuntimeException);
199 virtual void SAL_CALL setPenWidth( double dStrokeWidth ) throw (css::uno::RuntimeException);
200 virtual void SAL_CALL setEraseAllInk( bool bEraseAllInk ) throw (css::uno::RuntimeException);
201 virtual void SAL_CALL setEraseInk( sal_Int32 nEraseInkSize ) throw (css::uno::RuntimeException);
202 virtual void SAL_CALL setPenMode( bool bSwitchPenMode) throw (css::uno::RuntimeException);
203 … virtual void SAL_CALL setEraserMode( bool bSwitchEraserMode ) throw (css::uno::RuntimeException);
204 virtual ::sal_Bool SAL_CALL isRunning( ) throw (css::uno::RuntimeException);
205 virtual ::sal_Int32 SAL_CALL getSlideCount( ) throw (css::uno::RuntimeException);
206 …virtual css::uno::Reference< css::drawing::XDrawPage > SAL_CALL getSlideByIndex( ::sal_Int32 Index…
207 …virtual void SAL_CALL addSlideShowListener( const css::uno::Reference< css::presentation::XSlideSh…
208 …virtual void SAL_CALL removeSlideShowListener( const css::uno::Reference< css::presentation::XSlid…
209 virtual void SAL_CALL gotoNextEffect( ) throw (css::uno::RuntimeException);
210 virtual void SAL_CALL gotoPreviousEffect( ) throw (css::uno::RuntimeException);
211 virtual void SAL_CALL gotoFirstSlide( ) throw (css::uno::RuntimeException);
212 virtual void SAL_CALL gotoNextSlide( ) throw (css::uno::RuntimeException);
213 virtual void SAL_CALL gotoPreviousSlide( ) throw (css::uno::RuntimeException);
214 virtual void SAL_CALL gotoLastSlide( ) throw (css::uno::RuntimeException);
215 …virtual void SAL_CALL gotoBookmark( const ::rtl::OUString& Bookmark ) throw (css::uno::RuntimeExce…
216 …virtual void SAL_CALL gotoSlide( const css::uno::Reference< css::drawing::XDrawPage >& Page ) thro…
217 virtual void SAL_CALL gotoSlideIndex( ::sal_Int32 Index ) throw (css::uno::RuntimeException);
218 virtual void SAL_CALL stopSound( ) throw (css::uno::RuntimeException);
219 virtual void SAL_CALL pause( ) throw (css::uno::RuntimeException);
220 virtual void SAL_CALL resume( ) throw (css::uno::RuntimeException);
221 virtual ::sal_Bool SAL_CALL isPaused( ) throw (css::uno::RuntimeException);
222 virtual void SAL_CALL blankScreen( ::sal_Int32 Color ) throw (css::uno::RuntimeException);
223 virtual void SAL_CALL activate( ) throw (css::uno::RuntimeException);
224 virtual void SAL_CALL deactivate( ) throw (css::uno::RuntimeException);
225 virtual ::sal_Bool SAL_CALL isActive( ) throw (css::uno::RuntimeException);
226 …virtual css::uno::Reference< css::drawing::XDrawPage > SAL_CALL getCurrentSlide( ) throw (css::un…
227 virtual ::sal_Int32 SAL_CALL getCurrentSlideIndex( ) throw (css::uno::RuntimeException);
228 virtual ::sal_Int32 SAL_CALL getNextSlideIndex( ) throw (css::uno::RuntimeException);
229 virtual ::sal_Bool SAL_CALL isEndless( ) throw (css::uno::RuntimeException);
230 virtual ::sal_Bool SAL_CALL isFullScreen( ) throw (css::uno::RuntimeException);
231 …virtual css::uno::Reference< css::presentation::XSlideShow > SAL_CALL getSlideShow( ) throw (css:…
234 virtual ::sal_Int32 SAL_CALL getCount( ) throw (::com::sun::star::uno::RuntimeException);
235 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (::com::sun::sta…
236 …virtual ::com::sun::star::uno::Type SAL_CALL getElementType( ) throw (::com::sun::star::uno::Runt…
237 virtual ::sal_Bool SAL_CALL hasElements( ) throw (::com::sun::star::uno::RuntimeException);
263 virtual void SAL_CALL disposing();