/aoo41x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 397 if ( dwResult && dwResult < elementsof(szBuffer) ) in ReadFromEnvironment() 402 if ( dwResult && dwResult < elementsof(szBuffer) ) in ReadFromEnvironment() 407 if ( dwResult && dwResult < elementsof(szBuffer) ) in ReadFromEnvironment() 415 if ( dwResult && dwResult < elementsof(szBuffer) ) in ReadFromEnvironment() 427 if ( dwResult && dwResult < elementsof(szBuffer) ) in ReadFromEnvironment() 433 if ( dwResult && dwResult < elementsof(szBuffer) ) in ReadFromEnvironment() 951 for ( ; i < elementsof(buf); i++ ) in PreviewDialogProc() 2334 elementsof(szBuffer), in ReadBootstrapParams() 2362 g_szBuildId, elementsof(g_szBuildId), in ReadBootstrapParams() 2371 szReportPort, elementsof(szReportPort), in ReadBootstrapParams() [all …]
|
/aoo41x/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()
|
/aoo41x/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() 255 const int NumSupportedSignals = elementsof(SupportedSignals); in ParseCommandArgs() 400 DWORD nProcesses = elementsof(dwProcessIds); in _tmain()
|
/aoo41x/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | respintest.cxx | 109 elementsof(szValue), in GetUserInstallMode() 131 elementsof(szValue), in GetUserInstallMode() 172 elementsof(szValue), in GetUserInstallMode() 196 elementsof(szValue), in GetUserInstallMode()
|
H A D | checkrunningofficelanguagepack.cxx | 63 _vsntprintf( buffer, elementsof(buffer), pFormat, args ); in OutputDebugStringFormat() 125 …DWORD dwBufLen = GetPrivateProfileSectionA( RENAME_SECTION, szBuffer, elementsof(szBuffer), WININI… in MoveFileEx9x() 133 if ( dwBufLen + lnRename + 2 <= elementsof(szBuffer) ) in MoveFileEx9x()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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), WININI… in MoveFileEx9x() 133 if ( dwBufLen + lnRename + 2 <= elementsof(szBuffer) ) in MoveFileEx9x()
|
/aoo41x/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()
|
/aoo41x/main/sal/systools/win32/uwinapi/ |
H A D | MoveFileExA.cpp | 48 …DWORD dwBufLen = GetPrivateProfileSectionA( RENAME_SECTION, szBuffer, elementsof(szBuffer), WININI… 56 if ( dwBufLen + lnRename + 2 <= elementsof(szBuffer) )
|
/aoo41x/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), WININI… in MoveFileEx9x() 202 if ( dwBufLen + lnRename + 2 <= elementsof(szBuffer) ) in MoveFileEx9x() 736 elementsof(szProductCode), in SetFeatureState()
|
/aoo41x/main/svx/source/dialog/ |
H A D | sendreportw32.cxx | 197 GetTempPath( elementsof(szTempPath), szTempPath ); in SendReport() 224 sntprintf( szBuffer, elementsof(szBuffer), in SendReport()
|
/aoo41x/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()
|
/aoo41x/main/sal/inc/systools/win32/ |
H A D | uwinapi.h | 103 #define elementsof(buf) (sizeof(buf) / sizeof((buf)[0])) macro
|
/aoo41x/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 );
|
/aoo41x/main/sal/osl/w32/ |
H A D | signal.cxx | 187 sntprintf( szBuffer, elementsof(szBuffer), in ReportCrash()
|
H A D | security.c | 755 DWORD lSize = elementsof(PathA); in GetSpecialFolder()
|