Home
last modified time | relevance | path

Searched refs:tmpActivator (Results 1 – 2 of 2) sorted by relevance

/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx1542 OUString tmpActivator(implementationLoaderUrl); in prepareRegister() local
1544 activatorName = tmpActivator.getToken(0, ':', nIndex ); in prepareRegister()
1694 OUString tmpActivator(implementationLoaderUrl); in getImplementations() local
1696 activatorName = tmpActivator.getToken(0, ':', nIndex ); in getImplementations()
/trunk/main/cppuhelper/source/
H A Dfactory.cxx801 OUString tmpActivator(aActivatorUrl.getStr()); in createModuleFactory() local
803 aActivatorName = tmpActivator.getToken(0, ':', nIndex ); in createModuleFactory()