| /AOO42X/main/setup_native/source/win32/customactions/quickstarter/ |
| H A D | quickstarter.cxx | 43 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetOfficeInstallationPath() 61 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetOfficeProductName() 79 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetQuickstarterLinkName() 88 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetQuickstarterLinkName()
|
| /AOO42X/main/setup_native/source/win32/customactions/shellextensions/ |
| H A D | upgrade.cxx | 73 char* buff = reinterpret_cast<char*>(_alloca(str.length())); in Invert() 127 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 162 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(lLongestSubKey + 1)); in RegistryKeyHasUpgradeSubKey()
|
| H A D | checkdirectory.cxx | 62 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
|
| H A D | checkpatches.cxx | 79 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
|
| H A D | startmenuicon.cxx | 57 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
|
| H A D | copyextensiondata.cxx | 64 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
|
| H A D | migrateinstallpath.cxx | 59 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
|
| H A D | postuninstall.cxx | 57 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
|
| /AOO42X/main/setup_native/source/win32/customactions/reg4msdoc/ |
| H A D | stringconverter.cxx | 43 char* buff = reinterpret_cast<char*>(_alloca(len)); in UnicodeToAnsiString() 58 wchar_t* buff = reinterpret_cast<wchar_t*>(_alloca(len * sizeof(wchar_t))); in AnsiToUnicodeString()
|
| H A D | msihelper.cxx | 37 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetMsiProp()
|
| /AOO42X/main/sal/inc/systools/win32/ |
| H A D | StrConvert.h | 64 mbStr = _alloca( needed * sizeof( CHAR ) ); \ 111 mbList = _alloca( needed * sizeof( CHAR ) ); \
|
| /AOO42X/main/shell/source/all/zipfile/ |
| H A D | zipfile.cxx | 38 #define _alloca alloca macro 186 char* szFileName = reinterpret_cast<char*>(_alloca(lmax)); in GetDirectory()
|
| /AOO42X/main/sal/osl/w32/ |
| H A D | tempfile.cxx | 43 #define STACK_ALLOC(p, t, n) (p) = reinterpret_cast<t*>(_alloca((n)*sizeof(t))); 45 #define STACK_ALLOC(p, t, n) __try {(p) = reinterpret_cast<t*>(_alloca((n)*sizeof(t)));} \
|
| H A D | signal.cxx | 183 lpVariable = reinterpret_cast< CHAR* >( _alloca( variable_len + 1 ) ); in ReportCrash() 187 lpValue = reinterpret_cast< CHAR* >( _alloca( value_len + 1) ); in ReportCrash()
|
| /AOO42X/main/sal/systools/win32/uwinapi/ |
| H A D | Uwinapi.h | 84 lpStrA = (LPSTR)_alloca( cNeeded * sizeof(CHAR) ); \ 95 LPSTR lpStr##A = lpStr##W ? (LPSTR)_alloca( (cchBuffer) * sizeof(CHAR) ) : NULL;
|
| H A D | macros.h | 74 lpStrA = (LPSTR)_alloca( cNeeded * sizeof(CHAR) ); \ 85 LPSTR lpStr##A = lpStr##W ? (LPSTR)_alloca( (cchBuffer) * sizeof(CHAR) ) : NULL;
|
| H A D | PathCompactPathExW.cpp | 38 char* pOutA = (LPSTR)_alloca( cchMax * sizeof(CHAR) );
|
| H A D | DrawStateW.cpp | 53 lpTextA = (LPSTR)_alloca( cchNeeded * sizeof(CHAR) );
|
| H A D | GetLongPathName.cpp | 80 LPTSTR lpParentPath = (LPTSTR)_alloca( (nParentLen + 1) * sizeof(TCHAR) );
|
| /AOO42X/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
| H A D | reg4allmsi.cxx | 181 lpSubKey = reinterpret_cast<CHAR*>( _alloca( nMaxSubKeyLen*sizeof(CHAR) ) ); in DeleteSubKeyTree() 274 LPSTR buff = reinterpret_cast<LPSTR>(_alloca(nbytes)); in GetMsiProp()
|
| /AOO42X/main/desktop/win32/source/officeloader/ |
| H A D | officeloader.cxx | 245 PVOID pTokenInfo = _alloca(dwTokenLength); in WinMain() 298 char *pBuffer = (char *)_alloca( sizeof(PIPE_TERMINATION_SEQUENCE) ); in WinMain()
|
| /AOO42X/main/shell/source/win32/shlxthandler/util/ |
| H A D | utilities.cxx | 48 _alloca(len * sizeof(wchar_t))); in StringToWString() 65 _alloca(len * sizeof(char))); in WStringToString()
|
| H A D | registry.cxx | 107 _alloca(nMaxSubKeyLen*sizeof(char))); in DeleteRegistryKey()
|
| /AOO42X/main/setup_native/source/win32/customactions/patch/ |
| H A D | swappatchfiles.cxx | 81 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 114 char* buff = reinterpret_cast<char*>(_alloca(str.length())); in Invert()
|
| /AOO42X/main/desktop/win32/source/applauncher/ |
| H A D | launcher.cxx | 72 …lpCommandLine = (LPTSTR)_alloca( sizeof(_TCHAR) * (_tcslen(lpCommandLine) + _tcslen(APPLICATION_SW… in WinMain()
|