Home
last modified time | relevance | path

Searched refs:SoundHandler (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/avmedia/source/framework/
H A Dsoundhandler.cxx73 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 …]
H A Dsoundhandler.hxx87 class SoundHandler : // interfaces class
105SoundHandler( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory );
106 … virtual ~SoundHandler( );
/AOO41X/main/qadevOOo/objdsc/fwk/
H A Dcom.sun.star.comp.framework.SoundHandler.csv1 "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()"
/AOO41X/main/qadevOOo/tests/java/mod/_fwk/
H A DSoundHandler.java49 public class SoundHandler extends TestCase { class