/trunk/main/desktop/win32/source/setup/ |
H A D | setup.hxx | 78 LPCTSTR m_pUpgradeKey; 79 LPCTSTR m_pProductVersion; 98 LPCTSTR GetPathToMSI(); 101 boolean GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection, 103 LPTSTR CopyIniFile( LPCTSTR pIniFile ); 106 boolean LaunchInstaller( LPCTSTR pParam ); 111 DWORD GetNextArgument( LPCTSTR pStr, LPTSTR *pArg, 139 void Log( LPCTSTR pMessage, LPCTSTR pText = NULL ) const; 145 LPCTSTR GetAppTitle() const { return m_pAppTitle; } in GetAppTitle() 146 LPTSTR SetProdToAppTitle( LPCTSTR pProdName );
|
H A D | setup.cpp | 96 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() 106 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() argument 259 boolean SetupAppX::GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection, in GetProfileSection() 749 LPCTSTR SetupAppX::GetPathToMSI() in GetPathToMSI() 820 boolean SetupAppX::LaunchInstaller( LPCTSTR pParam ) in LaunchInstaller() 822 LPCTSTR sMsiPath = GetPathToMSI(); in LaunchInstaller() 1385 void SetupAppX::Log( LPCTSTR pMessage, LPCTSTR pText ) const in Log() 1422 LPCTSTR pChar = pStr; in GetNextArgument() 1423 LPCTSTR pFirst = NULL; in GetNextArgument() 1731 LPTSTR SetupAppX::CopyIniFile( LPCTSTR pIniFile ) in CopyIniFile() [all …]
|
/trunk/main/sal/osl/os2/ |
H A D | pipeimpl.cxx | 76 static HANDLE CreatePipeDataMapping( LPCTSTR lpName ); 77 static HANDLE OpenPipeDataMapping( LPCTSTR lpName ); 121 static ClientPipe* Create( LPCTSTR lpName ); 139 static ServerPipe *Create( LPCTSTR lpName ); 148 HANDLE Pipe::CreatePipeDataMapping( LPCTSTR lpName ) in CreatePipeDataMapping() 214 HANDLE Pipe::OpenPipeDataMapping( LPCTSTR lpName ) in OpenPipeDataMapping() 234 HANDLE Pipe::CreatePipeDataMutex( LPCTSTR lpName, BOOL bInitialOwner ) in CreatePipeDataMutex() 449 ClientPipe *ClientPipe::Create( LPCTSTR lpName ) in Create() 626 ServerPipe *ServerPipe::Create( LPCTSTR lpName ) in Create() 702 extern "C" HANDLE WINAPI CreateSimplePipe( LPCTSTR lpName ) in CreateSimplePipe() [all …]
|
H A D | file_url.cxx | 157 LPCTSTR lpComponent, LPCTSTR *lppComponentEnd, DWORD dwFlags) in IsValidFilePathComponent() 159 LPCTSTR lpComponentEnd = NULL; in IsValidFilePathComponent() 160 LPCTSTR lpCurrent = lpComponent; in IsValidFilePathComponent() 326 DWORD WINAPI IsValidFilePath(LPCTSTR lpszPath, LPCTSTR *lppError, DWORD dwFlags) in IsValidFilePath() 328 LPCTSTR lpComponent; in IsValidFilePath()
|
H A D | file_url.h | 60 typedef const sal_Unicode *LPCTSTR; typedef 127 DWORD WINAPI IsValidFilePath(LPCTSTR, LPCTSTR*, DWORD);
|
/trunk/main/sal/osl/w32/ |
H A D | pipeimpl.cxx | 81 static HANDLE CreatePipeDataMapping( LPCTSTR lpName ); 82 static HANDLE OpenPipeDataMapping( LPCTSTR lpName ); 126 static ClientPipe* Create( LPCTSTR lpName ); 144 static ServerPipe *Create( LPCTSTR lpName ); 153 HANDLE Pipe::CreatePipeDataMapping( LPCTSTR lpName ) in CreatePipeDataMapping() 219 HANDLE Pipe::OpenPipeDataMapping( LPCTSTR lpName ) in OpenPipeDataMapping() 239 HANDLE Pipe::CreatePipeDataMutex( LPCTSTR lpName, BOOL bInitialOwner ) in CreatePipeDataMutex() 454 ClientPipe *ClientPipe::Create( LPCTSTR lpName ) in Create() 631 ServerPipe *ServerPipe::Create( LPCTSTR lpName ) in Create() 707 extern "C" HANDLE WINAPI CreateSimplePipe( LPCTSTR lpName ) in CreateSimplePipe() [all …]
|
H A D | file_url.cxx | 64 LPCTSTR lpComponent, LPCTSTR *lppComponentEnd, DWORD dwFlags) in IsValidFilePathComponent() 66 LPCTSTR lpComponentEnd = NULL; in IsValidFilePathComponent() 67 LPCTSTR lpCurrent = lpComponent; in IsValidFilePathComponent() 235 DWORD IsValidFilePath(rtl_uString *path, LPCTSTR *lppError, DWORD dwFlags, rtl_uString **corrected) in IsValidFilePath() 237 LPCTSTR lpszPath = reinterpret_cast< LPCTSTR >(path->buffer); in IsValidFilePath() 238 LPCTSTR lpComponent = lpszPath; in IsValidFilePath() 370 lpszPath = reinterpret_cast< LPCTSTR >((*corrected)->buffer); in IsValidFilePath() 545 LPCTSTR lpszShortPath, // file name in GetCaseCorrectPathName() 1003 …LPCTSTR lpszSearchPath = ustrSystemSearchPath && ustrSystemSearchPath->length ? reinterpret_cast<L… in osl_searchFileURL() 1004 LPCTSTR lpszSearchFile = reinterpret_cast<LPCTSTR>(ustrSysPath->buffer); in osl_searchFileURL() [all …]
|
H A D | file_dirvol.cxx | 317 LPCTSTR lpIdent; 319 LPCTSTR lpCurrent; 420 _tcscpy( szFileMask, reinterpret_cast<LPCTSTR>( rtl_uString_getStr( pPath ) ) ); in OpenDirectory() 802 if ( RemoveDirectory( reinterpret_cast<LPCTSTR>(rtl_uString_getStr( strSysPath )) ) ) in osl_removeDirectory() 1140 _tcscpy( pItemImpl->cDriveString, reinterpret_cast<LPCTSTR>(strSysFilePath->buffer) ); in osl_getDirectoryItem() 1291 DWORD fattr = GetFileAttributes(reinterpret_cast<LPCTSTR>(p.getStr())); in is_volume_mount_point() 1297 HANDLE h_find = FindFirstFile(reinterpret_cast<LPCTSTR>(p.getStr()), &find_data); in is_volume_mount_point() 1344 drive_type = GetDriveType(reinterpret_cast<LPCTSTR>(path.getStr())); in osl_get_drive_type() 1395 reinterpret_cast<LPCTSTR>(path.getStr()), in get_volume_space_information() 1444 LPCTSTR pszPath = reinterpret_cast<LPCTSTR>(path.getStr()); in get_filesystem_attributes() [all …]
|
H A D | file.cxx | 1123 if ( DeleteFile( reinterpret_cast<LPCTSTR>(rtl_uString_getStr( strSysPath )) ) ) in osl_removeFile() 1147 LPCTSTR src = reinterpret_cast<LPCTSTR>(rtl_uString_getStr( strSysPath )); in osl_copyFile() 1148 LPCTSTR dst = reinterpret_cast<LPCTSTR>(rtl_uString_getStr( strSysDestPath )); in osl_copyFile() 1175 LPCTSTR src = reinterpret_cast<LPCTSTR>(rtl_uString_getStr( strSysPath )); in osl_moveFile() 1176 LPCTSTR dst = reinterpret_cast<LPCTSTR>(rtl_uString_getStr( strSysDestPath )); in osl_moveFile()
|
H A D | file_url.h | 65 LPCTSTR * lppError, 71 LPCTSTR lpszShortPath, // file name
|
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | msihelper.hxx | 54 bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value); 66 void SetMsiProp(MSIHANDLE handle, LPCTSTR name); 78 void UnsetMsiProp(MSIHANDLE handle, LPCTSTR name); 90 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name); 101 bool IsMsiPropNotEmpty(MSIHANDLE handle, LPCTSTR name); 163 bool IsModuleInstalled(MSIHANDLE handle, LPCTSTR name); 178 bool IsModuleSelectedForInstallation(MSIHANDLE handle, LPCTSTR name); 193 bool IsModuleSelectedForDeinstallation(MSIHANDLE handle, LPCTSTR name);
|
H A D | msihelper.cxx | 29 bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value) in GetMsiProp() 46 void SetMsiProp(MSIHANDLE handle, LPCTSTR name) in SetMsiProp() 51 void UnsetMsiProp(MSIHANDLE handle, LPCTSTR name) in UnsetMsiProp() 56 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name) in IsSetMsiProp() 63 bool IsMsiPropNotEmpty(MSIHANDLE handle, LPCTSTR name) in IsMsiPropNotEmpty() 96 bool IsModuleInstalled(MSIHANDLE handle, LPCTSTR name) in IsModuleInstalled() 104 bool IsModuleSelectedForInstallation(MSIHANDLE handle, LPCTSTR name) in IsModuleSelectedForInstallation() 112 bool IsModuleSelectedForDeinstallation(MSIHANDLE handle, LPCTSTR name) in IsModuleSelectedForDeinstallation()
|
/trunk/main/svx/source/dialog/ |
H A D | sendreportw32.cxx | 51 static LONG RegReadValue( HKEY hBaseKey, LPCTSTR lpSubKey, LPCTSTR lpValueName, LPVOID lpData, DWOR… in RegReadValue() 69 static LONG RegWriteValue( HKEY hBaseKey, LPCTSTR lpSubKey, LPCTSTR lpValueName, DWORD dwType, LPCV… in RegWriteValue() 145 …const _TCHAR *lpHTTPProxyServer = reinterpret_cast<LPCTSTR>(maParams.maHTTPProxyServer.GetBuffer()… in SaveParams() 154 …DWORD dwProxyPort = _tcstoul( reinterpret_cast<LPCTSTR>(maParams.maHTTPProxyPort.GetBuffer()), &en… in SaveParams() 181 const _TCHAR *lpEmail = reinterpret_cast<LPCTSTR>(GetEMailAddress().GetBuffer()); in SaveParams() 210 …SetEnvironmentVariable( TEXT("ERRORREPORT_SUBJECT"), reinterpret_cast<LPCTSTR>(GetDocType().GetBuf… in SendReport()
|
/trunk/main/fpicker/source/win32/filepicker/ |
H A D | VistaFilePickerImpl.cxx | 131 aSpec.pszName = reinterpret_cast<LPCTSTR>(aFilter.first.getStr()) ; in lcl_buildFilterList() 132 aSpec.pszSpec = reinterpret_cast<LPCTSTR>(aFilter.second.getStr()); in lcl_buildFilterList() 661 iDialog->SetTitle(reinterpret_cast<LPCTSTR>(sTitle.getStr())); in impl_sta_SetTitle() 675 iDialog->SetFileName(reinterpret_cast<LPCTSTR>(sFileName.getStr())); in impl_sta_SetFileName() 702 …HRESULT hResult = SHCreateItemFromParsingName ( reinterpret_cast<LPCTSTR>(sDirectory.getStr()), NU… in impl_sta_SetDirectory() 751 iDialog->SetFileName ( reinterpret_cast<LPCTSTR>(sFilename.getStr())); in impl_sta_SetDefaultName() 895 …HRESULT hResult = SHCreateItemFromParsingName ( reinterpret_cast<LPCTSTR>(m_sDirectory.getStr()), … in impl_sta_ShowDialogModal() 1092 … hResult = iCustom->AddControlItem(nId, i, reinterpret_cast<LPCTSTR>(sItem.getStr())); in impl_sta_SetControlValue() 1163 iCustom->SetControlLabel ( nId, reinterpret_cast<LPCTSTR>(sLabel.getStr())); in impl_sta_SetControlLabel() 1209 iDialog->SetDefaultExtension ( reinterpret_cast<LPCTSTR>(FilterExt.getStr()) ); in impl_SetDefaultExtension() [all …]
|
H A D | FileOpenDlg.cxx | 165 m_ofn.lpstrTitle = reinterpret_cast<LPCTSTR>(m_dialogTitle.getStr()); in setTitle() 180 m_ofn.lpstrFilter = reinterpret_cast<LPCTSTR>(m_filterBuffer.getStr()); in setFilter() 221 m_ofn.lpstrInitialDir = reinterpret_cast<LPCTSTR>(m_displayDirectory.getStr()); in setDisplayDirectory() 272 m_ofn.lpstrDefExt = reinterpret_cast<LPCTSTR>(m_defaultExtension.getStr()); in setDefaultFileExtension()
|
/trunk/main/sal/workben/clipboardwben/testcopy/ |
H A D | cbcpytest.cxx | 142 hAccelTable = LoadAccelerators(hInstance, (LPCTSTR)IDC_TESTWIN32); in WinMain() 193 wcex.hIcon = LoadIcon(hInstance, (LPCTSTR)IDI_TESTWIN32); in MyRegisterClass() 196 wcex.lpszMenuName = (LPCTSTR)IDC_TESTWIN32; in MyRegisterClass() 198 wcex.hIconSm = LoadIcon(wcex.hInstance, (LPCTSTR)IDI_SMALL); in MyRegisterClass()
|
/trunk/main/desktop/win32/source/QuickStart/ |
H A D | QuickStart.cpp | 189 hAccelTable = LoadAccelerators(hInstance, (LPCTSTR)IDC_QUICKSTART); in WinMain() 230 wcex.hIcon = LoadIcon(hInstance, (LPCTSTR)IDI_QUICKSTART); in MyRegisterClass() 235 wcex.hIconSm = LoadIcon(wcex.hInstance, (LPCTSTR)IDI_SMALL); in MyRegisterClass() 389 DialogBox(hInst, (LPCTSTR)IDD_ABOUTBOX, hWnd, (DLGPROC)About); in WndProc()
|
/trunk/main/setup_native/source/win32/stwrapper/ |
H A D | stwrapper.cxx | 54 LONG RegReadValue( HKEY hBaseKey, LPCTSTR lpSubKey, LPCTSTR lpValueName, LPVOID lpData, DWORD cbDat… in RegReadValue() 113 static LPCTSTR GetOperatingSystemString() in GetOperatingSystemString() 178 static bool FileExists( LPCTSTR lpPathToFile ) in FileExists()
|
/trunk/main/setup_native/source/win32/customactions/relnotes/ |
H A D | relnotes.cxx | 43 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() 53 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() argument 65 static bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value) in GetMsiProp()
|
/trunk/main/crashrep/source/win32/ |
H A D | soreport.cpp | 208 static FILE *_open_reportfile( LPCTSTR lpExt, LPCTSTR lpMode ) in _open_reportfile() 244 BOOL WriteCommentFile( LPCTSTR lpComment ); 248 LONG RegReadValue( HKEY hBaseKey, LPCTSTR lpSubKey, LPCTSTR lpValueName, LPVOID lpData, DWORD cbDat… in RegReadValue() 266 LONG RegWriteValue( HKEY hBaseKey, LPCTSTR lpSubKey, LPCTSTR lpValueName, DWORD dwType, LPCVOID lpD… in RegWriteValue() 513 LPCTSTR src; in LoadAndFormatString() 1989 static DWORD FindProcessForImage( LPCTSTR lpImagePath ) in FindProcessForImage() 2177 BOOL WriteCommentFile( LPCTSTR lpComment ) in WriteCommentFile() 2393 LPCTSTR lpEnvString; in ReadBootstrapParams()
|
/trunk/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 159 hAccelTable = LoadAccelerators(hInstance, (LPCTSTR)IDC_TESTWIN32); in WinMain() 204 wcex.hIcon = LoadIcon(hInstance, (LPCTSTR)IDI_TESTWIN32); in MyRegisterClass() 209 wcex.hIconSm = LoadIcon(wcex.hInstance, (LPCTSTR)IDI_SMALL); in MyRegisterClass()
|
/trunk/main/sal/workben/clipboardwben/testviewer/ |
H A D | cbvtest.cxx | 106 hAccelTable = LoadAccelerators(hInstance, (LPCTSTR)IDC_TESTWIN32); in WinMain() 151 wcex.hIcon = LoadIcon(hInstance, (LPCTSTR)IDI_TESTWIN32); in MyRegisterClass() 156 wcex.hIconSm = LoadIcon(wcex.hInstance, (LPCTSTR)IDI_SMALL); in MyRegisterClass()
|
/trunk/main/tools/source/fsys/ |
H A D | fstat.cxx | 177 DWORD nRes = GetFileAttributes( (LPCTSTR) aFPath.GetBuffer() ); in GetReadOnlyFlag() 217 DWORD nRes = GetFileAttributes( (LPCTSTR) aFPath.GetBuffer() ); in SetReadOnlyFlag() 219 nRes = SetFileAttributes( (LPCTSTR) aFPath.GetBuffer(), in SetReadOnlyFlag()
|
/trunk/main/setup_native/source/win32/customactions/tools/ |
H A D | seterror.cxx | 43 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() 53 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() argument
|
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/ |
H A D | securityenvironment_mscryptimpl.hxx | 71 LPCTSTR m_pszContainer ; 159 …virtual LPCTSTR getKeyContainer() throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno:… 161 …virtual void setKeyContainer( LPCTSTR aKeyContainer ) throw( ::com::sun::star::uno::Exception , ::…
|