| /AOO41X/main/desktop/win32/source/setup/ |
| H A D | setup.hxx | 29 LPTSTR m_pTransform; 31 LanguageData( LPTSTR pData ); 47 LPTSTR m_pAppTitle; 48 LPTSTR m_pCmdLine; 49 LPTSTR m_pDatabase; 50 LPTSTR m_pReqVersion; 51 LPTSTR m_pProductName; 52 LPTSTR m_pAdvertise; 53 LPTSTR m_pTmpName; 54 LPTSTR m_pErrorText; [all …]
|
| H A D | setup.cpp | 275 DWORD& rSize, LPTSTR *pRetBuf ) in GetProfileSection() 327 LPTSTR pRetBuf = NULL; in ReadProfile() 335 LPTSTR pTmpFile = CopyIniFile( sProfilePath ); in ReadProfile() 350 LPTSTR pCurLine = pRetBuf; in ReadProfile() 353 LPTSTR pName = 0; in ReadProfile() 354 LPTSTR pValue = 0; in ReadProfile() 408 LPTSTR pName = 0; in ReadProfile() 409 LPTSTR pValue = 0; in ReadProfile() 410 LPTSTR pCurLine = pRetBuf; in ReadProfile() 411 LPTSTR pLastChar; in ReadProfile() [all …]
|
| H A D | aoo_msi.cxx | 115 LPTSTR lpValueBuf, 119 LPTSTR lpValueBuf, in aoo_MsiGetPatchInfo() 187 LPTSTR szValueBuf, 194 LPTSTR szValueBuf, in aoo_MsiSummaryInfoGetProperty()
|
| H A D | aoo_msi.hxx | 46 LPTSTR lpValueBuf, 61 LPTSTR szValueBuf,
|
| /AOO41X/main/xmerge/source/activesync/ |
| H A D | XMergeFilter.h | 113 static const LPTSTR m_pszPSWExportCLSID; 114 static const LPTSTR m_pszPSWExportExt; 115 static const LPTSTR m_pszPSWExportDesc; 116 static const LPTSTR m_pszPSWExportShortDesc; 118 static const LPTSTR m_pszPSWImportCLSID; 119 static const LPTSTR m_pszPSWImportExt; 120 static const LPTSTR m_pszPSWImportDesc; 121 static const LPTSTR m_pszPSWImportShortDesc; 123 static const LPTSTR m_pszPXLExportCLSID; 124 static const LPTSTR m_pszPXLExportExt; [all …]
|
| H A D | XMergeFilter.cpp | 39 const LPTSTR CXMergeFilter::m_pszPSWExportCLSID = _T("{BDD611C3-7BAB-460F-8711-5B9AC9EF6020}"); 40 const LPTSTR CXMergeFilter::m_pszPSWExportExt = _T("sxw"); 41 const LPTSTR CXMergeFilter::m_pszPSWExportDesc = _T("OpenOffice.org XML Writer Document"); 42 const LPTSTR CXMergeFilter::m_pszPSWExportShortDesc = _T("OpenOffice.org XML Writer"); 44 const LPTSTR CXMergeFilter::m_pszPSWImportCLSID = _T("{CB43F086-838D-4FA4-B5F6-3406B9A57439}"); 45 const LPTSTR CXMergeFilter::m_pszPSWImportExt = _T("psw"); 46 const LPTSTR CXMergeFilter::m_pszPSWImportDesc = _T("Pocket Word Document - Pocket PC"); 47 const LPTSTR CXMergeFilter::m_pszPSWImportShortDesc = _T("Pocket Word"); 49 const LPTSTR CXMergeFilter::m_pszPXLExportCLSID = _T("{C6AB3E74-9F4F-4370-8120-A8A6FABB7A7C}"); 50 const LPTSTR CXMergeFilter::m_pszPXLExportExt = _T("sxc"); [all …]
|
| /AOO41X/main/setup_native/source/win32/customactions/quickstarter/ |
| H A D | quickstarter.cxx | 37 LPTSTR dummy = TEXT(""); in GetOfficeInstallationPath() 43 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetOfficeInstallationPath() 55 LPTSTR dummy = TEXT(""); in GetOfficeProductName() 61 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetOfficeProductName() 73 LPTSTR dummy = TEXT(""); in GetQuickstarterLinkName() 79 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetQuickstarterLinkName() 88 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetQuickstarterLinkName()
|
| /AOO41X/main/sal/osl/w32/ |
| H A D | file_url.cxx | 401 static sal_Int32 PathRemoveFileSpec(LPTSTR lpPath, LPTSTR lpFileName, sal_Int32 nFileBufLen ) in PathRemoveFileSpec() 408 LPTSTR lpLastBkSlash = _tcsrchr( lpPath, '\\' ); in PathRemoveFileSpec() 409 LPTSTR lpLastSlash = _tcsrchr( lpPath, '/' ); in PathRemoveFileSpec() 410 LPTSTR lpLastDelimiter = lpLastSlash > lpLastBkSlash ? lpLastSlash : lpLastBkSlash; in PathRemoveFileSpec() 438 static LPTSTR PathAddBackslash(LPTSTR lpPath, sal_Int32 nBufLen) in PathAddBackslash() 440 LPTSTR lpEndPath = NULL; in PathAddBackslash() 459 LPTSTR lpszPath, // path buffer to convert in GetCaseCorrectPathNameEx() 546 LPTSTR lpszLongPath, // path buffer in GetCaseCorrectPathName() 777 … ::osl::mingw_reinterpret_cast<LPTSTR>(aBuf), in _osl_getSystemPathFromFileURL() 992 LPTSTR lpBuffer = NULL; in osl_searchFileURL() [all …]
|
| H A D | pipeimpl.cxx | 138 LPTSTR m_lpName; 156 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_… in CreatePipeDataMapping() 163 LPTSTR lpMappingFileName = (LPTSTR)alloca( MAX_PATH * sizeof(TCHAR) ); in CreatePipeDataMapping() 171 … lpMappingFileName = (LPTSTR)alloca( (nChars + 1 + _tcslen(lpName)) * sizeof(TCHAR) ); in CreatePipeDataMapping() 222 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_… in OpenPipeDataMapping() 242 …LPTSTR lpMutexName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_SY… in CreatePipeDataMutex() 262 …LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFI… in CreatePipeConnectionSemaphore()
|
| H A D | procimpl.cxx | 138 LPTSTR env = reinterpret_cast<LPTSTR>(GetEnvironmentStrings()); in read_environment() 139 LPTSTR p = env; in read_environment() 570 NULL, const_cast<LPTSTR>(reinterpret_cast<LPCTSTR>(cmdline.getStr())), NULL, NULL, in osl_executeProcess_WithRedirectedIO() 577 NULL, const_cast<LPTSTR>(reinterpret_cast<LPCTSTR>(cmdline.getStr())), NULL, NULL, in osl_executeProcess_WithRedirectedIO()
|
| /AOO41X/main/sal/osl/os2/ |
| H A D | pipeimpl.cxx | 133 LPTSTR m_lpName; 151 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_… in CreatePipeDataMapping() 158 LPTSTR lpMappingFileName = (LPTSTR)alloca( MAX_PATH * sizeof(TCHAR) ); in CreatePipeDataMapping() 166 … lpMappingFileName = (LPTSTR)alloca( (nChars + 1 + _tcslen(lpName)) * sizeof(TCHAR) ); in CreatePipeDataMapping() 217 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_… in OpenPipeDataMapping() 237 …LPTSTR lpMutexName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_SY… in CreatePipeDataMutex() 257 …LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFI… in CreatePipeConnectionSemaphore()
|
| /AOO41X/main/desktop/win32/source/officeloader/ |
| H A D | officeloader.cxx | 57 BOOL WINAPI ConvertSidToStringSid( PSID pSid, LPTSTR* StringSid ) in ConvertSidToStringSid() 82 *StringSid = (LPTSTR)LocalAlloc( LMEM_FIXED, dwSidSize ); in ConvertSidToStringSid() 125 static LPTSTR *GetCommandArgs( int *pArgc ) in GetCommandArgs() 175 int WINAPI _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int ) in WinMain() 208 LPTSTR lpCommandLine = NULL; in WinMain() 210 LPTSTR * argv = NULL; in WinMain() 250 LPTSTR szUserIdent = NULL; in WinMain() 360 LPTSTR *argv = GetCommandArgs( &argc ); in WinMain()
|
| /AOO41X/main/setup_native/source/win32/stwrapper/ |
| H A D | stwrapper.cxx | 72 static LPTSTR *GetCommandArgs( int *pArgc ) in GetCommandArgs() 197 static bool GetProgramFilesFolder( LPTSTR strPath ) in GetProgramFilesFolder() 222 static PathResult RetrieveExecutablePath( LPTSTR szExecutablePath ) in RetrieveExecutablePath() 246 static void SafeCopy( LPTSTR lpTarget, LPCSTR lpSource, size_t nMaxLen ) in SafeCopy() 256 int WINAPI _tWinMain( HINSTANCE /*hInstance*/, HINSTANCE, LPTSTR, int ) in _tWinMain() argument 264 LPTSTR* lpArgs = GetCommandArgs( &nArgs ); in _tWinMain() 293 LPTSTR lpArg = lpArgs[i]; in _tWinMain() 360 LPTSTR lpCommandLine = 0; in _tWinMain()
|
| /AOO41X/main/desktop/win32/source/applauncher/ |
| H A D | launcher.cxx | 50 extern "C" int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int ) in WinMain() 63 LPTSTR lpCommandLine = GetCommandLine(); in WinMain() 65 LPTSTR *ppArguments = NULL; in WinMain() 72 …lpCommandLine = (LPTSTR)_alloca( sizeof(_TCHAR) * (_tcslen(lpCommandLine) + _tcslen(APPLICATION_SW… in WinMain() 129 (LPTSTR)&lpMsgBuf, in WinMain()
|
| /AOO41X/main/desktop/win32/source/ |
| H A D | wrapper.h | 80 LPTSTR lpCommandLine = GetCommandLine(); in Main() 82 LPTSTR *ppArguments = NULL; in Main() 123 LPTSTR pFileSpec = NULL; in Main() 181 (LPTSTR)&lpMsgBuf, in Main()
|
| /AOO41X/main/setup_native/source/win32/customactions/shellextensions/ |
| H A D | upgrade.cxx | 127 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 162 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(lLongestSubKey + 1)); in RegistryKeyHasUpgradeSubKey()
|
| H A D | postuninstall.cxx | 57 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 78 (LPTSTR)lpCommand, in ExecuteCommand()
|
| H A D | registerextensions.cxx | 175 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 201 (LPTSTR)lpCommand, in ExecuteCommand()
|
| H A D | checkrunningoffice.cxx | 81 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() 267 (LPTSTR) &lpMsgBuf, in IsOfficeRunning()
|
| /AOO41X/main/sal/qa/osl/process/ |
| H A D | osl_process_child.cxx | 76 LPTSTR env = reinterpret_cast<LPTSTR>( in dump_env() 78 LPTSTR p = env; in dump_env()
|
| /AOO41X/main/setup_native/source/win32/customactions/reg4msdoc/ |
| H A D | msihelper.cxx | 30 LPTSTR dummy = TEXT(""); in GetMsiProp() 35 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetMsiProp()
|
| /AOO41X/main/setup_native/source/win32/customactions/relnotes/ |
| H A D | relnotes.cxx | 68 LPTSTR dummy = TEXT(""); in GetMsiProp() 73 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetMsiProp()
|
| /AOO41X/main/fpicker/source/win32/filepicker/ |
| H A D | FileOpenDlg.cxx | 56 const LPTSTR CURRENT_INSTANCE = TEXT("CurrInst"); 127 m_ofn.lpstrFile = reinterpret_cast<LPTSTR>(const_cast<sal_Unicode*>(m_fileNameBuffer.getStr())); in CFileOpenDialog() 130 …m_ofn.lpstrFileTitle = reinterpret_cast<LPTSTR>(const_cast<sal_Unicode*>(m_fileTitleBuffer.getStr(… in CFileOpenDialog() 211 m_ofn.lpstrFile = reinterpret_cast<LPTSTR>(const_cast<sal_Unicode*>(m_fileNameBuffer.getStr())); in setDefaultName()
|
| /AOO41X/main/svl/source/svdde/ |
| H A D | ddestrg.cxx | 37 hString = DdeCreateStringHandle( hDdeInst, (LPTSTR)p, CP_WINUNICODE ); in DdeString() 46 hString = DdeCreateStringHandle( hDdeInst, (LPTSTR)r.GetBuffer(), CP_WINUNICODE ); in DdeString()
|
| /AOO41X/main/shell/source/win32/sysmail/ |
| H A D | sysmapi.hxx | 54 LPTSTR lpszProfileName, 55 LPTSTR lpszPassword,
|