| /trunk/main/crashrep/source/win32/ |
| H A D | soreport.cpp | 153 if ( GetTempPath( elementsof(szTempPath), szTempPath ) ) in _tmpfile() 395 …lt = GetEnvironmentVariable( TEXT("ERRORREPORT_HTTPPROXYSERVER"), szBuffer, elementsof(szBuffer) ); in ReadFromEnvironment() 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() [all …]
|
| /trunk/main/setup_native/source/win32/stwrapper/ |
| H A D | stwrapper.cxx | 36 #define elementsof(buf) (sizeof(buf) / sizeof(buf[0])) macro 304 SafeCopy( szInstanceURN, lpArgs[i], elementsof( szInstanceURN )); in _tWinMain() 312 SafeCopy( szTargetURN, lpArgs[i], elementsof( szTargetURN )); in _tWinMain() 319 SafeCopy( szProductName, lpArgs[i], elementsof( szProductName )); in _tWinMain() 326 SafeCopy( szProductVersion, lpArgs[i], elementsof( szProductVersion )); in _tWinMain() 333 … SafeCopy( szParentProductName, lpArgs[i], elementsof( szParentProductName )); in _tWinMain() 340 SafeCopy( szProductSource, lpArgs[i], elementsof( szProductSource )); in _tWinMain()
|
| /trunk/main/sal/systools/win32/kill/ |
| H A D | kill.cxx | 67 #define elementsof( a ) (sizeof(a) / sizeof( (a)[0] )) macro 89 … if ( GetModuleBaseName( GetCurrentProcess(), hModule, szBaseName, elementsof(szBaseName) ) ) in GetProcAddressEx() 103 … hProcess, ahModules[n], szRemoteBaseName, elementsof(szRemoteBaseName) ) && in GetProcAddressEx() 276 const int NumSupportedSignals = elementsof(SupportedSignals); in ParseCommandArgs() 421 DWORD nProcesses = elementsof(dwProcessIds); in _tmain()
|
| /trunk/main/setup_native/source/win32/customactions/languagepacks/ |
| H A D | respintest.cxx | 107 elementsof(szValue), in GetUserInstallMode() 129 elementsof(szValue), in GetUserInstallMode() 170 elementsof(szValue), in GetUserInstallMode() 194 elementsof(szValue), in GetUserInstallMode()
|
| H A D | checkrunningofficelanguagepack.cxx | 61 _vsntprintf( buffer, elementsof(buffer), pFormat, args ); in OutputDebugStringFormat() 123 …DWORD dwBufLen = GetPrivateProfileSectionA( RENAME_SECTION, szBuffer, elementsof(szBuffer), WINI… in MoveFileEx9x() 131 if ( dwBufLen + lnRename + 2 <= elementsof(szBuffer) ) in MoveFileEx9x()
|
| /trunk/main/desktop/win32/source/officeloader/ |
| H A D | officeloader.cxx | 227 elementsof(szKey), in WinMain() 255 _tcsncpy( szPipeName, PIPE_PREFIX, elementsof(szPipeName) ); in WinMain() 256 … _tcsncat( szPipeName, szUserIdent, elementsof(szPipeName) - _tcslen(szPipeName) - 1 ); in WinMain() 257 … _tcsncat( szPipeName, PIPE_POSTFIX, elementsof(szPipeName) - _tcslen(szPipeName) - 1 ); in WinMain() 258 …_tcsncat( szPipeName, _ultot( SUPD, szSUPD, 10), elementsof(szPipeName) - _tcslen(szPipeName) - 1 … in WinMain()
|
| /trunk/main/filter/source/placeware/ |
| H A D | tempfile.cxx | 86 #define elementsof(arr) (sizeof(arr)/sizeof(arr[0])) macro 92 DWORD nBufferLength = elementsof(szBuffer) - 1; in my_getTempDirURL() 99 nLength = GetTempPathW( elementsof(szBuffer), lpBuffer ); in my_getTempDirURL()
|
| /trunk/main/setup_native/source/win32/customactions/shellextensions/ |
| H A D | checkrunningoffice.cxx | 63 _vsntprintf( buffer, elementsof(buffer), pFormat, args ); in OutputDebugStringFormat() 125 …DWORD dwBufLen = GetPrivateProfileSectionA( RENAME_SECTION, szBuffer, elementsof(szBuffer), WINI… in MoveFileEx9x() 133 if ( dwBufLen + lnRename + 2 <= elementsof(szBuffer) ) in MoveFileEx9x()
|
| /trunk/main/sal/systools/win32/onlineupdate/ |
| H A D | onlinecheck.cxx | 44 #define elementsof(a) (sizeof(a)/sizeof((a)[0])) macro 64 elementsof(szConnectionName), in hasInternetConnection()
|
| /trunk/main/setup_native/source/win32/customactions/patch/ |
| H A D | swappatchfiles.cxx | 63 _vsntprintf( buffer, elementsof(buffer), pFormat, args ); in OutputDebugStringFormat() 194 …DWORD dwBufLen = GetPrivateProfileSectionA( RENAME_SECTION, szBuffer, elementsof(szBuffer), WINI… in MoveFileEx9x() 202 if ( dwBufLen + lnRename + 2 <= elementsof(szBuffer) ) in MoveFileEx9x() 736 elementsof(szProductCode), in SetFeatureState()
|
| /trunk/main/sal/systools/win32/uwinapi/ |
| H A D | MoveFileExA.cpp | 48 …DWORD dwBufLen = GetPrivateProfileSectionA( RENAME_SECTION, szBuffer, elementsof(szBuffer), WINI… 56 if ( dwBufLen + lnRename + 2 <= elementsof(szBuffer) )
|
| /trunk/main/svx/source/dialog/ |
| H A D | sendreportw32.cxx | 197 GetTempPath( elementsof(szTempPath), szTempPath ); in SendReport() 224 sntprintf( szBuffer, elementsof(szBuffer), in SendReport()
|
| /trunk/main/desktop/win32/source/QuickStart/ |
| H A D | QuickStart.cpp | 125 nid.szTip[elementsof(nid.szTip) - 1] = 0; in NotifyListener() 129 strncpy(nid.szTip, szTooltipString, elementsof(nid.szTip) - 1); in NotifyListener()
|
| /trunk/main/sal/inc/systools/win32/ |
| H A D | uwinapi.h | 103 #define elementsof(buf) (sizeof(buf) / sizeof((buf)[0])) macro
|
| /trunk/main/desktop/win32/source/guistdio/ |
| H A D | guistdio.inc | 409 dwWaitResult = WaitForMultipleObjects( elementsof(hObjects), hObjects, TRUE, INFINITE ); 415 … dwWaitResult = WaitForMultipleObjects( elementsof(hObjects), hObjects, FALSE, INFINITE );
|
| /trunk/main/sal/osl/w32/ |
| H A D | signal.cxx | 202 sntprintf( szBuffer, elementsof(szBuffer), in ReportCrash()
|
| H A D | security.c | 755 DWORD lSize = elementsof(PathA); in GetSpecialFolder()
|