Searched refs:lpPathW (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | layerlinks.cxx | 140 LPWSTR lpPathW = new WCHAR[nCharsRequired]; in CreateLayerLinks() local 141 … if ( MultiByteToWideChar( CP_ACP, 0, sBasisInstallPath.c_str(), -1, lpPathW, nCharsRequired ) ) in CreateLayerLinks() 143 … nCharsRequired = WideCharToMultiByte( CP_UTF8, 0, lpPathW, -1, NULL, 0, NULL, NULL ); in CreateLayerLinks() 147 … WideCharToMultiByte( CP_UTF8, 0, lpPathW, -1, lpPathUTF8, nCharsRequired, NULL, NULL ); in CreateLayerLinks() 156 delete lpPathW; in CreateLayerLinks() 182 LPWSTR lpPathW = new WCHAR[nCharsRequired]; in CreateLayerLinks() local 183 … if ( MultiByteToWideChar( CP_ACP, 0, sUreInstallPath.c_str(), -1, lpPathW, nCharsRequired ) ) in CreateLayerLinks() 185 … nCharsRequired = WideCharToMultiByte( CP_UTF8, 0, lpPathW, -1, NULL, 0, NULL, NULL ); in CreateLayerLinks() 189 … WideCharToMultiByte( CP_UTF8, 0, lpPathW, -1, lpPathUTF8, nCharsRequired, NULL, NULL ); in CreateLayerLinks() 198 delete lpPathW; in CreateLayerLinks()
|
/aoo42x/main/sal/systools/win32/uwinapi/ |
H A D | PathFindExtensionW.cpp | 34 LPCWSTR lpPathW 43 LPWSTR pOutW = const_cast<LPWSTR>(lpPathW); 47 return const_cast<LPWSTR>(lpPathW) + wcslen(lpPathW);
|
H A D | PathAddBackslashW.cpp | 31 LPWSTR lpPathW 37 return lpPathW + wcslen(lpPathW);
|
H A D | PathFindFileNameW.cpp | 33 LPCWSTR lpPathW 42 LPWSTR pOutW = const_cast<LPWSTR>(lpPathW); 46 return const_cast<LPWSTR>(lpPathW);
|
H A D | PathRemoveExtensionW.cpp | 31 LPWSTR lpPathW 36 STR2WSTR(lpPath, wcslen(lpPathW) + 1);
|
H A D | PathRemoveFileSpecW.cpp | 31 LPWSTR lpPathW 36 STR2WSTR(lpPath, wcslen(lpPathW) + 1);
|
H A D | PathStripToRootW.cpp | 31 LPWSTR lpPathW 36 STR2WSTR(lpPath, wcslen(lpPathW) + 1);
|
H A D | SHILCreateFromPathW.cpp | 24 EXTERN_C LPITEMIDLIST WINAPI SHSimpleIDListFromPathW_Failure( LPCWSTR lpPathW ) in SHSimpleIDListFromPathW_Failure() argument 30 EXTERN_C LPITEMIDLIST WINAPI SHSimpleIDListFromPathW_WINDOWS( LPCWSTR lpPathW ) in SHSimpleIDListFromPathW_WINDOWS() argument
|
H A D | PathFileExistsW.cpp | 31 LPCWSTR lpPathW
|
H A D | PathIsFileSpecW.cpp | 31 LPCWSTR lpPathW
|
H A D | PathIsUNCW.cpp | 31 LPCWSTR lpPathW
|
H A D | PathSetDlgItemPathW.cpp | 33 LPCWSTR lpPathW
|
H A D | PathCompactPathExW.cpp | 32 LPCWSTR lpPathW,
|
Completed in 83 milliseconds