Lines Matching refs:SAL_CALL

52     virtual void SAL_CALL start() throw (::com::sun::star::uno::RuntimeException);
53 virtual void SAL_CALL stop() throw (::com::sun::star::uno::RuntimeException);
54 virtual sal_Bool SAL_CALL isPlaying() throw (::com::sun::star::uno::RuntimeException);
55 virtual double SAL_CALL getDuration() throw (::com::sun::star::uno::RuntimeException);
56 …virtual void SAL_CALL setMediaTime( double fTime ) throw (::com::sun::star::uno::RuntimeException);
57 virtual double SAL_CALL getMediaTime() throw (::com::sun::star::uno::RuntimeException);
58 … virtual void SAL_CALL setStopTime( double fTime ) throw (::com::sun::star::uno::RuntimeException);
59 virtual double SAL_CALL getStopTime() throw (::com::sun::star::uno::RuntimeException);
60 virtual void SAL_CALL setRate( double fRate ) throw (::com::sun::star::uno::RuntimeException);
61 virtual double SAL_CALL getRate() throw (::com::sun::star::uno::RuntimeException);
62 …virtual void SAL_CALL setPlaybackLoop( sal_Bool bSet ) throw (::com::sun::star::uno::RuntimeExcept…
63 virtual sal_Bool SAL_CALL isPlaybackLoop() throw (::com::sun::star::uno::RuntimeException);
64 virtual void SAL_CALL setMute( sal_Bool bSet ) throw (::com::sun::star::uno::RuntimeException);
65 virtual sal_Bool SAL_CALL isMute() throw (::com::sun::star::uno::RuntimeException);
66 …virtual void SAL_CALL setVolumeDB( sal_Int16 nVolumeDB ) throw (::com::sun::star::uno::RuntimeExce…
67 virtual sal_Int16 SAL_CALL getVolumeDB() throw (::com::sun::star::uno::RuntimeException);
68 …virtual ::com::sun::star::awt::Size SAL_CALL getPreferredPlayerWindowSize( ) throw (::com::sun::s…
69 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::media::XPlayerWindow > SAL_CALL create…
70 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::media::XFrameGrabber > SAL_CALL create…
72 …virtual ::rtl::OUString SAL_CALL getImplementationName() throw (::com::sun::star::uno::RuntimeExce…
73 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw (::com::sun:…
74 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) t…