Home
last modified time | relevance | path

Searched refs:aGetEnvName (Results 1 – 3 of 3) sorted by relevance

/trunk/main/javaunohelper/source/
H A Djavaunohelper.cxx76 OUString aGetEnvName( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETENV) ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo() local
78 osl_getFunctionSymbol( lib, aGetEnvName.pData ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo()
158 OUString aGetEnvName( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETENV) ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory() local
160 osl_getFunctionSymbol( lib, aGetEnvName.pData ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
/trunk/main/cppuhelper/source/
H A Dshlib.cxx294 OUString aGetEnvName = OUSTR(COMPONENT_GETENV); in getLibEnv() local
297 lib, aGetEnvName.pData ); in getLibEnv()
305 aExcMsg += aGetEnvName; in getLibEnv()
/trunk/main/testtools/source/performance/
H A Dubtest.cxx186 OUString aGetEnvName( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETENV) ); in loadLibComponentFactory() local
187 if (pSym = osl_getSymbol( lib, aGetEnvName.pData )) in loadLibComponentFactory()

Completed in 36 milliseconds