Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/unotools/source/processfactory/
H A Dcomponentfactory.cxx92 OUString aGetEnvName( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETENV) ); in loadLibComponentFactory() local
93 if (pSym = osl_getSymbol( lib, aGetEnvName.pData )) in loadLibComponentFactory()
/aoo41x/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()
/aoo41x/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 50 milliseconds