| /AOO41X/main/desktop/win32/source/setup/ |
| H A D | setup.hxx | 57 LPCTSTR m_pUpgradeKey; 58 LPCTSTR m_pProductVersion; 77 LPCTSTR GetPathToMSI(); 80 boolean GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection, 82 LPTSTR CopyIniFile( LPCTSTR pIniFile ); 85 boolean LaunchInstaller( LPCTSTR pParam ); 90 DWORD GetNextArgument( LPCTSTR pStr, LPTSTR *pArg, 129 void Log( LPCTSTR pMessage, LPCTSTR pText = NULL ) const; 135 LPCTSTR GetAppTitle() const { return m_pAppTitle; } in GetAppTitle() 136 LPTSTR SetProdToAppTitle( LPCTSTR pProdName );
|
| H A D | aoo_msi.cxx | 113 typedef UINT (WINAPI* PFnMsiGetPatchInfo)( LPCTSTR szPatch, 114 LPCTSTR szAttribute, 117 UINT WINAPI aoo_MsiGetPatchInfo( LPCTSTR szPatch, in aoo_MsiGetPatchInfo() 118 LPCTSTR szAttribute, in aoo_MsiGetPatchInfo() 139 LPCTSTR szDatabasePath, 143 LPCTSTR szDatabasePath, in aoo_MsiGetSummaryInformation() 163 typedef INSTALLSTATE (WINAPI* PFnMsiQueryProductState)( LPCTSTR szProduct ); 164 INSTALLSTATE WINAPI aoo_MsiQueryProductState( LPCTSTR szProduct ) in aoo_MsiQueryProductState()
|
| H A D | setup.cpp | 98 inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) in OutputDebugStringFormat() 108 static inline void OutputDebugStringFormat( LPCTSTR, ... ) in OutputDebugStringFormat() argument 274 boolean SetupApp::GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection, in GetProfileSection() 718 LPCTSTR SetupApp::GetPathToMSI() in GetPathToMSI() 766 boolean SetupApp::LaunchInstaller( LPCTSTR pParam ) in LaunchInstaller() 768 LPCTSTR sMsiPath = GetPathToMSI(); in LaunchInstaller() 1315 void SetupApp::Log( LPCTSTR pMessage, LPCTSTR pText ) const in Log() 1347 DWORD SetupApp::GetNextArgument( LPCTSTR pStr, LPTSTR *pArg, LPTSTR *pNext, in GetNextArgument() 1352 LPCTSTR pChar = pStr; in GetNextArgument() 1353 LPCTSTR pFirst = NULL; in GetNextArgument() [all …]
|
| H A D | aoo_msi.hxx | 44 UINT WINAPI aoo_MsiGetPatchInfo( LPCTSTR szPatch, 45 LPCTSTR szAttribute, 50 LPCTSTR szDatabasePath, 54 INSTALLSTATE WINAPI aoo_MsiQueryProductState( LPCTSTR szProduct );
|
| /AOO41X/main/sal/osl/w32/ |
| H A D | pipeimpl.cxx | 80 static HANDLE CreatePipeDataMutex( LPCTSTR lpName, BOOL bInitialOwner ); 81 static HANDLE CreatePipeDataMapping( LPCTSTR lpName ); 82 static HANDLE OpenPipeDataMapping( LPCTSTR lpName ); 83 …static HANDLE CreatePipeConnectionSemaphore( LPCTSTR lpName, LONG lInitialCount, LONG lMaximumcoun… 126 static ClientPipe* Create( LPCTSTR lpName ); 140 …ServerPipe( LPCTSTR lpName, HANDLE hMapping, HANDLE hSynchronize, HANDLE hReadPipe, HANDLE hWriteP… 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() [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() 776 … sal_uInt32 nNewLen = GetCaseCorrectPathName( reinterpret_cast<LPCTSTR>(pDecodedURL + nSkip), in _osl_getSystemPathFromFileURL() 1003 …LPCTSTR lpszSearchPath = ustrSystemSearchPath && ustrSystemSearchPath->length ? reinterpret_cast<L… 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() 1160 …hFind = FindFirstFile( reinterpret_cast<LPCTSTR>(rtl_uString_getStr(strSysFilePath)), &aFindData ); in osl_getDirectoryItem() 1250 …if (GetVolumeNameForVolumeMountPoint(reinterpret_cast<LPCTSTR>(p.getStr()), vn, ELEMENTS_OF_ARRAY(… in is_floppy_volume_mount_point() 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() 1322 …if (GetVolumeNameForVolumeMountPoint(reinterpret_cast<LPCTSTR>(p.getStr()), vn, ELEMENTS_OF_ARRAY(… in get_volume_mount_point_drive_type() [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()
|
| /AOO41X/main/sal/osl/os2/ |
| H A D | pipeimpl.cxx | 75 static HANDLE CreatePipeDataMutex( LPCTSTR lpName, BOOL bInitialOwner ); 76 static HANDLE CreatePipeDataMapping( LPCTSTR lpName ); 77 static HANDLE OpenPipeDataMapping( LPCTSTR lpName ); 78 …static HANDLE CreatePipeConnectionSemaphore( LPCTSTR lpName, LONG lInitialCount, LONG lMaximumcoun… 121 static ClientPipe* Create( LPCTSTR lpName ); 135 …ServerPipe( LPCTSTR lpName, HANDLE hMapping, HANDLE hSynchronize, HANDLE hReadPipe, HANDLE hWriteP… 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() [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);
|
| /AOO41X/main/setup_native/source/win32/customactions/reg4msdoc/ |
| H A D | msihelper.hxx | 52 bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value); 64 void SetMsiProp(MSIHANDLE handle, LPCTSTR name); 76 void UnsetMsiProp(MSIHANDLE handle, LPCTSTR name); 88 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name); 99 bool IsMsiPropNotEmpty(MSIHANDLE handle, LPCTSTR name); 162 bool IsModuleInstalled(MSIHANDLE handle, LPCTSTR name); 177 bool IsModuleSelectedForInstallation(MSIHANDLE handle, LPCTSTR name); 192 bool IsModuleSelectedForDeinstallation(MSIHANDLE handle, LPCTSTR name);
|
| H A D | msihelper.cxx | 27 bool GetMsiProp(MSIHANDLE handle, LPCTSTR name, /*out*/std::wstring& value) in GetMsiProp() 44 void SetMsiProp(MSIHANDLE handle, LPCTSTR name) in SetMsiProp() 49 void UnsetMsiProp(MSIHANDLE handle, LPCTSTR name) in UnsetMsiProp() 54 bool IsSetMsiProp(MSIHANDLE handle, LPCTSTR name) in IsSetMsiProp() 61 bool IsMsiPropNotEmpty(MSIHANDLE handle, LPCTSTR name) in IsMsiPropNotEmpty() 94 bool IsModuleInstalled(MSIHANDLE handle, LPCTSTR name) in IsModuleInstalled() 102 bool IsModuleSelectedForInstallation(MSIHANDLE handle, LPCTSTR name) in IsModuleSelectedForInstallation() 110 bool IsModuleSelectedForDeinstallation(MSIHANDLE handle, LPCTSTR name) in IsModuleSelectedForDeinstallation()
|
| /AOO41X/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.GetBuffe… 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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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
|