Lines Matching refs:m_xContext
63 uno::Reference< uno::XComponentContext > m_xContext; member in WindowComponentEnumImpl
68 …ext, const Components& components ) throw ( uno::RuntimeException ) : m_xContext( xContext ), m_c… in WindowComponentEnumImpl()
73 …nce< uno::XComponentContext >& xContext ) throw ( uno::RuntimeException ) : m_xContext( xContext ) in WindowComponentEnumImpl()
76 m_xContext->getServiceManager(), uno::UNO_QUERY_THROW ); in WindowComponentEnumImpl()
79 …ontext(::rtl::OUString::createFromAscii("com.sun.star.frame.Desktop"), m_xContext), uno::UNO_QUERY… in WindowComponentEnumImpl()
113 return ComponentToWindow( WindowComponentEnumImpl::nextElement(), m_xContext, m_aApplication ); in nextElement()
124 uno::Reference< uno::XComponentContext > m_xContext; member in WindowsAccessImpl
128 …WindowsAccessImpl( const uno::Reference< uno::XComponentContext >& xContext ):m_xContext( xContext… in WindowsAccessImpl()
130 uno::Reference< container::XEnumeration > xEnum = new WindowComponentEnumImpl( m_xContext ); in WindowsAccessImpl()
142 ScVbaWindow window( xTemp, m_xContext, xModel, xController ); in WindowsAccessImpl()
154 return new WindowComponentEnumImpl( m_xContext, m_windows ); in createEnumeration()