Home
last modified time | relevance | path

Searched full:loadrelative (Results 1 – 10 of 10) sorted by relevance

/core/include/osl/
H A Dmodule.hxx93 bool SAL_CALL loadRelative( in loadRelative() function in osl::Module
103 bool SAL_CALL loadRelative( in loadRelative() function in osl::Module
/core/sfx2/source/appl/
H A Dgetbasctlfunction.cxx42 auto const ok = aMod.loadRelative( in getBasctlFunction()
H A Dappinit.cxx151 aMod.loadRelative(&thisModule, SVLIBRARY("cui")); in SfxGetSpecialCharsForEdit()
/core/javaunohelper/source/
H A Dpreload.cxx61 …if (!aModule.loadRelative(&thisModule, SAL_DLLPREFIX "juhx" SAL_DLLEXTENSION, SAL_LOADMODULE_LAZY … in inited_juhx()
/core/vcl/source/app/
H A Dsalplug.cxx118 …if (aMod.loadRelative(reinterpret_cast<oslGenericFunction>(&tryInstance), aModule, SAL_LOADMODULE_… in tryInstance()
H A Dsvapp.cxx1535 aTkLib.loadRelative(&thisModule, TK_DLL_NAME); in GetUnoWrapper()
/core/sal/textenc/
H A Dtextenc.cxx379 if (!module_.loadRelative(&thisModule, SAL_MODULENAME("sal_textenclo")))
/core/vcl/source/window/
H A Dbuilder.cxx1264 g_pMergedLib->loadRelative(&thisModule, SVLIBRARY("merged")); in VclBuilderPreload()
1275 if (pModule->loadRelative(&thisModule, sModule)) in VclBuilderPreload()
1344 g_pMergedLib->loadRelative(&thisModule, SVLIBRARY("merged")); in GetCustomMakeWidget()
1352 bool ok = pModule->loadRelative(&thisModule, sModule); in GetCustomMakeWidget()
/core/i18npool/source/localedata/
H A Dlocaledata.cxx584 if ( module->loadRelative(&thisModule, getLibraryName(i.pLib)) ) in getFunctionSymbolByName()
/core/sc/source/ui/docshell/
H A Dimpex.cxx2652 bLoaded = aModule.loadRelative(&thisModule, sFilterLib); in Get()