Home
last modified time | relevance | path

Searched refs:DWORD (Results 26 – 50 of 324) sorted by path

12345678910>>...13

/trunk/main/desktop/win32/source/guiloader/
H A Dgenericloader.cxx64 DWORD dwExitCode = (DWORD)-1; in GenericMain()
70 DWORD cwdLen = GetCurrentDirectoryW(MAX_PATH, cwd); in GenericMain()
75 DWORD dummy; in GenericMain()
124 DWORD dwWaitResult; in GenericMain()
/trunk/main/desktop/win32/source/guistdio/
H A Dguistdio.inc48 DWORD dwRead = 0;
51 DWORD dwWritten;
116 DWORD dwRead = 0;
121 DWORD dwWritten;
143 DWORD dwRead = 0;
149 DWORD dwWritten;
164 DWORD dwRead = 0;
224 DWORD dwWritten;
237 DWORD dwRead = 0;
243 DWORD dwWritten;
[all …]
/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx60 DWORD dwSubAuthorities; in ConvertSidToStringSid()
61 DWORD dwSidRev=SID_REVISION; in ConvertSidToStringSid()
62 DWORD dwCounter; in ConvertSidToStringSid()
63 DWORD dwSidSize; in ConvertSidToStringSid()
166 DWORD w; in writeArgument()
205 DWORD dwExitCode = (DWORD)-1; in WinMain()
213 DWORD cwdLen = GetCurrentDirectoryW(MAX_PATH, cwd); in WinMain()
240 DWORD dwTokenLength = 0; in WinMain()
273 DWORD dwBytesWritten; in WinMain()
297 DWORD dwBytesRead = 0; in WinMain()
[all …]
/trunk/main/desktop/win32/source/rebase/
H A Drebase.cxx48 const DWORD PE_Signature = 0x00004550;
49 const DWORD BASEVIRTUALADDRESS = 0x10000000;
103 DWORD n = GetModuleFileNameW(NULL, path, MAX_PATH); in getBrandPath()
110 void rebaseImagesInFolder( wchar_t* pszFolder, DWORD nNewImageBase ) in rebaseImagesInFolder()
H A Drebasegui.cxx47 const DWORD PE_Signature = 0x00004550;
130 DWORD n = GetModuleFileNameW(NULL, pszPath, MAX_PATH); in getBrandPath()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp311 DWORD nSize = 0; in ReadProfile()
713 DWORD dwType = 0; in LoadMsiLibrary()
762 DWORD dwType = 0; in GetPathToMSI()
1239 DWORD nSize = MAX_PATH + 1; in CheckForUpgrade()
1268 DWORD dwSize = 0; in IsTerminalServerInstalled()
1270 DWORD dwType = 0; in IsTerminalServerInstalled()
1283 DWORD nMulti = 0; in IsTerminalServerInstalled()
1349 DWORD nResult = NOERROR; in WaitForProcess()
1685 DWORD dwInfoBufferSize = 1024; in IsAdmin()
1686 DWORD dwRetInfoBufferSize = 0; in IsAdmin()
[all …]
H A Dsetup.hxx102 DWORD& rSize, LPTSTR *pRetBuf );
108 DWORD WaitForProcess( HANDLE hHandle );
111 DWORD GetNextArgument( LPCTSTR pStr, LPTSTR *pArg,
H A Dsetup_main.hxx30 DWORD m_nOSVersion;
31 DWORD m_nMinorVersion;
57 DWORD GetOSVersion() const { return m_nOSVersion; } in GetOSVersion()
58 DWORD GetMinorVersion() const { return m_nMinorVersion; } in GetMinorVersion()
/trunk/main/desktop/win32/source/
H A Dunoinfo.cxx46 DWORD n = GetModuleFileNameW(NULL, path, MAX_PATH); in getBrandPath()
H A Dwrapper.h145 DWORD dwCreationFlags = PROCESS_CREATIONFLAGS; in Main()
163 DWORD dwExitCode; in Main()
171 DWORD dwError = GetLastError(); in Main()
/trunk/main/dtrans/source/os2/clipb/
H A DOS2Bitmap.cxx29 typedef unsigned long DWORD; typedef
43 DWORD bfSize;
46 DWORD bfOffBits;
51 DWORD biSize;
56 DWORD biCompression;
57 DWORD biSizeImage;
60 DWORD biClrUsed;
61 DWORD biClrImportant;
/trunk/main/dtrans/source/win32/clipb/
H A DAPNDataObject.hxx62 STDMETHODIMP EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc );
63 …STDMETHODIMP DAdvise( LPFORMATETC pFormatetc, DWORD advf, LPADVISESINK pAdvSink, DWORD* pdwConnect…
64 STDMETHODIMP DUnadvise( DWORD dwConnection );
/trunk/main/dtrans/source/win32/dnd/
H A Dglobals.cxx40 sal_Int8 dndOleKeysToAction( DWORD grfKeyState, sal_Int8 nSourceActions) in dndOleKeysToAction()
92 sal_Int8 dndOleDropEffectsToActions( DWORD dwEffect) in dndOleDropEffectsToActions()
105 DWORD dndActionsToDropEffects( sal_Int8 actions) in dndActionsToDropEffects()
107 DWORD ret= DROPEFFECT_NONE; in dndActionsToDropEffects()
119 DWORD dndActionsToSingleDropEffect( sal_Int8 actions) in dndActionsToSingleDropEffect()
121 DWORD effects= dndActionsToDropEffects( actions); in dndActionsToSingleDropEffect()
133 DWORD retVal= countEffect > 1 ? DROPEFFECT_MOVE : effects; in dndActionsToSingleDropEffect()
H A Dglobals.hxx60 sal_Int8 dndOleKeysToAction( DWORD grfKeyState, sal_Int8 sourceActions);
67 sal_Int8 dndOleDropEffectsToActions( DWORD dwEffect);
74 DWORD dndActionsToDropEffects( sal_Int8 actions);
80 DWORD dndActionsToSingleDropEffect( sal_Int8 actions);
H A Didroptarget.cxx83 DWORD grfKeyState, in DragEnter()
85 DWORD *pdwEffect) in DragEnter()
91 STDMETHODIMP IDropTargetImpl::DragOver( DWORD grfKeyState, in DragOver()
93 DWORD *pdwEffect) in DragOver()
104 DWORD grfKeyState, in Drop()
106 DWORD __RPC_FAR *pdwEffect) in Drop()
H A Didroptarget.hxx51 /* [in] */ DWORD grfKeyState,
53 /* [out][in] */ DWORD __RPC_FAR *pdwEffect);
56 /* [in] */ DWORD grfKeyState,
58 /* [out][in] */ DWORD __RPC_FAR *pdwEffect);
64 /* [in] */ DWORD grfKeyState,
66 /* [out][in] */ DWORD __RPC_FAR *pdwEffect);
H A Dsource.cxx139 DWORD processId; in StartDragImpl()
279 /* [in] */ DWORD grfKeyState) in QueryContinueDrag()
321 /* [in] */ DWORD in GiveFeedback()
376 DWORD threadId= GetCurrentThreadId(); in DndOleSTAFunc()
383 DWORD dwEffect= 0; in DndOleSTAFunc()
H A Dsource.hxx90 DWORD m_threadIdWindow;
139 /* [in] */ DWORD grfKeyState);
142 /* [in] */ DWORD dwEffect);
H A Dtarget.cxx52 DWORD WINAPI DndTargetOleSTAFunc(LPVOID pParams);
204 DWORD WINAPI DndTargetOleSTAFunc(LPVOID pParams) in DndTargetOleSTAFunc()
217 DWORD threadId= GetCurrentThreadId(); in DndTargetOleSTAFunc()
320 DWORD grfKeyState, in DragEnter()
322 DWORD *pdwEffect) in DragEnter()
385 HRESULT DropTarget::DragOver( DWORD grfKeyState, in DragOver()
387 DWORD *pdwEffect) in DragOver()
462 DWORD grfKeyState, in Drop()
464 DWORD *pdwEffect) in Drop()
651 inline sal_Int8 DropTarget::getFilteredActions( DWORD grfKeyState, DWORD dwEffect) in getFilteredActions()
H A Dtarget.hxx72 friend DWORD WINAPI DndTargetOleSTAFunc(LPVOID pParams);
80 DWORD m_threadIdWindow;
83 DWORD m_threadIdTarget;
90 DWORD m_oleThreadId;
158 /* [in] */ DWORD grfKeyState,
160 /* [out][in] */ DWORD *pdwEffect);
163 /* [in] */ DWORD grfKeyState,
165 /* [out][in] */ DWORD *pdwEffect);
171 /* [in] */ DWORD grfKeyState,
173 /* [out][in] */ DWORD *pdwEffect);
[all …]
/trunk/main/dtrans/source/win32/dtobj/
H A DAPNDataObject.cxx192 STDMETHODIMP CAPNDataObject::EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc ) in EnumFormatEtc()
287 …HODIMP CAPNDataObject::DAdvise( LPFORMATETC pFormatetc, DWORD advf, LPADVISESINK pAdvSink, DWORD *… in DAdvise()
306 STDMETHODIMP CAPNDataObject::DUnadvise( DWORD dwConnection ) in DUnadvise()
H A DAPNDataObject.hxx63 STDMETHODIMP EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC** ppenumFormatetc );
64 …STDMETHODIMP DAdvise( LPFORMATETC pFormatetc, DWORD advf, LPADVISESINK pAdvSink, DWORD* pdwConnect…
65 STDMETHODIMP DUnadvise( DWORD dwConnection );
H A DDTransHelper.cxx204 DWORD dwSize = 0; in memSize()
H A DFetc.cxx69 CFormatEtc::CFormatEtc( CLIPFORMAT cf, DWORD tymed, DVTARGETDEVICE* ptd, DWORD dwAspect, LONG linde… in CFormatEtc()
154 DWORD CFormatEtc::getTymed( ) const in getTymed()
178 DWORD CFormatEtc::getDvAspect( ) const in getDvAspect()
205 void CFormatEtc::setTymed( DWORD tymed ) in setTymed()
224 void CFormatEtc::setDvAspect( DWORD dwAspect ) in setDvAspect()
H A DFetc.hxx54 …CFormatEtc( CLIPFORMAT cf, DWORD tymed = TYMED_HGLOBAL, DVTARGETDEVICE* ptd = NULL, DWORD dwAspect…
66 DWORD getTymed( ) const;
68 DWORD getDvAspect( ) const;
72 void setTymed( DWORD tymed );
74 void setDvAspect( DWORD dwAspect );

Completed in 81 milliseconds

12345678910>>...13