Home
last modified time | relevance | path

Searched refs:oslGenericFunction (Results 1 – 25 of 50) sorted by relevance

12

/aoo4110/main/connectivity/source/drivers/odbc/
H A DORealDriver.cxx114 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 …]
/aoo4110/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx592 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 …]
/aoo4110/main/sal/inc/osl/
H A Dmodule.h65 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 Dmodule.hxx66 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()
/aoo4110/main/dbaccess/source/ui/dlg/
H A Dodbcconfig.hxx73 oslGenericFunction loadSymbol(const sal_Char* _pFunctionName);
89 oslGenericFunction m_pAllocHandle;
90 oslGenericFunction m_pFreeHandle;
91 oslGenericFunction m_pSetEnvAttr;
92 oslGenericFunction m_pDataSources;
/aoo4110/main/sal/osl/unx/
H A Dmodule.c146 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()
/aoo4110/main/sal/osl/w32/
H A Dmodule.cxx162 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()
/aoo4110/main/tools/source/testtoolloader/
H A Dtesttoolloader.cxx109 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()
/aoo4110/main/sal/osl/os2/
H A Dmodule.c194 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()
/aoo4110/main/sfx2/source/appl/
H A Dshutdownicon.hxx85 oslGenericFunction m_pInitSystray;
86 oslGenericFunction m_pDeInitSystray;
94 oslGenericFunction *pInit,
95 oslGenericFunction *pDeInit );
H A Dshutdownicon.cxx128 oslGenericFunction *pInit, in LoadModule()
129 oslGenericFunction *pDeInit ) in LoadModule()
154 oslGenericFunction pTmpInit = NULL; in LoadModule()
155 oslGenericFunction pTmpDeInit = NULL; in LoadModule()
/aoo4110/main/sal/osl/all/
H A Dloadmodulerelative.cxx44 oslGenericFunction const baseModule, rtl_uString * const relativePath, in osl_loadModuleRelative()
68 oslGenericFunction const baseModule, const sal_Char* pRelativePathName, in osl_loadAsciiModuleRelative()
/aoo4110/main/i18npool/source/textconversion/
H A Dtextconversion.cxx58 oslGenericFunction SAL_CALL
64 return reinterpret_cast< oslGenericFunction >(nullFunc); in getFunctionBySymbol()
/aoo4110/main/vcl/unx/generic/plugadapt/
H A Dsalplug.cxx70 reinterpret_cast< oslGenericFunction >( &tryInstance ), aModule.pData, in tryInstance()
142 reinterpret_cast< oslGenericFunction >( &tryInstance ), aModule.pData, in get_desktop_environment()
/aoo4110/main/javaunohelper/source/
H A Djavaunohelper.cxx77 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()
/aoo4110/main/i18npool/inc/
H A Dlocaledata.hxx120oslGenericFunction SAL_CALL getFunctionSymbol( const com::sun::star::lang::Locale& rLocale, const …
121oslGenericFunction SAL_CALL getFunctionSymbolByName( const rtl::OUString& localeName, const sal_Ch…
/aoo4110/main/i18npool/source/localedata/
H A Dlocaledata.cxx340 oslGenericFunction SAL_CALL getFunctionSymbolByName(
376 oslGenericFunction SAL_CALL lcl_LookupTableHelper::getFunctionSymbolByName( in getFunctionSymbolByName()
1293 oslGenericFunction SAL_CALL LocaleData::getFunctionSymbol( const Locale& rLocale, const sal_Char* p… in getFunctionSymbol()
1305 oslGenericFunction pSymbol = 0; in getFunctionSymbol()
/aoo4110/main/cppuhelper/source/
H A Dshlib.cxx382 oslGenericFunction pSym = osl_getFunctionSymbol( lib, aGetFactoryName.pData ); in loadSharedLibComponentFactory()
528 oslGenericFunction pSym = osl_getFunctionSymbol( lib, aWriteInfoName.pData ); in writeSharedLibComponentInfo()
/aoo4110/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx77 oslGenericFunction loadSymbol( const char* );
143 oslGenericFunction CUPSWrapper::loadSymbol( const char* pSymbol ) in loadSymbol()
146 oslGenericFunction pSym = osl_getFunctionSymbol( m_pLib, aSym.pData ); in loadSymbol()
/aoo4110/main/tools/inc/tools/
H A Dsvlibrary.hxx34 …static bool LoadModule( osl::Module&, const rtl::OUString& rLibName, ::oslGenericFunction baseModu…
/aoo4110/main/cppu/source/uno/
H A Dloadmodule.cxx46 reinterpret_cast< oslGenericFunction >(&loadModule), in loadModule()
/aoo4110/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx136 oslGenericFunction loadSymbol( const char* );
262 oslGenericFunction FontCfgWrapper::loadSymbol( const char* pSymbol ) in loadSymbol()
265 oslGenericFunction pSym = osl_getFunctionSymbol( m_pLib, aSym.pData ); in loadSymbol()
/aoo4110/main/tools/source/generic/
H A Dsvlibrary.cxx93 …LoadModule( osl::Module& rModule, const rtl::OUString& rLibName, ::oslGenericFunction baseModule, … in LoadModule()
/aoo4110/main/sal/cppunittester/
H A Dcppunittester.cxx115 oslGenericFunction fn = (new osl::Module(lib, SAL_LOADMODULE_GLOBAL)) in SAL_IMPLEMENT_MAIN()
/aoo4110/main/connectivity/source/inc/odbc/
H A DODriver.hxx60 virtual oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const = 0;

Completed in 127 milliseconds

12