/aoo4110/main/avmedia/source/win/ |
H A D | interface.hxx | 35 virtual HRESULT __stdcall get_Filter( 37 virtual HRESULT __stdcall put_Filter( 45 virtual HRESULT __stdcall get_StreamType( 51 virtual HRESULT __stdcall get_Filename( 53 virtual HRESULT __stdcall put_Filename( 55 virtual HRESULT __stdcall GetBitmapBits( 84 virtual HRESULT __stdcall SampleCB( 87 virtual HRESULT __stdcall BufferCB( 101 virtual HRESULT __stdcall SetOneShot( 103 virtual HRESULT __stdcall SetMediaType( [all …]
|
/aoo4110/main/setup_native/source/win32/customactions/indexingfilter/ |
H A D | restartindexingservice.cxx | 47 typedef BOOL (__stdcall * CloseServiceHandle_t)(SC_HANDLE); 48 typedef BOOL (__stdcall * ControlService_t)(SC_HANDLE, DWORD, LPSERVICE_STATUS); 49 typedef SC_HANDLE (__stdcall * OpenSCManager_t)(LPCSTR, LPCSTR, DWORD); 50 typedef SC_HANDLE (__stdcall * OpenService_t)(SC_HANDLE, LPCSTR, DWORD); 51 typedef BOOL (__stdcall * QueryServiceStatus_t)(SC_HANDLE, LPSERVICE_STATUS); 52 typedef BOOL (__stdcall * StartService_t)(SC_HANDLE, DWORD, LPCSTR*); 155 extern "C" UINT __stdcall RestartIndexingService(MSIHANDLE) in RestartIndexingService()
|
/aoo4110/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 540 extern "C" UINT __stdcall InstallPatchedFiles( MSIHANDLE handle ) in InstallPatchedFiles() 597 extern "C" UINT __stdcall UninstallPatchedFiles( MSIHANDLE handle ) in UninstallPatchedFiles() 678 extern "C" UINT __stdcall IsOfficeRunning( MSIHANDLE handle ) in IsOfficeRunning() 719 extern "C" UINT __stdcall SetFeatureState( MSIHANDLE handle ) in SetFeatureState() 832 extern "C" UINT __stdcall SetNewFeatureState( MSIHANDLE handle ) in SetNewFeatureState() 855 extern "C" UINT __stdcall ShowOnlineUpdateDialog( MSIHANDLE handle ) in ShowOnlineUpdateDialog()
|
/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | reg4msdocmsi.cxx | 61 extern "C" UINT __stdcall InstallUiSequenceEntry(MSIHANDLE handle) in InstallUiSequenceEntry() 115 extern "C" UINT __stdcall InstallExecSequenceEntry(MSIHANDLE handle) in InstallExecSequenceEntry() 159 extern "C" UINT __stdcall DeinstallExecSequenceEntry(MSIHANDLE handle) in DeinstallExecSequenceEntry()
|
/aoo4110/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
H A D | reg4allmsi.cxx | 353 extern "C" UINT __stdcall LookForRegisteredExtensions( MSIHANDLE handle ) in LookForRegisteredExtensions() 436 extern "C" UINT __stdcall RegisterSomeExtensions( MSIHANDLE handle ) in RegisterSomeExtensions() 480 extern "C" UINT __stdcall FindRegisteredExtensions( MSIHANDLE handle ) in FindRegisteredExtensions() 517 extern "C" UINT __stdcall DeleteRegisteredExtensions( MSIHANDLE /*handle*/ ) in DeleteRegisteredExtensions()
|
/aoo4110/main/setup_native/source/win32/customactions/regactivex/ |
H A D | regactivex.cxx | 47 typedef int ( __stdcall * DllNativeRegProc ) ( int, BOOL, BOOL, const char* ); 48 typedef int ( __stdcall * DllNativeUnregProc ) ( int, BOOL, BOOL ); 333 extern "C" UINT __stdcall InstallActiveXControl( MSIHANDLE hMSI ) in InstallActiveXControl() 400 extern "C" UINT __stdcall DeinstallActiveXControl( MSIHANDLE hMSI ) in DeinstallActiveXControl()
|
/aoo4110/main/setup_native/source/win32/customactions/relnotes/ |
H A D | relnotes.cxx | 130 extern "C" UINT __stdcall ShowReleaseNotesBefore( MSIHANDLE ) in ShowReleaseNotesBefore() 143 extern "C" UINT __stdcall ShowReleaseNotesAfter( MSIHANDLE ) in ShowReleaseNotesAfter() 156 extern "C" UINT __stdcall ShowSurveyAfter( MSIHANDLE handle ) in ShowSurveyAfter()
|
/aoo4110/main/sal/qa/systools/ |
H A D | test_comtools.cxx | 43 ULONG __stdcall AddRef() in AddRef() 49 ULONG __stdcall Release() in Release() 57 HRESULT __stdcall QueryInterface(REFIID riid, LPVOID* ppv) in QueryInterface()
|
/aoo4110/main/shell/source/tools/regsvrex/ |
H A D | regsvrex.cxx | 35 typedef HRESULT (__stdcall *lpfnDllRegisterServer)(); 36 typedef HRESULT (__stdcall *lpfnDllUnregisterServer)();
|
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | OFunctiondefs.hxx | 36 #define SQL_API __stdcall 39 #define SQL_API __stdcall
|
/aoo4110/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | startmenuicon.cxx | 70 extern "C" UINT __stdcall InstallStartmenuFolderIcon( MSIHANDLE handle ) in InstallStartmenuFolderIcon() 127 extern "C" UINT __stdcall DeinstallStartmenuFolderIcon(MSIHANDLE handle) in DeinstallStartmenuFolderIcon()
|
H A D | dotnetcheck.cxx | 132 extern "C" UINT __stdcall DotNetCheck(MSIHANDLE handle) { in DotNetCheck() 154 extern "C" UINT __stdcall ShowProperties(MSIHANDLE handle) in ShowProperties()
|
H A D | shellextensions.cxx | 136 extern "C" UINT __stdcall InstallExecSequenceEntry(MSIHANDLE hMSI) in InstallExecSequenceEntry() 195 extern "C" UINT __stdcall DeinstallExecSequenceEntry(MSIHANDLE) in DeinstallExecSequenceEntry()
|
H A D | vistaspecial.cxx | 180 extern "C" UINT __stdcall RenamePrgFolder( MSIHANDLE handle ) in RenamePrgFolder() 213 extern "C" UINT __stdcall RemovePrgFolder( MSIHANDLE handle ) in RemovePrgFolder()
|
H A D | layerlinks.cxx | 95 extern "C" UINT __stdcall CreateLayerLinks(MSIHANDLE handle) in CreateLayerLinks() 207 extern "C" UINT __stdcall RemoveLayerLinks(MSIHANDLE handle) in RemoveLayerLinks()
|
H A D | registerextensions.cxx | 314 extern "C" UINT __stdcall RegisterExtensions(MSIHANDLE handle) in RegisterExtensions() 372 extern "C" UINT __stdcall RemoveExtensions(MSIHANDLE handle) in RemoveExtensions()
|
H A D | setadmininstall.cxx | 58 extern "C" UINT __stdcall SetAdminInstallProperty(MSIHANDLE handle) in SetAdminInstallProperty()
|
/aoo4110/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | lngpckinsthelper.cxx | 132 extern "C" UINT __stdcall SetProductInstallationPath(MSIHANDLE handle) in SetProductInstallationPath() 171 extern "C" UINT __stdcall RegisterLanguagePack(MSIHANDLE handle) in RegisterLanguagePack()
|
/aoo4110/main/dtrans/source/win32/dnd/ |
H A D | source.cxx | 67 unsigned __stdcall DndOleSTAFunc(LPVOID pParams); 361 unsigned __stdcall DndOleSTAFunc(LPVOID pParams) in DndOleSTAFunc()
|
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | odbcconfig.cxx | 78 #define SQL_API __stdcall 107 #define SQL_API __stdcall
|
/aoo4110/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 461 extern "C" UINT __stdcall InstallReg64(MSIHANDLE hMSI) in InstallReg64() 468 extern "C" UINT __stdcall DeinstallReg64(MSIHANDLE hMSI) in DeinstallReg64()
|
/aoo4110/main/sal/osl/w32/ |
H A D | thread.c | 48 static unsigned __stdcall oslWorkerWrapperFunction(void* pData); 54 static unsigned __stdcall oslWorkerWrapperFunction(void* pData) in oslWorkerWrapperFunction()
|
/aoo4110/main/external/mingwheaders/ |
H A D | mingw_atl_headers.patch | 82 -PVOID __stdcall __AllocStdCallThunk(VOID); 83 -VOID __stdcall __FreeStdCallThunk(PVOID); 84 +//PVOID __stdcall __AllocStdCallThunk(VOID); 85 +//VOID __stdcall __FreeStdCallThunk(PVOID); 953 -inline void __declspec(naked) __stdcall CComStdCallThunkHelper() 954 +inline void __stdcall CComStdCallThunkHelper()
|
/aoo4110/main/setup_native/source/win32/customactions/quickstarter/ |
H A D | remove_quickstart_link.cxx | 40 extern "C" UINT __stdcall RemoveQuickstarterLink( MSIHANDLE hMSI ) in RemoveQuickstarterLink()
|
/aoo4110/main/unixODBC/inc/ |
H A D | iodbcunix.h | 103 #define __stdcall macro
|