Home
last modified time | relevance | path

Searched refs:DWORD (Results 1 – 25 of 324) sorted by path

12345678910>>...13

/trunk/main/avmedia/source/win/
H A Dplayer.cxx280 mpWndClass->cbWndExtra = sizeof( DWORD ); in start()
297 ::SetWindowLong( (HWND) mnFrameWnd, 0, (DWORD) this ); in start()
H A Dwindow.cxx187 s_pWndClass->cbWndExtra = sizeof( DWORD ); in lcl_getWndClass()
345 ::SetWindowLong( (HWND) mnFrameWnd, 0, (DWORD) this ); in create()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx2972 DWORD nRealFlags = GetFileAttributes (aByteStrFullPath.GetBuffer()); in RTLFUNC()
4378 if (!SetFileAttributes (aByteFile.GetBuffer(),(DWORD)nFlags)) in RTLFUNC()
H A Dwnt-mingw.s41 $1: call DWORD PTR [ebp+8]
H A Dwnt.asm41 $1: call DWORD PTR [ebp+8]
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Ddllinit.cxx36 extern "C" BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved) in DllMain()
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Ddllinit.cxx38 extern "C" BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved) in DllMain()
H A Dexcept.cxx206 DWORD old_protect; in operator new()
487 DWORD arFilterArgs[3]; in msci_raiseException()
489 arFilterArgs[1] = (DWORD)pCppExc; in msci_raiseException()
490 arFilterArgs[2] = (DWORD)ExceptionInfos::getRaiseInfo( pTypeDescr ); in msci_raiseException()
551 if (types != 0 && *reinterpret_cast< DWORD * >( types ) > 0) // count in msci_filterCppException()
554 reinterpret_cast< DWORD * >( types ) + 1 ); in msci_filterCppException()
H A Dmsci.hxx38 const DWORD MSVC_ExceptionCode = 0xe06d7363;
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Ddllinit.cxx38 extern "C" BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved) in DllMain()
H A Dexcept.cxx365 DWORD old_protect; in RaiseInfo()
H A Dmscx.hxx38 const DWORD MSVC_ExceptionCode = 0xe06d7363;
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx141 const DWORD dwSrcFlags = DDLOCK_NOSYSLOCK| in doBlit()
154 const DWORD dwDstFlags = DDLOCK_NOSYSLOCK| in doBlit()
1580 DWORD nTotal, nFree; in getAvailableSurfaceMem()
1614 DWORD nTotal, nFree; in getAvailableTextureMem()
H A Ddx_9rm.cxx121 const DWORD dwFlags(0x00000002); in MonitorFromWindow()
127 typedef HMONITOR (WINAPI *fMonitorFromWindow )( HWND hwnd, DWORD dwFlags );
254 DWORD diffuse;
626 DWORD aFVF(D3DFVF_XYZRHW|D3DFVF_DIFFUSE|D3DFVF_TEX1); in DXRenderModule()
963 DWORD aFVF(D3DFVF_XYZRHW|D3DFVF_DIFFUSE|D3DFVF_TEX1); in flip()
1299 DWORD dwLockFlags(D3DLOCK_NOOVERWRITE); in flushVertexCache()
H A Ddx_surfacebitmap.cxx94 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_READONLY; in lock()
355 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_READONLY; in getBitmap()
552 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_READONLY; in getData()
634 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_WRITEONLY; in setData()
714 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_WRITEONLY; in setPixel()
772 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_READONLY; in getPixel()
H A Ddx_vcltools.cxx91 const BYTE* pBits = (BYTE*) pBI + *(DWORD*)pBI + in drawDIBits()
/trunk/main/cli_ure/source/native/
H A Dnative_bootstrap.cxx77 DWORD type; in getPathFromRegistryKey()
79 DWORD size; in getPathFromRegistryKey()
122 DWORD cChars = GetEnvironmentVariable(UNO_PATH, NULL, 0); in getInstallPath()
168 DWORD cChars = GetEnvironmentVariable(L"PATH", sEnvPath, 0); in extendPath()
H A Dpath.cxx118 DWORD n; in resolveLink()
127 for (DWORD i = 0; i < n;) { in resolveLink()
/trunk/main/cppuhelper/source/
H A Dfindsofficepath.c48 DWORD type; in getPathFromRegistryKey()
50 DWORD size; in getPathFromRegistryKey()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp101 DWORD g_dwExceptionCode = 0;
309 DWORD dwProxyPort; in ReadFromRegistry()
364 sizeof(DWORD) ); in WriteToRegistry()
371 sizeof(DWORD) ); in WriteToRegistry()
379 sizeof(DWORD) ); in WriteToRegistry()
462 IN DWORD ProcessId,
1991 DWORD dwProcessId = 0; in FindProcessForImage()
1992 DWORD aProcesses[1024]; in FindProcessForImage()
1993 DWORD dwSize = 0; in FindProcessForImage()
2192 DWORD dwBytesWritten; in WriteCommentFile()
[all …]
/trunk/main/cui/source/dialogs/
H A Dwinpluginlib.cxx84 DWORD dType = REG_SZ; in lc_isInstalled()
85 DWORD dSize = SO_PATH_SIZE; in lc_isInstalled()
153 DWORD sState; in lc_installPlugin()
/trunk/main/dbaccess/win32/source/odbcconfig/
H A Dodbcconfig.cxx57 DWORD dwError = GetLastError(); in displayLastError()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx479 DWORD nWrittenChars = 0; in writeConsoleWithStream()
549 DWORD dwRead = 0; in readConsole()
/trunk/main/desktop/win32/source/applauncher/
H A Dlauncher.cxx119 DWORD dwError = GetLastError(); in WinMain()
/trunk/main/desktop/win32/source/
H A Dextendloaderenvironment.cxx120 DWORD n = GetEnvironmentVariableW(L"PATH", env, maxEnv); in extendLoaderEnvironment()
170 for (DWORD i = 0; i <= n; ++i) { in extendLoaderEnvironment()

Completed in 120 milliseconds

12345678910>>...13