Home
last modified time | relevance | path

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

/trunk/main/avmedia/source/framework/
H A Dsoundhandler.cxx74 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 …]
H A Dsoundhandler.hxx87 class SoundHandler : // interfaces class
105 SoundHandler( const css::uno::Reference< css::uno::XComponentContext >& xContext );
106 virtual ~SoundHandler( );
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/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()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DSoundHandler.java49 public class SoundHandler extends TestCase { class