Lines Matching refs:xCtx
1337 const Reference < XComponentContext > &xCtx,
1364 …lementationRegistration::ImplementationRegistration( const Reference < XComponentContext > & xCtx ) in ImplementationRegistration() argument
1365 : m_xSMgr( xCtx->getServiceManager() ) in ImplementationRegistration()
1366 , m_xCtx( xCtx ) in ImplementationRegistration()
1836 const Reference< XComponentContext > &xCtx, in doRegister()
1847 createTemporarySimpleRegistry( xSMgr, xCtx ); in doRegister()
1864 … prepareRegistry(xDest, xSourceKey, implementationLoaderUrl, registeredLocationUrl, xCtx); in doRegister()
1899 const Reference < XComponentContext > & xCtx) in createTemporarySimpleRegistry()
1904 spool().com_sun_star_registry_SimpleRegistry, xCtx ), in createTemporarySimpleRegistry()
1915 const Reference<XComponentContext> & xCtx ) // throw(Exception) in ImplementationRegistration_CreateInstance() argument
1917 return (XImplementationRegistration *)new stoc_impreg::ImplementationRegistration(xCtx); in ImplementationRegistration_CreateInstance()