/trunk/main/i18npool/source/localedata/ |
H A D | localedata.cxx | 297 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getLocaleItem" ); in getLocaleItem() 418 return (*pOutCachedItem)->module->getFunctionSymbol( in getFunctionSymbolByName() 445 return module->getFunctionSymbol( in getFunctionSymbolByName() 510 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getAllCalendars" ); in getAllCalendars() 583 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getAllCurrencies" ); in getAllCurrencies2() 788 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getSearchOptions" ); in getSearchOptions() 807 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getIndexAlgorithm" ); in getIndexArray() 904 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getUnicodeScripts" ); in getUnicodeScripts() 926 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getFollowPageWords" ); in getFollowPageWords() 976 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getLCInfo" ); in getLanguageCountryInfo() [all …]
|
/trunk/main/sc/source/core/tool/ |
H A D | callform.cxx | 238 FARPROC fpGetCount = (FARPROC)pLib->getFunctionSymbol(LIBFUNCNAME(GETFUNCTIONCOUNT)); in InitExternalFunc() 239 FARPROC fpGetData = (FARPROC)pLib->getFunctionSymbol(LIBFUNCNAME(GETFUNCTIONDATA)); in InitExternalFunc() 242 FARPROC fpIsAsync = (FARPROC)pLib->getFunctionSymbol(LIBFUNCNAME(ISASYNC)); in InitExternalFunc() 243 FARPROC fpAdvice = (FARPROC)pLib->getFunctionSymbol(LIBFUNCNAME(ADVICE)); in InitExternalFunc() 244 FARPROC fpSetLanguage = (FARPROC)pLib->getFunctionSymbol(LIBFUNCNAME(SETLANGUAGE)); in InitExternalFunc() 324 FARPROC fProc = (FARPROC)pLib->getFunctionSymbol(aFuncName); in Call() 419 FARPROC fProc = (FARPROC)pLib->getFunctionSymbol(LIBFUNCNAME(UNADVICE)); in Unadvice() 444 FARPROC fProc = (FARPROC) pLib->getFunctionSymbol( LIBFUNCNAME(GETPARAMDESC) ); in GetParamDesc()
|
/trunk/main/sd/source/filter/ |
H A D | sdpptwrp.cxx | 114 …ImportPPT PPTImport = reinterpret_cast< ImportPPT >( pLibrary->getFunctionSymbol( ::rtl::OUString(… in Import() 143 …ExportPPT PPTExport = reinterpret_cast<ExportPPT>(pLibrary->getFunctionSymbol( ::rtl::OUString::c… in Export() 196 …SaveVBA pSaveVBA= reinterpret_cast<SaveVBA>(pLibrary->getFunctionSymbol( ::rtl::OUString::createFr… in PreSaveBasic()
|
/trunk/main/sal/qa/osl/module/ |
H A D | osl_Module.cxx | 428 class getFunctionSymbol : public ::testing::Test class 434 TEST_F(getFunctionSymbol, getFunctionSymbol_001) in TEST_F() argument 437 …oslGenericFunction oslFunc = aMod.getFunctionSymbol( rtl::OUString::createFromAscii( "firstfunc" )… in TEST_F()
|
/trunk/main/sd/source/filter/cgm/ |
H A D | sdcgmfilter.cxx | 93 …ImportCGM FncImportCGM = reinterpret_cast< ImportCGM >( pLibrary->getFunctionSymbol( ::rtl::OUStr… in Import() 137 …ExportCGM FncCGMExport = reinterpret_cast< ExportCGM >( pLibrary->getFunctionSymbol( ::rtl::OUStri… in Export()
|
/trunk/main/jvmfwk/source/ |
H A D | framework.cxx | 116 (jfw_plugin_getAllJavaInfos_ptr) pluginLib.getFunctionSymbol( in jfw_findAllJREs() 148 (jfw_plugin_getJavaInfoByPath_ptr) pluginLib.getFunctionSymbol( in jfw_findAllJREs() 472 (jfw_plugin_getAllJavaInfos_ptr) pluginLib.getFunctionSymbol( in jfw_findAndSelectJRE() 555 (jfw_plugin_getJavaInfoByPath_ptr) pluginLib.getFunctionSymbol( in jfw_findAndSelectJRE() 781 (jfw_plugin_getJavaInfoByPath_ptr) pluginLib.getFunctionSymbol( in jfw_getJavaInfoByPath()
|
/trunk/main/svtools/source/filter/ |
H A D | filter.cxx | 1002 …PFilterCall GetExportFunction() { return (PFilterCall) maLibrary.getFunctionSymbol( UniString::… in GetExportFunction() 1003 …PFilterDlgCall GetExportDlgFunction() { return (PFilterDlgCall) maLibrary.getFunctionSymbol( Uni… in GetExportDlgFunction() 1022 …mpfnImport = (PFilterCall) maLibrary.getFunctionSymbol( UniString::CreateFromAscii( IMPORT_FUNCTIO… in GetImportFunction() 1032 …mpfnImportDlg = (PFilterDlgCall)maLibrary.getFunctionSymbol( UniString::CreateFromAscii( IMPDLG_FU… in GetImportDlgFunction() 2124 …PFilterCall pFunc = (PFilterCall) aLibrary.getFunctionSymbol( UniString::CreateFromAscii( EXPORT_F… in ExportGraphic()
|
/trunk/main/sw/source/ui/dialog/ |
H A D | swabstdlg.cxx | 44 … aDialogLibrary.getFunctionSymbol( ::rtl::OUString::createFromAscii("CreateDialogFactory") ); in Create()
|
/trunk/main/sd/source/ui/dlg/ |
H A D | sdabstdlg.cxx | 44 aDialogLibrary.getFunctionSymbol( ::rtl::OUString::createFromAscii("CreateDialogFactory") ); in Create()
|
/trunk/main/vcl/source/window/ |
H A D | abstdlg.cxx | 42 aDialogLibrary.getFunctionSymbol( ::rtl::OUString::createFromAscii("CreateDialogFactory") ); in Create()
|
/trunk/main/sc/source/ui/attrdlg/ |
H A D | scabstdlg.cxx | 48 aDialogLibrary.getFunctionSymbol( ::rtl::OUString::createFromAscii("CreateDialogFactory") ); in Create()
|
/trunk/main/sfx2/source/appl/ |
H A D | shutdownicon.cxx | 158 pTmpInit = pPlugin->getFunctionSymbol( in LoadModule() 160 pTmpDeInit = pPlugin->getFunctionSymbol( in LoadModule()
|
/trunk/main/sal/inc/osl/ |
H A D | module.hxx | 137 oslGenericFunction SAL_CALL getFunctionSymbol( const ::rtl::OUString& ustrFunctionSymbolName ) in getFunctionSymbol() function in osl::Module
|
/trunk/main/stoc/test/ |
H A D | testloader.cxx | 91 module.getFunctionSymbol( OUString::createFromAscii(COMPONENT_GETFACTORY) ); in SAL_IMPLEMENT_MAIN()
|
H A D | testregistry.cxx | 172 module.getFunctionSymbol( OUString::createFromAscii(COMPONENT_GETFACTORY) ); in test_SimpleRegistry()
|
/trunk/main/vcl/unx/generic/app/ |
H A D | salinst.cxx | 445 …add_to_recently_used_file_list = (PFUNC_ADD_TO_RECENTLY_USED_LIST)module.getFunctionSymbol(SYM_ADD… in AddToRecentDocumentList()
|
/trunk/main/i18npool/inc/ |
H A D | localedata.hxx | 120 …oslGenericFunction SAL_CALL getFunctionSymbol( const com::sun::star::lang::Locale& rLocale, const …
|
/trunk/main/desktop/source/migration/ |
H A D | wizard.cxx | 483 aCleanModule.getFunctionSymbol( in cleanOldOfficeRegKeys()
|
/trunk/main/sw/source/filter/basflt/ |
H A D | fltini.cxx | 970 return aModule.getFunctionSymbol( ::rtl::OUString::createFromAscii( pSymbol ) ); in GetMswordLibSymbol()
|
/trunk/main/extensions/source/update/check/ |
H A D | updatecheck.cxx | 393 m_aModule.getFunctionSymbol( UNISTRING("hasInternetConnection"))); in UpdateCheckThread()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 2077 …oslGenericFunction fn = aModule.getFunctionSymbol( ::rtl::OUString::createFromAscii( "ScFilterCrea… in Get()
|
/trunk/main/cui/source/options/ |
H A D | treeopt.cxx | 1496 theSymbol = reinterpret_cast<CreateTabPage>(aModule.getFunctionSymbol( theSymbolName )); in GetSSOCreator()
|