Home
last modified time | relevance | path

Searched refs:SAL_DLLPREFIX (Results 1 – 17 of 17) sorted by relevance

/aoo41x/main/javaunohelper/source/
H A Dpreload.cxx34 #if ! defined SAL_DLLPREFIX
35 #define SAL_DLLPREFIX "" macro
64 OUString lib_name = OUSTR(SAL_DLLPREFIX "juhx" SAL_DLLEXTENSION); in inited_juhx()
71 c, "error loading " SAL_DLLPREFIX "juhx" SAL_DLLEXTENSION "!" ); in inited_juhx()
101 c, "error resolving symbols of " SAL_DLLPREFIX "juhx" SAL_DLLEXTENSION "!" ); in inited_juhx()
/aoo41x/main/sal/inc/osl/
H A Dmodule.h36 #ifdef SAL_DLLPREFIX
37 #define SAL_MODULENAME(name) SAL_DLLPREFIX name SAL_DLLEXTENSION
47 #define SAL_MODULENAME_WITH_VERSION(name, version) SAL_DLLPREFIX name ".dylib." version
49 #define SAL_MODULENAME_WITH_VERSION(name, version) SAL_DLLPREFIX name SAL_DLLEXTENSION "." version
/aoo41x/main/bridges/test/inter_libs_exc/
H A Dinter.cxx43 #define SAL_DLLPREFIX "" in main() macro
46 OUSTR(SAL_DLLPREFIX"starter"SAL_DLLEXTENSION), in main()
49 OUSTR(SAL_DLLPREFIX"thrower"SAL_DLLEXTENSION), in main()
/aoo41x/main/sal/inc/sal/
H A Dconfig.h101 #define SAL_DLLPREFIX "lib" macro
112 #define SAL_DLLPREFIX "lib" macro
123 #define SAL_DLLPREFIX "lib" macro
/aoo41x/main/cppuhelper/test/loader/
H A Dloader.test.cxx34 #ifndef SAL_DLLPREFIX
35 # define SAL_DLLPREFIX "" macro
97 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SAL_DLLPREFIX "TestComponent.uno" SAL_DLLEXTENSION)), in s_test__cppu_loadSharedLibComponentFactory()
145 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SAL_DLLPREFIX "TestComponent.uno" SAL_DLLEXTENSION)), in s_test__cppu_writeSharedLibComponentInfo()
/aoo41x/main/stoc/test/
H A Dtestsmgr_cpnt.cxx199 #if ! defined SAL_DLLPREFIX in test_ServiceManager()
200 #define SAL_DLLPREFIX "" in test_ServiceManager() macro
204 SAL_DLLPREFIX "testsmgr_component" SAL_DLLEXTENSION ) ); in test_ServiceManager()
/aoo41x/main/cppuhelper/test/bootstrap/
H A Dbootstrap.test.cxx42 #ifndef SAL_DLLPREFIX
43 # define SAL_DLLPREFIX "" macro
97 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SAL_DLLPREFIX "TestComponent.uno" SAL_DLLEXTENSION)), in s_test__loadSharedLibComponentFactory()
/aoo41x/main/cppu/source/uno/
H A Dloadmodule.cxx40 #if defined SAL_DLLPREFIX in loadModule()
41 b.appendAscii(RTL_CONSTASCII_STRINGPARAM(SAL_DLLPREFIX)); in loadModule()
/aoo41x/main/pyuno/source/module/
H A Dpyuno_dlopenwrapper.c44 char* libname = malloc(len + RTL_CONSTASCII_LENGTH( SAL_DLLPREFIX "pyuno" SAL_DLLEXTENSION ) + 1); in initpyuno()
46 strcpy(libname + (len), SAL_DLLPREFIX "pyuno" SAL_DLLEXTENSION); in initpyuno()
/aoo41x/main/i18npool/source/textconversion/
H A Dtextconversion.cxx39 #ifdef SAL_DLLPREFIX in TextConversion()
40 OUString lib=OUString::createFromAscii( SAL_DLLPREFIX "textconv_dict" SAL_DLLEXTENSION); in TextConversion()
/aoo41x/main/i18npool/source/transliteration/
H A DtextToPronounce_zh.cxx146 #ifdef SAL_DLLPREFIX in TextToPronounce_zh()
147 OUString lib=OUString::createFromAscii( SAL_DLLPREFIX "index_data" SAL_DLLEXTENSION); in TextToPronounce_zh()
/aoo41x/main/vcl/unx/generic/plugadapt/
H A Dsalplug.cxx63 aModName.appendAscii( SAL_DLLPREFIX"vclplug_" ); in tryInstance()
136 aModName.appendAscii( SAL_DLLPREFIX"desktop_detector" ); in get_desktop_environment()
/aoo41x/main/i18npool/source/indexentry/
H A Dindexentrysupplier_asian.cxx43 #ifdef SAL_DLLPREFIX in IndexEntrySupplier_asian()
44 OUString lib=OUString::createFromAscii( SAL_DLLPREFIX "index_data" SAL_DLLEXTENSION); in IndexEntrySupplier_asian()
/aoo41x/main/i18npool/source/collator/
H A Dcollator_unicode.cxx85 #ifdef SAL_DLLPREFIX in loadCollatorAlgorithm()
86 aBuf.appendAscii(SAL_DLLPREFIX); in loadCollatorAlgorithm()
/aoo41x/main/i18npool/source/breakiterator/
H A Dxdictionary.cxx67 #ifdef SAL_DLLPREFIX in xdictionary()
69 aBuf.appendAscii( SAL_DLLPREFIX ); in xdictionary()
/aoo41x/main/cppuhelper/source/
H A Dshlib.cxx249 #if defined SAL_DLLPREFIX in makeComponentPath()
252 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(SAL_DLLPREFIX) ); in makeComponentPath()
/aoo41x/main/i18npool/source/localedata/
H A Dlocaledata.cxx426 #ifdef SAL_DLLPREFIX in getFunctionSymbolByName()
428 … aBuf.appendAscii( SAL_DLLPREFIX ).appendAscii(aLibTable[i].pLib).appendAscii( SAL_DLLEXTENSION ); in getFunctionSymbolByName()

Completed in 72 milliseconds