Home
last modified time | relevance | path

Searched refs:UINT (Results 26 – 50 of 137) sorted by relevance

123456

/aoo42x/main/setup_native/source/win32/customactions/relnotes/
H A Drelnotes.cxx85 UINT ShowReleaseNotes( TCHAR* pFileName, TCHAR* pFilePath ) in ShowReleaseNotes()
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()
/aoo42x/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx109 UINT GetInstallProperty(MSIHANDLE handle, LPCTSTR name, CharacterBuffer_t* buffer) in GetInstallProperty()
112 UINT ret = MsiGetProperty(handle, name, &(*buffer)[0], &size); in GetInstallProperty()
132 extern "C" UINT __stdcall SetProductInstallationPath(MSIHANDLE handle) in SetProductInstallationPath()
171 extern "C" UINT __stdcall RegisterLanguagePack(MSIHANDLE handle) in RegisterLanguagePack()
/aoo42x/main/external/mingwheaders/
H A Dmingw_atl_headers.patch243 -__declspec(selectany) UINT CComApartment::ATL_CREATE_OBJECT = 0;
245 +UINT CComApartment::ATL_CREATE_OBJECT = 0;
332 (UINT) ((BYTE*)m_pTop - (BYTE*)m_pBase));
1102 - #define USES_CONVERSION int _convert; _convert; UINT _acp = GetACP(); _acp; LPCWST…
1105 - #define USES_CONVERSION int _convert = 0; _convert; UINT _acp = GetACP(); _acp; LP…
1110 - #define USES_CONVERSION int _convert; _convert; UINT _acp = CP_ACP; _acp; LPCWSTR …
1111 + #define USES_CONVERSION int _convert; (void)_convert; UINT _acp = CP_ACP; (void)_a…
1113 - #define USES_CONVERSION int _convert = 0; _convert; UINT _acp = CP_ACP; _acp; LPCW…
1401 …BOOL ProcessWindowMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& lResult, DW…
1499 UINT nID = 0, LPVOID lpCreateParam = NULL)
[all …]
/aoo42x/main/desktop/win32/source/setup/
H A Dsetup.cpp1018 UINT SetupAppX::GetError() const in GetError()
1020 UINT nErr = 0; in GetError()
1023 nErr = (UINT) *m_pMSIErrorCode; in GetError()
1034 void SetupAppX::DisplayError( UINT nErr ) const in DisplayError()
1039 UINT nMsgType = MB_OK | MB_ICONERROR; in DisplayError()
1164 SetError( (UINT) ERROR_SETUP_NOT_FOUND ); in CheckVersion()
1185 SetError( (UINT) ERROR_SETUP_TO_OLD ); in CheckVersion()
1687 UINT i=0; in IsAdmin()
1855 UINT nRet = MsiGetSummaryInformation( NULL, szDatabasePath, 0, &hSummaryInfo ); in IsPatchInstalled()
1864 UINT uiDataType; in IsPatchInstalled()
H A Dsetup_main.cxx102 throw (UINT) ERROR_INSTALL_ALREADY_RUNNING; in WinMain()
133 catch ( UINT nErr ) in WinMain()
/aoo42x/main/vcl/win/source/app/
H A Dsalinst.cxx102 LRESULT CALLBACK SalComWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
103 LRESULT CALLBACK SalComWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
361 UINT nKey = 0xffffffff; in initKeyCodeMap()
758 LRESULT CALLBACK SalComWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, int& rDef ) in SalComWndProc()
840 LRESULT CALLBACK SalComWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )
871 LRESULT CALLBACK SalComWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )
H A Dsaltimer.cxx59 pSalData->mnTimerId = SetTimer( 0, 0, (UINT)nMS, SalTimerProc ); in ImplSalStartTimer()
99 void CALLBACK SalTimerProc( HWND, UINT, UINT_PTR nId, DWORD ) argument
/aoo42x/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx540 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()
/aoo42x/main/embedserv/source/inprocserv/
H A Dinprocembobj.h228 STDMETHOD(GetTypeInfoCount)( UINT *pctinfo);
229 STDMETHOD(GetTypeInfo)( UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo);
230 …STDMETHOD(GetIDsOfNames)( REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDisp…
231 … WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr);
/aoo42x/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx353 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()
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dreg4msdocmsi.cxx61 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()
/aoo42x/main/embedserv/source/embed/
H A Dsyswinwrapper.cxx56 void DrawShading(LPRECT prc, HDC hDC, UINT cWidth);
216 BOOL CHatchWin::Init(HWND hWndParent, UINT uID, HWND hWndAssoc) in Init()
398 HWND hWnd, UINT iMsg in HatchWndProc()
/aoo42x/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx60 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM );
61 LRESULT CALLBACK About( HWND, UINT, WPARAM, LPARAM );
242 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/aoo42x/main/sal/workben/clipboardwben/testpaste/
H A Dcbptest.cxx55 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM );
56 LRESULT CALLBACK About( HWND, UINT, WPARAM, LPARAM );
254 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/aoo42x/main/setup_native/source/win32/customactions/javafilter/
H A Djfregca.cxx101 extern "C" UINT install_jf ( MSIHANDLE hModule ) { in install_jf()
112 extern "C" UINT uninstall_jf ( MSIHANDLE hModule ) { in uninstall_jf()
136 UINT uiStat = MsiGetProperty(hModule, TEXT("ALLUSERS"), TEXT(""), &cchValueBuf); in isMulti()
/aoo42x/main/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx260 for ( UINT i = 0; i < (UINT)gPropertyMapTableSize; ++i ) in LoadProperties()
278 HRESULT CPropertyHdl::GetItemData( CMetaInfoReader *pMetaInfoReader, UINT nIndex, PROPVARIANT *pVar… in GetItemData()
/aoo42x/main/dtrans/source/win32/dtobj/
H A DTxtCnvtHlp.hxx47 int MultiByteToWideCharEx( UINT cp_src,
53 int WideCharToMultiByteEx( UINT cp_dest,
H A DFmtFilter.cxx143 UINT nSize = 0; in WinENHMFPictToOOMFPict()
518 UINT nFiles = DragQueryFileW((HDROP)hGlobal, 0xFFFFFFFF, NULL, 0); in CF_HDROPToFileList()
521 for (UINT i = 0; i < nFiles; i++) in CF_HDROPToFileList()
/aoo42x/main/setup_native/source/win32/customactions/quickstarter/
H A Dshutdown_quickstart.cxx45 UINT uMsgShutdownQuickstart = RegisterWindowMessageA( SHUTDOWN_QUICKSTART_MESSAGEA ); in EnumWindowsProc()
69 extern "C" UINT __stdcall ShutDownQuickstarter( MSIHANDLE hMSI ) in ShutDownQuickstarter()
/aoo42x/main/vcl/inc/os2/
H A Dwingdi.h64 UINT gmBlackBoxX;
65 UINT gmBlackBoxY;
/aoo42x/main/fpicker/source/win32/filepicker/
H A Dhelppopupwindow.cxx202 UINT nFormat = DT_WORDBREAK | DT_CALCRECT | DT_EXTERNALLEADING | DT_LEFT; in calcWindowRect()
378 UINT nFormat = DT_WORDBREAK | DT_EXTERNALLEADING | DT_LEFT; in onPaint()
472 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in WndProc()
/aoo42x/main/svl/source/svdde/
H A Dddecli.cxx306 UINT nExtFmt = DdeData::GetExternalFormat( nIntFmt ); in Execute()
320 hItem, nExtFmt, (UINT)nType, in Execute()
344 (UINT)nType, TIMEOUT_ASYNC, in Execute()
/aoo42x/main/sal/inc/systools/win32/
H A DStrConvert.h79 int WideCharListGetMultiByteLength( UINT codepage, LPCWSTR wcList );
91 int WideCharListToMultiByteList( UINT codepage, LPCWSTR wcList, LPSTR mbList, DWORD dwSize );
/aoo42x/main/setup_native/source/win32/customactions/shellextensions/
H A Dstartmenuicon.cxx70 extern "C" UINT __stdcall InstallStartmenuFolderIcon( MSIHANDLE handle ) in InstallStartmenuFolderIcon()
127 extern "C" UINT __stdcall DeinstallStartmenuFolderIcon(MSIHANDLE handle) in DeinstallStartmenuFolderIcon()
/aoo42x/main/vcl/os2/source/app/
H A Dsaltimer.cxx101 void SalTimerProc( HWND, UINT, UINT nId, ULONG ) in SalTimerProc() argument

Completed in 157 milliseconds

123456