Lines Matching refs:m_xSMgr
1357 Reference < XMultiComponentFactory > m_xSMgr; member in stoc_impreg::ImplementationRegistration
1365 : m_xSMgr( xCtx->getServiceManager() ) in ImplementationRegistration()
1405 Reference < XPropertySet > xPropSet( m_xSMgr, UNO_QUERY ); in getRegistryFromServiceManager()
1518 doRegister(m_xSMgr, m_xCtx, rLoader , rReg, loaderServiceName , locationUrl, locationUrl); in initialize()
1559 if( m_xSMgr.is() ) { in prepareRegister()
1563 m_xSMgr->createInstanceWithContext(activatorName, m_xCtx) , UNO_QUERY ); in prepareRegister()
1580 doRegister(m_xSMgr, m_xCtx, xAct, xRegistry, implLoaderUrl, in prepareRegister()
1659 Reference < XPropertySet > xPropSet = Reference< XPropertySet >::query( m_xSMgr ); in revokeImplementation()
1714 if( m_xSMgr.is() ) { in getImplementations()
1717 m_xSMgr->createInstanceWithContext( activatorName, m_xCtx ), UNO_QUERY ); in getImplementations()
1723 createTemporarySimpleRegistry( m_xSMgr, m_xCtx); in getImplementations()