/trunk/main/connectivity/source/drivers/odbc/ |
H A D | ORealDriver.cxx | 114 oslGenericFunction pFunction = NULL; in getOdbcFunction() 121 pFunction = (oslGenericFunction)pODBC3SQLConnect; in getOdbcFunction() 133 pFunction = (oslGenericFunction)pODBC3SQLDrivers; in getOdbcFunction() 137 pFunction = (oslGenericFunction)pODBC3SQLGetInfo; in getOdbcFunction() 173 pFunction = (oslGenericFunction)pODBC3SQLPrepare; in getOdbcFunction() 185 pFunction = (oslGenericFunction)pODBC3SQLExecute; in getOdbcFunction() 205 pFunction = (oslGenericFunction)pODBC3SQLPutData; in getOdbcFunction() 229 pFunction = (oslGenericFunction)pODBC3SQLFetch; in getOdbcFunction() 241 pFunction = (oslGenericFunction)pODBC3SQLSetPos; in getOdbcFunction() 293 pFunction = (oslGenericFunction)pODBC3SQLTables; in getOdbcFunction() [all …]
|
/trunk/main/connectivity/source/drivers/adabas/ |
H A D | BDriver.cxx | 592 oslGenericFunction pFunction = NULL; in getOdbcFunction() 599 pFunction = (oslGenericFunction)pODBC3SQLConnect; in getOdbcFunction() 611 pFunction = (oslGenericFunction)pODBC3SQLDrivers; in getOdbcFunction() 615 pFunction = (oslGenericFunction)pODBC3SQLGetInfo; in getOdbcFunction() 651 pFunction = (oslGenericFunction)pODBC3SQLPrepare; in getOdbcFunction() 663 pFunction = (oslGenericFunction)pODBC3SQLExecute; in getOdbcFunction() 683 pFunction = (oslGenericFunction)pODBC3SQLPutData; in getOdbcFunction() 707 pFunction = (oslGenericFunction)pODBC3SQLFetch; in getOdbcFunction() 719 pFunction = (oslGenericFunction)pODBC3SQLSetPos; in getOdbcFunction() 771 pFunction = (oslGenericFunction)pODBC3SQLTables; in getOdbcFunction() [all …]
|
/trunk/main/sal/inc/osl/ |
H A D | module.h | 65 typedef void ( SAL_CALL *oslGenericFunction )( void ); typedef 97 oslGenericFunction baseModule, rtl_uString* relativePath, sal_Int32 nRtldMode); 113 oslGenericFunction baseModule, const sal_Char* relativePath, sal_Int32 nRtldMode); 168 oslGenericFunction SAL_CALL osl_getFunctionSymbol( oslModule Module, rtl_uString *ustrFunctionSymbo… 192 oslGenericFunction SAL_CALL osl_getAsciiFunctionSymbol(oslModule Module, const sal_Char *pSymbolNam… 223 sal_Bool SAL_CALL osl_getModuleURLFromFunctionAddress( oslGenericFunction pf, rtl_uString **pustrFu…
|
H A D | module.hxx | 66 static sal_Bool getUrlFromAddress( oslGenericFunction addr, ::rtl::OUString & libraryUrl){ in getUrlFromAddress() 92 ::oslGenericFunction baseModule, ::rtl::OUString const & relativePath, in loadRelative() 137 oslGenericFunction SAL_CALL getFunctionSymbol( const ::rtl::OUString& ustrFunctionSymbolName ) in getFunctionSymbol()
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | odbcconfig.hxx | 73 oslGenericFunction loadSymbol(const sal_Char* _pFunctionName); 89 oslGenericFunction m_pAllocHandle; 90 oslGenericFunction m_pFreeHandle; 91 oslGenericFunction m_pSetEnvAttr; 92 oslGenericFunction m_pDataSources;
|
/trunk/main/sal/osl/unx/ |
H A D | module.c | 146 oslGenericFunction SAL_CALL 161 return (oslGenericFunction) fcnAddr; in osl_getAsciiFunctionSymbol() 167 oslGenericFunction SAL_CALL 170 oslGenericFunction pSymbol = NULL; in osl_getFunctionSymbol() 233 sal_Bool SAL_CALL osl_getModuleURLFromFunctionAddress(oslGenericFunction addr, rtl_uString ** ppLib… in osl_getModuleURLFromFunctionAddress()
|
/trunk/main/sal/osl/w32/ |
H A D | module.cxx | 162 oslGenericFunction SAL_CALL osl_getFunctionSymbol( oslModule Module, rtl_uString *strSymbolName ) in osl_getFunctionSymbol() 165 oslGenericFunction address; in osl_getFunctionSymbol() 187 oslGenericFunction SAL_CALL 190 oslGenericFunction fncAddr = NULL; in osl_getAsciiFunctionSymbol() 193 fncAddr=(oslGenericFunction)GetProcAddress((HINSTANCE) Module, pSymbol); in osl_getAsciiFunctionSymbol() 495 sal_Bool SAL_CALL osl_getModuleURLFromFunctionAddress( oslGenericFunction addr, rtl_uString ** ppLi… in osl_getModuleURLFromFunctionAddress()
|
/trunk/main/tools/source/testtoolloader/ |
H A D | testtoolloader.cxx | 109 oslGenericFunction pInitFunc = osl_getFunctionSymbol( in InitTestToolLib() 131 oslGenericFunction pInitFunc = osl_getFunctionSymbol( in InitTestToolLib() 158 oslGenericFunction pDeInitFunc = osl_getFunctionSymbol( in DeInitTestToolLib() 168 oslGenericFunction pDeInitFunc = osl_getFunctionSymbol( in DeInitTestToolLib()
|
/trunk/main/sal/osl/os2/ |
H A D | module.c | 194 oslGenericFunction SAL_CALL osl_getFunctionSymbol( oslModule Module, rtl_uString *strSymbolName ) in osl_getFunctionSymbol() 197 oslGenericFunction address; in osl_getFunctionSymbol() 219 oslGenericFunction SAL_CALL 293 sal_Bool SAL_CALL osl_getModuleURLFromFunctionAddress( oslGenericFunction addr, rtl_uString ** ppLi… in osl_getModuleURLFromFunctionAddress()
|
/trunk/main/sfx2/source/appl/ |
H A D | shutdownicon.hxx | 85 oslGenericFunction m_pInitSystray; 86 oslGenericFunction m_pDeInitSystray; 94 oslGenericFunction *pInit, 95 oslGenericFunction *pDeInit );
|
H A D | shutdownicon.cxx | 128 oslGenericFunction *pInit, in LoadModule() 129 oslGenericFunction *pDeInit ) in LoadModule() 154 oslGenericFunction pTmpInit = NULL; in LoadModule() 155 oslGenericFunction pTmpDeInit = NULL; in LoadModule()
|
/trunk/main/sal/osl/all/ |
H A D | loadmodulerelative.cxx | 44 oslGenericFunction const baseModule, rtl_uString * const relativePath, in osl_loadModuleRelative() 68 oslGenericFunction const baseModule, const sal_Char* pRelativePathName, in osl_loadAsciiModuleRelative()
|
/trunk/main/i18npool/source/textconversion/ |
H A D | textconversion.cxx | 58 oslGenericFunction SAL_CALL 64 return reinterpret_cast< oslGenericFunction >(nullFunc); in getFunctionBySymbol()
|
/trunk/main/vcl/unx/generic/plugadapt/ |
H A D | salplug.cxx | 70 reinterpret_cast< oslGenericFunction >( &tryInstance ), aModule.pData, in tryInstance() 142 reinterpret_cast< oslGenericFunction >( &tryInstance ), aModule.pData, in get_desktop_environment()
|
/trunk/main/javaunohelper/source/ |
H A D | javaunohelper.cxx | 77 oslGenericFunction pSym = in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo() 159 oslGenericFunction pSym = in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
|
/trunk/main/i18npool/inc/ |
H A D | localedata.hxx | 120 …oslGenericFunction SAL_CALL getFunctionSymbol( const com::sun::star::lang::Locale& rLocale, const … 121 …oslGenericFunction SAL_CALL getFunctionSymbolByName( const rtl::OUString& localeName, const sal_Ch…
|
/trunk/main/i18npool/source/localedata/ |
H A D | localedata.cxx | 342 oslGenericFunction SAL_CALL getFunctionSymbolByName( 378 oslGenericFunction SAL_CALL lcl_LookupTableHelper::getFunctionSymbolByName( in getFunctionSymbolByName() 1295 oslGenericFunction SAL_CALL LocaleData::getFunctionSymbol( const Locale& rLocale, const sal_Char* p… in getFunctionSymbol() 1307 oslGenericFunction pSymbol = 0; in getFunctionSymbol()
|
/trunk/main/vcl/unx/generic/printer/ |
H A D | cupsmgr.cxx | 77 oslGenericFunction loadSymbol( const char* ); 143 oslGenericFunction CUPSWrapper::loadSymbol( const char* pSymbol ) in loadSymbol() 146 oslGenericFunction pSym = osl_getFunctionSymbol( m_pLib, aSym.pData ); in loadSymbol()
|
/trunk/main/cppuhelper/source/ |
H A D | shlib.cxx | 382 oslGenericFunction pSym = osl_getFunctionSymbol( lib, aGetFactoryName.pData ); in loadSharedLibComponentFactory() 528 oslGenericFunction pSym = osl_getFunctionSymbol( lib, aWriteInfoName.pData ); in writeSharedLibComponentInfo()
|
/trunk/main/tools/inc/tools/ |
H A D | svlibrary.hxx | 34 …static bool LoadModule( osl::Module&, const rtl::OUString& rLibName, ::oslGenericFunction baseModu…
|
/trunk/main/cppu/source/uno/ |
H A D | loadmodule.cxx | 46 reinterpret_cast< oslGenericFunction >(&loadModule), in loadModule()
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontconfig.cxx | 136 oslGenericFunction loadSymbol( const char* ); 262 oslGenericFunction FontCfgWrapper::loadSymbol( const char* pSymbol ) in loadSymbol() 265 oslGenericFunction pSym = osl_getFunctionSymbol( m_pLib, aSym.pData ); in loadSymbol()
|
/trunk/main/tools/source/generic/ |
H A D | svlibrary.cxx | 93 …LoadModule( osl::Module& rModule, const rtl::OUString& rLibName, ::oslGenericFunction baseModule, … in LoadModule()
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | ODriver.hxx | 60 virtual oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const = 0;
|
/trunk/main/extensions/source/scanner/ |
H A D | sane.cxx | 118 inline oslGenericFunction Sane::LoadSymbol( const char* pSymbolname ) in LoadSymbol() 120 oslGenericFunction pFunction = osl_getAsciiFunctionSymbol( pSaneLib, pSymbolname ); in LoadSymbol()
|