Home
last modified time | relevance | path

Searched refs:elementsof (Results 1 – 17 of 17) sorted by relevance

/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp397 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 …]
/trunk/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx36 #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 Dkill.cxx67 #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 Drespintest.cxx109 elementsof(szValue), in GetUserInstallMode()
131 elementsof(szValue), in GetUserInstallMode()
172 elementsof(szValue), in GetUserInstallMode()
196 elementsof(szValue), in GetUserInstallMode()
H A Dcheckrunningofficelanguagepack.cxx63 _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()
/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx227 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 Dtempfile.cxx86 #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 Dcheckrunningoffice.cxx63 _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()
/trunk/main/sal/systools/win32/onlineupdate/
H A Donlinecheck.cxx44 #define elementsof(a) (sizeof(a)/sizeof((a)[0])) macro
64 elementsof(szConnectionName), in hasInternetConnection()
/trunk/main/sal/systools/win32/uwinapi/
H A DMoveFileExA.cpp48 …DWORD dwBufLen = GetPrivateProfileSectionA( RENAME_SECTION, szBuffer, elementsof(szBuffer), WININI…
56 if ( dwBufLen + lnRename + 2 <= elementsof(szBuffer) )
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx63 _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()
/trunk/main/svx/source/dialog/
H A Dsendreportw32.cxx197 GetTempPath( elementsof(szTempPath), szTempPath ); in SendReport()
224 sntprintf( szBuffer, elementsof(szBuffer), in SendReport()
/trunk/main/desktop/win32/source/QuickStart/
H A DQuickStart.cpp125 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 Duwinapi.h103 #define elementsof(buf) (sizeof(buf) / sizeof((buf)[0])) macro
/trunk/main/desktop/win32/source/guistdio/
H A Dguistdio.inc409 dwWaitResult = WaitForMultipleObjects( elementsof(hObjects), hObjects, TRUE, INFINITE );
415 dwWaitResult = WaitForMultipleObjects( elementsof(hObjects), hObjects, FALSE, INFINITE );
/trunk/main/sal/osl/w32/
H A Dsignal.cxx187 sntprintf( szBuffer, elementsof(szBuffer), in ReportCrash()
H A Dsecurity.c755 DWORD lSize = elementsof(PathA); in GetSpecialFolder()

Completed in 92 milliseconds