/aoo42x/main/desktop/win32/source/setup/ |
H A D | setup.hxx | 56 LPTSTR m_pTransform; 68 LPTSTR m_pAppTitle; 69 LPTSTR m_pCmdLine; 70 LPTSTR m_pDatabase; 71 LPTSTR m_pReqVersion; 72 LPTSTR m_pProductName; 73 LPTSTR m_pAdvertise; 74 LPTSTR m_pTmpName; 75 LPTSTR m_pErrorText; 76 LPTSTR m_pModuleFile; [all …]
|
H A D | setup.cpp | 312 LPTSTR pRetBuf = NULL; in ReadProfile() 393 LPTSTR pName = 0; in ReadProfile() 394 LPTSTR pValue = 0; in ReadProfile() 396 LPTSTR pLastChar; in ReadProfile() 580 LPTSTR pChar = pLine; in GetNameValue() 581 LPTSTR pLast = NULL; in GetNameValue() 751 LPTSTR sMsiPath = NULL; in GetPathToMSI() 1417 DWORD SetupAppX::GetNextArgument( LPCTSTR pStr, LPTSTR *pArg, LPTSTR *pNext, in GetNextArgument() 1479 LPTSTR pStart = NULL; in GetCmdLineParameters() 1480 LPTSTR pNext = NULL; in GetCmdLineParameters() [all …]
|
/aoo42x/main/xmerge/source/activesync/ |
H A D | XMergeFilter.h | 53 static const LPTSTR m_pszPSWExportCLSID; 54 static const LPTSTR m_pszPSWExportExt; 55 static const LPTSTR m_pszPSWExportDesc; 58 static const LPTSTR m_pszPSWImportCLSID; 59 static const LPTSTR m_pszPSWImportExt; 60 static const LPTSTR m_pszPSWImportDesc; 63 static const LPTSTR m_pszPXLExportCLSID; 64 static const LPTSTR m_pszPXLExportExt; 65 static const LPTSTR m_pszPXLExportDesc; 69 static const LPTSTR m_pszPXLImportExt; [all …]
|
H A D | XMergeFilter.cpp | 40 const LPTSTR CXMergeFilter::m_pszPSWExportExt = _T("sxw"); 42 const LPTSTR CXMergeFilter::m_pszPSWExportShortDesc = _T("OpenOffice.org XML Writer"); 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"); 50 const LPTSTR CXMergeFilter::m_pszPXLExportExt = _T("sxc"); 52 const LPTSTR CXMergeFilter::m_pszPXLExportShortDesc = _T("OpenOffice.org XML Calc"); 55 const LPTSTR CXMergeFilter::m_pszPXLImportExt = _T("pxl"); 57 const LPTSTR CXMergeFilter::m_pszPXLImportShortDesc = _T("Pocket Excel"); 144 DWORD dwLanguageId, LPTSTR lpBuffer, DWORD nSize, in FormatMessage() [all …]
|
/aoo42x/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()
|
/aoo42x/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() 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() 992 LPTSTR lpBuffer = NULL; in osl_searchFileURL() 993 LPTSTR lpszFilePart; in osl_searchFileURL() 1011 reinterpret_cast<LPTSTR>(rtl_allocateMemory(nBufferLength * sizeof(TCHAR))); 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_M… 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_M… in OpenPipeDataMapping() 242 …LPTSTR lpMutexName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_SYN… in CreatePipeDataMutex() 262 …LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX… 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()
|
/aoo42x/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_M… 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_M… in OpenPipeDataMapping() 237 …LPTSTR lpMutexName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_SYN… in CreatePipeDataMutex() 257 …LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX… in CreatePipeConnectionSemaphore()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/sal/qa/osl/process/ |
H A D | osl_process_child.cxx | 73 LPTSTR env = reinterpret_cast<LPTSTR>( in dump_env() 75 LPTSTR p = env; in dump_env()
|
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | msihelper.cxx | 32 LPTSTR dummy = TEXT(""); in GetMsiProp() 37 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetMsiProp()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/shell/source/win32/sysmail/ |
H A D | sysmapi.hxx | 54 LPTSTR lpszProfileName, 55 LPTSTR lpszPassword,
|
H A D | sysmapi.cxx | 61 LPTSTR lpszProfileName, in MAPILogon() 62 LPTSTR lpszPassword, in MAPILogon()
|
/aoo42x/main/sal/systools/win32/uwinapi/ |
H A D | GetLongPathName.cpp | 80 LPTSTR lpParentPath = (LPTSTR)_alloca( (nParentLen + 1) * sizeof(TCHAR) );
|