Searched refs:xAct (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/stoc/source/implementationregistration/ |
| H A D | implreg.cxx | 1332 const Reference < XImplementationLoader >& xAct, 1554 Reference < XImplementationLoader > xAct( in prepareRegister() local 1556 if (xAct.is()) in prepareRegister() 1572 doRegister(m_xSMgr, m_xCtx, xAct, xRegistry, implLoaderUrl, in prepareRegister() 1705 Reference < XImplementationLoader > xAct( in getImplementations() local 1708 if (xAct.is()) in getImplementations() 1724 if (xAct->writeRegistryInfo(xImpl, implementationLoaderUrl, locationUrl)) in getImplementations() 1825 const Reference < XImplementationLoader > & xAct, in doRegister() 1838 if (xAct.is() && xReg.is() && xDest.is()) in doRegister() 1849 xAct->writeRegistryInfo(xSourceKey, implementationLoaderUrl, locationUrl); in doRegister()
|