Lines Matching refs:MSAAServiceImpl
100 class MSAAServiceImpl : public ::cppu::WeakImplHelper3< class
107 MSAAServiceImpl ();
108 virtual ~MSAAServiceImpl( void );
131 void MSAAServiceImpl::initialize( Sequence< Any > const & args ) throw (Exception) in initialize()
154 sal_Int32 MSAAServiceImpl::getAccObjectPtr ( long hWnd, long lParam, long wParam) throw (RuntimeExc… in getAccObjectPtr()
165 void MSAAServiceImpl::handleWindowOpened( sal_Int32 pAcc) in handleWindowOpened()
175 OUString MSAAServiceImpl::getImplementationName() throw (RuntimeException) in getImplementationName()
186 sal_Bool MSAAServiceImpl::supportsService( OUString const & serviceName ) throw (RuntimeException) in supportsService()
197 Sequence< OUString > MSAAServiceImpl::getSupportedServiceNames() throw (RuntimeException) in getSupportedServiceNames()
209 MSAAServiceImpl* xxx = new MSAAServiceImpl(); in create_MSAAServiceImpl()
220 MSAAServiceImpl::MSAAServiceImpl() in MSAAServiceImpl() function in my_sc_impl::MSAAServiceImpl
240 MSAAServiceImpl::~MSAAServiceImpl() in ~MSAAServiceImpl()