Home
last modified time | relevance | path

Searched refs:getFunctionSymbol (Results 1 – 22 of 22) sorted by relevance

/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx297 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 Dcallform.cxx238 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 Dsdpptwrp.cxx114 …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 Dosl_Module.cxx428 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 Dsdcgmfilter.cxx93 …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 Dframework.cxx116 (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 Dfilter.cxx1002 …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 Dswabstdlg.cxx44 … aDialogLibrary.getFunctionSymbol( ::rtl::OUString::createFromAscii("CreateDialogFactory") ); in Create()
/trunk/main/sd/source/ui/dlg/
H A Dsdabstdlg.cxx44 aDialogLibrary.getFunctionSymbol( ::rtl::OUString::createFromAscii("CreateDialogFactory") ); in Create()
/trunk/main/vcl/source/window/
H A Dabstdlg.cxx42 aDialogLibrary.getFunctionSymbol( ::rtl::OUString::createFromAscii("CreateDialogFactory") ); in Create()
/trunk/main/sc/source/ui/attrdlg/
H A Dscabstdlg.cxx48 aDialogLibrary.getFunctionSymbol( ::rtl::OUString::createFromAscii("CreateDialogFactory") ); in Create()
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx158 pTmpInit = pPlugin->getFunctionSymbol( in LoadModule()
160 pTmpDeInit = pPlugin->getFunctionSymbol( in LoadModule()
/trunk/main/sal/inc/osl/
H A Dmodule.hxx137 oslGenericFunction SAL_CALL getFunctionSymbol( const ::rtl::OUString& ustrFunctionSymbolName ) in getFunctionSymbol() function in osl::Module
/trunk/main/stoc/test/
H A Dtestloader.cxx91 module.getFunctionSymbol( OUString::createFromAscii(COMPONENT_GETFACTORY) ); in SAL_IMPLEMENT_MAIN()
H A Dtestregistry.cxx172 module.getFunctionSymbol( OUString::createFromAscii(COMPONENT_GETFACTORY) ); in test_SimpleRegistry()
/trunk/main/vcl/unx/generic/app/
H A Dsalinst.cxx445 …add_to_recently_used_file_list = (PFUNC_ADD_TO_RECENTLY_USED_LIST)module.getFunctionSymbol(SYM_ADD… in AddToRecentDocumentList()
/trunk/main/i18npool/inc/
H A Dlocaledata.hxx120 …oslGenericFunction SAL_CALL getFunctionSymbol( const com::sun::star::lang::Locale& rLocale, const …
/trunk/main/desktop/source/migration/
H A Dwizard.cxx483 aCleanModule.getFunctionSymbol( in cleanOldOfficeRegKeys()
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx970 return aModule.getFunctionSymbol( ::rtl::OUString::createFromAscii( pSymbol ) ); in GetMswordLibSymbol()
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx393 m_aModule.getFunctionSymbol( UNISTRING("hasInternetConnection"))); in UpdateCheckThread()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx2077 …oslGenericFunction fn = aModule.getFunctionSymbol( ::rtl::OUString::createFromAscii( "ScFilterCrea… in Get()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx1496 theSymbol = reinterpret_cast<CreateTabPage>(aModule.getFunctionSymbol( theSymbolName )); in GetSSOCreator()

Completed in 300 milliseconds