Searched refs:xNativeControlContext (Results 1 – 1 of 1) sorted by relevance
264 Reference< XAccessibleContext > xNativeControlContext; in Init() local266 xNativeControlContext = xControlAccessible->getAccessibleContext(); in Init()267 …OSL_ENSURE( xNativeControlContext.is(), "AccessibleControlShape::Init: no AccessibleContext for th… in Init()268 m_aControlContext = WeakReference< XAccessibleContext >( xNativeControlContext ); in Init()272 if ( isAliveMode( m_xUnoControl ) && xNativeControlContext.is() ) in Init()296 if ( xFactory.is() && xNativeControlContext.is() ) in Init()298 m_xControlContextProxy = xFactory->createProxy( xNativeControlContext ); in Init()299 …OSL_VERIFY( xNativeControlContext->queryInterface( ::getCppuType( &m_xControlContextTypeAccess ) )… in Init()300 …OSL_VERIFY( xNativeControlContext->queryInterface( ::getCppuType( &m_xControlContextComponent ) ) … in Init()
Completed in 10 milliseconds