Home
last modified time | relevance | path

Searched refs:LPTSTR (Results 1 – 25 of 66) sorted by relevance

123

/aoo41x/main/desktop/win32/source/setup/
H A Dsetup.hxx56 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 Dsetup.cpp312 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 …]
/aoo41x/main/xmerge/source/activesync/
H A DXMergeFilter.h113 static const LPTSTR m_pszPSWExportCLSID;
114 static const LPTSTR m_pszPSWExportExt;
115 static const LPTSTR m_pszPSWExportDesc;
118 static const LPTSTR m_pszPSWImportCLSID;
119 static const LPTSTR m_pszPSWImportExt;
120 static const LPTSTR m_pszPSWImportDesc;
123 static const LPTSTR m_pszPXLExportCLSID;
124 static const LPTSTR m_pszPXLExportExt;
125 static const LPTSTR m_pszPXLExportDesc;
129 static const LPTSTR m_pszPXLImportExt;
[all …]
H A DXMergeFilter.cpp40 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 …]
/aoo41x/main/setup_native/source/win32/customactions/quickstarter/
H A Dquickstarter.cxx37 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 Dfile_url.cxx401 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 Dpipeimpl.cxx138 LPTSTR m_lpName;
156LPTSTR 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()
222LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_M… in OpenPipeDataMapping()
242LPTSTR lpMutexName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_SYN… in CreatePipeDataMutex()
262LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX… in CreatePipeConnectionSemaphore()
H A Dprocimpl.cxx138 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 Dpipeimpl.cxx133 LPTSTR m_lpName;
151LPTSTR 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()
217LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_M… in OpenPipeDataMapping()
237LPTSTR lpMutexName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_SYN… in CreatePipeDataMutex()
257LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX… in CreatePipeConnectionSemaphore()
/aoo41x/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx72 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/officeloader/
H A Dofficeloader.cxx57 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/desktop/win32/source/applauncher/
H A Dlauncher.cxx50 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 Dwrapper.h80 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 Dupgrade.cxx127 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
162 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(lLongestSubKey + 1)); in RegistryKeyHasUpgradeSubKey()
H A Dpostuninstall.cxx57 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
78 (LPTSTR)lpCommand, in ExecuteCommand()
H A Dregisterextensions.cxx175 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
201 (LPTSTR)lpCommand, in ExecuteCommand()
H A Dcheckrunningoffice.cxx81 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
267 (LPTSTR) &lpMsgBuf, in IsOfficeRunning()
/aoo41x/main/sal/qa/osl/process/
H A Dosl_process_child.cxx76 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 Dmsihelper.cxx30 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 Drelnotes.cxx68 LPTSTR dummy = TEXT(""); in GetMsiProp()
73 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetMsiProp()
/aoo41x/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.cxx56 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 Dddestrg.cxx37 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 Dsysmapi.hxx54 LPTSTR lpszProfileName,
55 LPTSTR lpszPassword,
H A Dsysmapi.cxx61 LPTSTR lpszProfileName, in MAPILogon()
62 LPTSTR lpszPassword, in MAPILogon()
/aoo41x/main/sal/systools/win32/uwinapi/
H A DGetLongPathName.cpp80 LPTSTR lpParentPath = (LPTSTR)_alloca( (nParentLen + 1) * sizeof(TCHAR) );

Completed in 112 milliseconds

123