Searched refs:SoundHandler (Results 1 – 4 of 4) sorted by relevance
74 void SAL_CALL SoundHandler::acquire() throw() in acquire()80 void SAL_CALL SoundHandler::release() throw() in release()86 css::uno::Any SAL_CALL SoundHandler::queryInterface( const css::uno::Type& aType ) throw( css::uno:… in queryInterface()106 css::uno::Sequence< sal_Int8 > SAL_CALL SoundHandler::getImplementationId() throw( css::uno::Runtim… in getImplementationId()130 css::uno::Sequence< css::uno::Type > SAL_CALL SoundHandler::getTypes() throw( css::uno::RuntimeExce… in getTypes()170 ::rtl::OUString SAL_CALL SoundHandler::getImplementationName() throw( css::uno::RuntimeException ) in getImplementationName()178 sal_Bool SAL_CALL SoundHandler::supportsService( const ::rtl::OUString& sServiceName ) throw( css::… in supportsService()208 css::uno::Sequence< ::rtl::OUString > SAL_CALL SoundHandler::getSupportedServiceNames() throw( css:… in getSupportedServiceNames()216 css::uno::Sequence< ::rtl::OUString > SoundHandler::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()226 ::rtl::OUString SoundHandler::impl_getStaticImplementationName() in impl_getStaticImplementationName()[all …]
87 class SoundHandler : // interfaces class105 SoundHandler( const css::uno::Reference< css::uno::XComponentContext >& xContext );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