Home
last modified time | relevance | path

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

/aoo4110/main/unotools/source/processfactory/
H A Dcomponentfactory.cxx118 OUString aGetFactoryName( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETFACTORY) ); in loadLibComponentFactory() local
119 if (pSym = osl_getSymbol( lib, aGetFactoryName.pData )) in loadLibComponentFactory()
/aoo4110/main/cppuhelper/source/
H A Dshlib.cxx381 OUString aGetFactoryName = OUSTR(COMPONENT_GETFACTORY); in loadSharedLibComponentFactory() local
382 oslGenericFunction pSym = osl_getFunctionSymbol( lib, aGetFactoryName.pData ); in loadSharedLibComponentFactory()
460 aExcMsg += aGetFactoryName; in loadSharedLibComponentFactory()
/aoo4110/main/javaunohelper/source/
H A Djavaunohelper.cxx182 OUString aGetFactoryName( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETFACTORY) ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory() local
183 pSym = osl_getFunctionSymbol( lib, aGetFactoryName.pData ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
/aoo4110/main/testtools/source/performance/
H A Dubtest.cxx212 OUString aGetFactoryName( RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETFACTORY) ); in loadLibComponentFactory() local
213 if (pSym = osl_getSymbol( lib, aGetFactoryName.pData )) in loadLibComponentFactory()
271 OUString aGetFactoryName( RTL_CONSTASCII_USTRINGPARAM(CREATE_COMPONENT_FACTORY_FUNCTION) ); in loadLibComponentFactory() local
272 if (pSym = osl_getSymbol( lib, aGetFactoryName.pData )) in loadLibComponentFactory()

Completed in 29 milliseconds