Home
last modified time | relevance | path

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

123

/AOO42X/main/desktop/win32/source/setup/
H A Dsetup.hxx56 LPTSTR m_pTransform;
58 LanguageDataX( LPTSTR pData );
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;
[all …]
H A Dsetup.cpp258 DWORD& rSize, LPTSTR *pRetBuf ) in GetProfileSection()
310 LPTSTR pRetBuf = NULL; in ReadProfile()
318 LPTSTR pTmpFile = CopyIniFile( sProfilePath ); in ReadProfile()
333 LPTSTR pCurLine = pRetBuf; in ReadProfile()
336 LPTSTR pName = 0; in ReadProfile()
337 LPTSTR pValue = 0; in ReadProfile()
391 LPTSTR pName = 0; in ReadProfile()
392 LPTSTR pValue = 0; in ReadProfile()
393 LPTSTR pCurLine = pRetBuf; in ReadProfile()
394 LPTSTR pLastChar; in ReadProfile()
[all …]
/AOO42X/main/xmerge/source/activesync/
H A DXMergeFilter.h53 static const LPTSTR m_pszPSWExportCLSID;
54 static const LPTSTR m_pszPSWExportExt;
55 static const LPTSTR m_pszPSWExportDesc;
56 static const LPTSTR m_pszPSWExportShortDesc;
58 static const LPTSTR m_pszPSWImportCLSID;
59 static const LPTSTR m_pszPSWImportExt;
60 static const LPTSTR m_pszPSWImportDesc;
61 static const LPTSTR m_pszPSWImportShortDesc;
63 static const LPTSTR m_pszPXLExportCLSID;
64 static const LPTSTR m_pszPXLExportExt;
[all …]
H A DXMergeFilter.cpp39 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 …]
/AOO42X/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()
/AOO42X/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()
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 Dpipeimpl.cxx138 LPTSTR m_lpName;
156LPTSTR 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()
222LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_… in OpenPipeDataMapping()
242LPTSTR lpMutexName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_SY… in CreatePipeDataMutex()
262LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFI… 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()
/AOO42X/main/sal/osl/os2/
H A Dpipeimpl.cxx133 LPTSTR m_lpName;
151LPTSTR 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()
217LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_… in OpenPipeDataMapping()
237LPTSTR lpMutexName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_SY… in CreatePipeDataMutex()
257LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFI… in CreatePipeConnectionSemaphore()
/AOO42X/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()
/AOO42X/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()
/AOO42X/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()
/AOO42X/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()
/AOO42X/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()
/AOO42X/main/sal/qa/osl/process/
H A Dosl_process_child.cxx73 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 Dmsihelper.cxx32 LPTSTR dummy = TEXT(""); in GetMsiProp()
37 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetMsiProp()
/AOO42X/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()
/AOO42X/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()
/AOO42X/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()
/AOO42X/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()
/AOO42X/main/sal/systools/win32/uwinapi/
H A DGetLongPathName.cpp80 LPTSTR lpParentPath = (LPTSTR)_alloca( (nParentLen + 1) * sizeof(TCHAR) );

123