Searched refs:aGetFactoryName (Results 1 – 3 of 3) sorted by relevance
381 OUString aGetFactoryName = OUSTR(COMPONENT_GETFACTORY); in loadSharedLibComponentFactory() local382 oslGenericFunction pSym = osl_getFunctionSymbol( lib, aGetFactoryName.pData ); in loadSharedLibComponentFactory()460 aExcMsg += aGetFactoryName; in loadSharedLibComponentFactory()
212 OUString aGetFactoryName( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETFACTORY) ); in loadLibComponentFactory() local213 if (pSym = osl_getSymbol( lib, aGetFactoryName.pData )) in loadLibComponentFactory()271 OUString aGetFactoryName( RTL_CONSTASCII_USTRINGPARAM(CREATE_COMPONENT_FACTORY_FUNCTION) ); in loadLibComponentFactory() local272 if (pSym = osl_getSymbol( lib, aGetFactoryName.pData )) in loadLibComponentFactory()
182 OUString aGetFactoryName( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETFACTORY) ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory() local183 pSym = osl_getFunctionSymbol( lib, aGetFactoryName.pData ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
Completed in 29 milliseconds