/aoo4110/main/sal/systools/win32/uwinapi/ |
H A D | GetLongPathName.cpp | 26 DWORD dwResult = 0; // Assume failure variable 31 return dwResult; 41 dwResult = _tcslen( lpLongPath ); 85 dwResult = GetLongPathName( lpParentPath, lpLongPath, cchBuffer ); 87 if ( !dwResult ) 93 dwResult = _tcslen( lpLongPath ); 96 if ( dwResult < cchBuffer ) 100 dwResult = _tcslen( lpLongPath ); 103 dwResult += _tcslen( aFindFileData.cFileName ) + 1; 107 return dwResult;
|
H A D | GetLogicalDriveStringsW.cpp | 30 DWORD dwResult = GetLogicalDriveStringsA( cchBuffer, lpBufferA ); variable 33 if ( dwResult && dwResult < cchBuffer ) 34 STRBUF2WSTR( lpBuffer, (int) (dwResult + 1), (int) cchBuffer ); 36 return dwResult;
|
H A D | GetLongPathNameW.cpp | 35 DWORD dwResult = GetLongPathNameA( lpShortPathA, lpLongPathA, cchBuffer ); in GetLongPathNameW_NT() local 37 if ( dwResult && dwResult < cchBuffer ) in GetLongPathNameW_NT() 40 return dwResult; in GetLongPathNameW_NT()
|
H A D | GetModuleFileNameExA.cpp | 35 DWORD dwResult = 0; variable 60 dwResult = _tcslen( me.szExePath ); 62 if ( dwResult > nSize && nSize > 0 ) 72 return dwResult;
|
H A D | GetUserDomain_WINDOWS.cpp | 27 DWORD dwResult = 0; variable 53 dwResult = dwBufferSize / sizeof(TCHAR); 68 dwResult = dwBufferSize / sizeof(TCHAR); 74 return dwResult;
|
H A D | CommandLineToArgvW.cpp | 85 DWORD dwResult = GetModuleFileNameA( NULL, szFileName, MAX_PATH ); variable 87 if ( dwResult && dwResult < MAX_PATH )
|
/aoo4110/main/dtrans/source/win32/mtaole/ |
H A D | MtaOleClipb.cxx | 129 DWORD dwResult = in wait() local 132 switch (dwResult) in wait() 325 sal_uInt32 dwResult = WaitForSingleObject( in ~CMtaOleClipboard() local 347 dwResult = WaitForSingleObject( m_hOleThread, MAX_WAIT_SHUTDOWN ); in ~CMtaOleClipboard() 348 OSL_ENSURE( dwResult == WAIT_OBJECT_0, "OleThread could not terminate" ); in ~CMtaOleClipboard() 588 DWORD dwResult; in onChangeCBChain() local 596 &dwResult ); in onChangeCBChain() 623 DWORD dwResult; in onDrawClipboard() local 631 &dwResult ); in onDrawClipboard() 882 DWORD dwResult = WaitForSingleObject( in WaitForThreadReady() local [all …]
|
/aoo4110/main/sal/osl/w32/ |
H A D | file_url.cxx | 991 DWORD dwResult; in osl_searchFileURL() local 998 dwResult = MAX_PATH; in osl_searchFileURL() 1008 nBufferLength = dwResult + 1; in osl_searchFileURL() 1013 …dwResult = SearchPath( lpszSearchPath, lpszSearchFile, NULL, nBufferLength, lpBuffer, &lpszFilePar… in osl_searchFileURL() 1014 } while ( dwResult && dwResult >= nBufferLength ); in osl_searchFileURL() 1019 if ( dwResult ) in osl_searchFileURL() 1079 DWORD dwResult; in osl_getAbsoluteFileURL() local 1096 …dwResult = GetFullPathNameW( reinterpret_cast<LPCWSTR>(ustrRelSysPath->buffer), aBuffer.getBufSize… in osl_getAbsoluteFileURL() 1105 if ( dwResult ) in osl_getAbsoluteFileURL() 1107 if ( dwResult >= aBuffer.getBufSizeInSymbols() ) in osl_getAbsoluteFileURL()
|
H A D | process.cxx | 284 DWORD dwResult = 0; in osl_createCommandArgs_Impl() local 286 dwResult = SearchPath ( in osl_createCommandArgs_Impl() 288 if ((0 < dwResult) && (dwResult < aBuffer.getBufSizeInSymbols())) in osl_createCommandArgs_Impl() 292 &(ppArgs[0]), aBuffer, dwResult); in osl_createCommandArgs_Impl()
|
H A D | dllentry.c | 338 …DWORD dwResult = GetEnvironmentVariable( "ATTACHED_PARENT_PROCESSID", szBuffer, sizeof(szBuffer)… local 340 if ( dwResult && dwResult < sizeof(szBuffer) )
|
H A D | file_dirvol.cxx | 1576 DWORD dwResult = WNetGetConnection( cDrive, szBuffer, &dwBufsize ); in osl_getDriveInfo() local 1577 if ( NO_ERROR == dwResult ) in osl_getDriveInfo()
|
/aoo4110/main/svl/source/svdde/ |
H A D | ddewrap.cxx | 64 DWORD dwResult; in DdeQueryStringW_9x() local 69 dwResult = DdeQueryStringA( idInst, hsz, pszANSIString, cchMax, CP_WINANSI ); in DdeQueryStringW_9x() 71 if ( dwResult && pszANSIString ) in DdeQueryStringW_9x() 77 return dwResult; in DdeQueryStringW_9x()
|
/aoo4110/main/crashrep/source/win32/ |
H A D | soreport.cpp | 397 if ( dwResult && dwResult < elementsof(szBuffer) ) in ReadFromEnvironment() 400 …dwResult = GetEnvironmentVariable( TEXT("ERRORREPORT_HTTPPROXYPORT"), szBuffer, elementsof(szBuffe… in ReadFromEnvironment() 402 if ( dwResult && dwResult < elementsof(szBuffer) ) in ReadFromEnvironment() 405 …dwResult = GetEnvironmentVariable( TEXT("ERRORREPORT_RETURNADDRESS"), szBuffer, elementsof(szBuffe… in ReadFromEnvironment() 407 if ( dwResult && dwResult < elementsof(szBuffer) ) in ReadFromEnvironment() 413 …dwResult = GetEnvironmentVariable( TEXT("ERRORREPORT_HTTPCONNECTIONTYPE"), szBuffer, elementsof(sz… in ReadFromEnvironment() 415 if ( dwResult && dwResult < elementsof(szBuffer) ) in ReadFromEnvironment() 425 dwResult = GetEnvironmentVariable( TEXT("ERRORREPORT_SUBJECT"), szBuffer, elementsof(szBuffer) ); in ReadFromEnvironment() 427 if ( dwResult && dwResult < elementsof(szBuffer) ) in ReadFromEnvironment() 431 dwResult = GetEnvironmentVariable( TEXT("ERRORREPORT_BODYFILE"), szBuffer, elementsof(szBuffer) ); in ReadFromEnvironment() [all …]
|
/aoo4110/main/framework/source/fwi/helper/ |
H A D | networkdomain.cxx | 62 DWORD dwResult = 0; in GetUserDomainW_WINDOWS() local 88 dwResult = dwBufferSize / sizeof(TCHAR); in GetUserDomainW_WINDOWS() 103 dwResult = dwBufferSize / sizeof(TCHAR); in GetUserDomainW_WINDOWS() 109 return dwResult; in GetUserDomainW_WINDOWS()
|
/aoo4110/main/fpicker/source/win32/folderpicker/ |
H A D | MtaFop.cxx | 219 sal_uInt32 dwResult = WaitForSingleObject( m_hStaThread, MAX_WAITTIME ); in ~CMtaFolderPicker() local 220 OSL_ENSURE( dwResult == WAIT_OBJECT_0, "sta thread could not terminate" ); in ~CMtaFolderPicker() 224 if ( WAIT_OBJECT_0 != dwResult ) in ~CMtaFolderPicker() 277 DWORD dwResult = MsgWaitForMultipleObjects( in browseForFolder() local 280 switch ( dwResult ) in browseForFolder()
|
/aoo4110/main/dtrans/source/win32/workbench/ |
H A D | testmarshal.cxx | 203 DWORD dwResult = WaitForMultipleObjects( in main() local 209 if ( WAIT_OBJECT_0 == dwResult ) in main()
|