Searched refs:SoundHandler (Results 1 – 4 of 4) sorted by relevance
73 void SAL_CALL SoundHandler::acquire() throw() in acquire()79 void SAL_CALL SoundHandler::release() throw() in release()85 css::uno::Any SAL_CALL SoundHandler::queryInterface( const css::uno::Type& aType ) throw( css::uno:… in queryInterface()105 css::uno::Sequence< sal_Int8 > SAL_CALL SoundHandler::getImplementationId() throw( css::uno::Runtim… in getImplementationId()129 css::uno::Sequence< css::uno::Type > SAL_CALL SoundHandler::getTypes() throw( css::uno::RuntimeExce… in getTypes()169 ::rtl::OUString SAL_CALL SoundHandler::getImplementationName() throw( css::uno::RuntimeException ) in getImplementationName()177 sal_Bool SAL_CALL SoundHandler::supportsService( const ::rtl::OUString& sServiceName ) throw( css::… in supportsService()207 css::uno::Sequence< ::rtl::OUString > SAL_CALL SoundHandler::getSupportedServiceNames() throw( css:… in getSupportedServiceNames()215 css::uno::Sequence< ::rtl::OUString > SoundHandler::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()225 ::rtl::OUString SoundHandler::impl_getStaticImplementationName() in impl_getStaticImplementationName()[all …]
87 class SoundHandler : // interfaces class105 … SoundHandler( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory );106 … virtual ~SoundHandler( );
1 "SoundHandler";"com::sun::star::frame::XDispatch";"dispatch()"2 "SoundHandler";"com::sun::star::frame::XDispatch";"addStatusListener()"3 "SoundHandler";"com::sun::star::frame::XDispatch";"removeStatusListener()"4 "SoundHandler";"com::sun::star::frame::XNotifyingDispatch";"dispatchWithNotification()"
49 public class SoundHandler extends TestCase { class