/aoo4110/main/sal/systools/win32/uwinapi/ |
H A D | ResolveUnicows.cpp | 87 DEFINE_UNICOWS_THUNK( winspool, BOOL, WINAPI, AddPortW, (LPWSTR,HWND,LPWSTR) ) 88 DEFINE_UNICOWS_THUNK( winspool, BOOL, WINAPI, AddPrintProcessorW, (LPWSTR,LPWSTR,LPWSTR,LPWSTR) ) 106 DEFINE_UNICOWS_THUNK( user32, LPWSTR, WINAPI, CharLowerW, (LPWSTR) ) 112 DEFINE_UNICOWS_THUNK( user32, LPWSTR, WINAPI, CharUpperW, (LPWSTR) ) 158 DEFINE_UNICOWS_THUNK( winspool, BOOL, WINAPI, DeleteMonitorW, (LPWSTR,LPWSTR,LPWSTR) ) 160 DEFINE_UNICOWS_THUNK( winspool, BOOL, WINAPI, DeletePrintProcessorW, (LPWSTR,LPWSTR,LPWSTR) ) 161 DEFINE_UNICOWS_THUNK( winspool, BOOL, WINAPI, DeletePrintProvidorW, (LPWSTR,LPWSTR,LPWSTR) ) 162 DEFINE_UNICOWS_THUNK( winspool, BOOL, WINAPI, DeletePrinterDriverW, (LPWSTR,LPWSTR,LPWSTR) ) 483 …OWS_THUNK( version, DWORD, WINAPI, VerFindFileW, (DWORD,LPWSTR,LPWSTR,LPWSTR,LPWSTR,PUINT,LPWSTR,P… 484 …_THUNK( version, DWORD, WINAPI, VerInstallFileW, (DWORD,LPWSTR,LPWSTR,LPWSTR,LPWSTR,LPWSTR,LPWSTR,… [all …]
|
H A D | CommandLineToArgvW.cpp | 77 IMPLEMENT_THUNK( shell32, WINDOWS, LPWSTR *, WINAPI, CommandLineToArgvW, ( LPCWSTR lpCmdLineW, int … 79 LPWSTR *lpArgvW = NULL; 91 lpArgvW = (LPWSTR *)GlobalAlloc( 0, cchNeeded * sizeof(WCHAR) + sizeof(LPWSTR) ); 95 lpArgvW[0] = (LPWSTR)(lpArgvW + 1); 127 lpArgvW = (LPWSTR *)GlobalAlloc( 0, sizeof(LPWSTR) * (nTokens + 1) + sizeof(WCHAR) * cchNeeded ); 133 LPWSTR lpDestination = (LPWSTR)&lpArgvW[nTokens + 1];
|
H A D | PathFindFileNameW.cpp | 31 IMPLEMENT_THUNK( shlwapi, WINDOWS, LPWSTR, WINAPI, PathFindFileNameW, 42 LPWSTR pOutW = const_cast<LPWSTR>(lpPathW); 46 return const_cast<LPWSTR>(lpPathW);
|
H A D | PathFindExtensionW.cpp | 32 IMPLEMENT_THUNK( shlwapi, WINDOWS, LPWSTR, WINAPI, PathFindExtensionW, 43 LPWSTR pOutW = const_cast<LPWSTR>(lpPathW); 47 return const_cast<LPWSTR>(lpPathW) + wcslen(lpPathW);
|
H A D | FindFirstVolumeMountPointW.cpp | 25 …nel32, TRYLOAD, HANDLE, WINAPI, FindFirstVolumeMountPointW, (LPWSTR lpszRootPathName, LPWSTR lpszV… 27 …, HANDLE, WINAPI, FindFirstVolumeMountPointW, (LPCWSTR lpszRootPathName, LPWSTR lpszVolumeMountPoi…
|
H A D | GetUserDomainW.cpp | 27 EXTERN_C DWORD WINAPI GetUserDomainW_NT( LPWSTR lpBuffer, DWORD nSize ) in GetUserDomainW_NT() 31 EXTERN_C DWORD WINAPI GetUserDomainW_WINDOWS( LPWSTR lpBuffer, DWORD nSize ) in GetUserDomainW_NT() 42 DEFINE_CUSTOM_THUNK( kernel32, GetUserDomainW, DWORD, WINAPI, GetUserDomainW, ( LPWSTR lpBuffer, DW…
|
H A D | GetLongPathNameW.cpp | 27 EXTERN_C DWORD WINAPI GetLongPathNameW_NT( LPCWSTR lpShortPath, LPWSTR lpLongPath, DWORD cchBuffer ) in GetLongPathNameW_NT() 30 EXTERN_C DWORD WINAPI GetLongPathNameW_WINDOWS( LPCWSTR lpShortPathW, LPWSTR lpLongPathW, DWORD cch… in GetLongPathNameW_NT() 59 …tLongPathNameW, DWORD, WINAPI, GetLongPathNameW, ( LPCWSTR lpShortPathW, LPWSTR lpLongPathW, DWORD…
|
H A D | PathAddBackslashW.cpp | 29 IMPLEMENT_THUNK( shlwapi, WINDOWS, LPWSTR, WINAPI, PathAddBackslashW, 31 LPWSTR lpPathW
|
/aoo4110/main/sal/inc/systools/win32/ |
H A D | kernel9x.h | 162 LPWSTR lpFilename, // file name of module 168 LPWSTR lpBuffer // drive strings buffer 189 LPWSTR lpszCanonicalPath, // path buffer 237 LPWSTR lpszLongPath, // path buffer 247 LPWSTR lpszCanonicalPath, // path buffer 254 LPWSTR lpLCData, // information buffer 261 LPWSTR lpBuffer, // path buffer 262 LPWSTR *lpFilePart // address of file name in path 294 LPWSTR lpBuffer, // buffer for variable value 305 LPWSTR lpBuffer // directory buffer [all …]
|
H A D | advapi9x.h | 107 LPWSTR lpName, // subkey name 110 LPWSTR lpClass, // class string buffer 119 LPWSTR lpClass, // class string 135 LPWSTR lpValueName, // value buffer 168 LPWSTR lpClassW, // address of buffer for class string
|
H A D | shell9x.h | 76 SHELL9X_API LPWSTR * ( WINAPI * lpfnCommandLineToArgvW ) ( LPCWSTR lpCmdLine, int *pNumArgs ); 78 SHELL9X_API BOOL ( WINAPI * lpfnSHGetPathFromIDListW ) ( LPCITEMIDLIST pidl, LPWSTR pszPath…
|
H A D | user9x.h | 126 LPWSTR lpszFormatName, // format name 137 LPWSTR lpString, // text buffer
|
/aoo4110/main/external/mingwheaders/ |
H A D | mingw_headers.patch | 366 +WINBASEAPI HANDLE WINAPI FindFirstVolumeW(LPWSTR,DWORD); 368 WINBASEAPI HANDLE WINAPI FindFirstVolumeMountPointW(LPWSTR,LPWSTR,DWORD); 376 WINBASEAPI BOOL WINAPI FindNextVolumeW(HANDLE,LPWSTR,DWORD); 382 WINBASEAPI DWORD WINAPI GetLogicalDriveStringsW(DWORD,LPWSTR); 386 WINBASEAPI DWORD WINAPI GetLongPathNameW(LPCWSTR,LPWSTR,DWORD); 471 DWORD WINAPI VerFindFileW(DWORD,LPWSTR,LPWSTR,LPWSTR,LPWSTR,PUINT,LPWSTR,PUINT); 473 DWORD WINAPI VerInstallFileW(DWORD,LPWSTR,LPWSTR,LPWSTR,LPWSTR,LPWSTR,LPWSTR,PUINT); 479 +DWORD WINAPI GetFileVersionInfoSizeW(LPWSTR,PDWORD); 481 +BOOL WINAPI GetFileVersionInfoW(LPWSTR,DWORD,DWORD,PVOID); 483 DWORD WINAPI VerLanguageNameW(DWORD,LPWSTR,DWORD); [all …]
|
/aoo4110/main/sal/osl/w32/ |
H A D | tempfile.cxx | 114 rtl_uString* base_directory, LPWSTR temp_file_name) in osl_win32_GetTempFileName_impl_() 161 LPWSTR tmp_name, in osl_createTempFile_impl_() 198 LPWSTR tmp_name; in osl_createTempFile() 239 LPWSTR lpBuffer = ::osl::mingw_reinterpret_cast<LPWSTR>(aBuffer); in osl_getTempDirURL()
|
H A D | security.c | 47 LPWSTR lpUserName; // User name (required) 48 LPWSTR lpProfilePath; // Roaming profile path 49 LPWSTR lpDefaultPath; // Default user profile path 50 LPWSTR lpServerName; // Validating DC name in netbios format 51 LPWSTR lpPolicyPath; // Path to the NT4 style policy file 706 BOOL (WINAPI *pSHGetSpecialFolderPathW)(HWND, LPWSTR, int, BOOL); in GetSpecialFolder() 709 …pSHGetSpecialFolderPathW = (BOOL (WINAPI *)(HWND, LPWSTR, int, BOOL))GetProcAddress(hLibrary, "SHG… in GetSpecialFolder() 732 …BOOL (WINAPI *pSHGetPathFromIDListW)(LPCITEMIDLIST, LPWSTR) = (BOOL (WINAPI *)(LPCITEMIDLIST, LPWS… in GetSpecialFolder()
|
H A D | process.cxx | 226 …if ((buflen = GetModuleFileNameW (0, ::osl::mingw_reinterpret_cast<LPWSTR>(aBuffer), aBuffer.getBu… in osl_bootstrap_getExecutableFile_Impl() 273 LPWSTR *wargv = CommandLineToArgvW( GetCommandLineW(), &nArgs ); in osl_createCommandArgs_Impl() 287 …uffer), L".exe", aBuffer.getBufSizeInSymbols(), ::osl::mingw_reinterpret_cast<LPWSTR>(aBuffer), 0); in osl_createCommandArgs_Impl() 445 …dwLen = GetCurrentDirectory( aBuffer.getBufSizeInSymbols(), ::osl::mingw_reinterpret_cast<LPWSTR>(… in osl_getProcessWorkingDir()
|
/aoo4110/main/framework/source/fwi/helper/ |
H A D | networkdomain.cxx | 49 static DWORD WINAPI GetUserDomainW_NT( LPWSTR lpBuffer, DWORD nSize ) in GetUserDomainW_NT() 58 static DWORD WINAPI GetUserDomainW_WINDOWS( LPWSTR lpBuffer, DWORD nSize ) in GetUserDomainW_WINDOWS() 120 nResult = GetUserDomainW_WINDOWS( reinterpret_cast<LPWSTR>(aBuffer), sizeof( aBuffer ) ); in GetUserDomain() 122 nResult = GetUserDomainW_NT( reinterpret_cast<LPWSTR>(aBuffer), sizeof( aBuffer ) ); in GetUserDomain()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salprn.cxx | 400 …LPWSTR pPrnName = reinterpret_cast<LPWSTR>(const_cast<sal_Unicode*>(pInfo->maPrinterName.GetBuffer… in GetPrinterQueueState() 446 static sal_Bool(WINAPI*pGetDefaultPrinter)(LPWSTR,LPDWORD) = NULL; in GetDefaultPrinter() 459 pGetDefaultPrinter = (sal_Bool(WINAPI*)(LPWSTR,LPDWORD)) pFunc; in GetDefaultPrinter() 468 LPWSTR pStr = (LPWSTR)rtl_allocateMemory(nChars*sizeof(WCHAR)); in GetDefaultPrinter() 511 nCaps, (LPWSTR)pOutput, pDevMode ); in ImplDeviceCaps() 565 …LPWSTR pPrinterNameW = reinterpret_cast<LPWSTR>(const_cast<sal_Unicode*>(pPrinter->maDeviceName.Ge… in ImplTestSalJobSetup() 659 …LPWSTR pPrinterNameW = reinterpret_cast<LPWSTR>(const_cast<sal_Unicode*>(pPrinter->maDeviceName.Ge… in ImplUpdateSalJobSetup() 1358 static HDC ImplCreateICW_WithCatch( LPWSTR pDriver, in ImplCreateICW_WithCatch() 1401 hDC = ImplCreateICW_WithCatch( reinterpret_cast< LPWSTR >(pDriverName), in ImplCreateSalPrnIC() 2116 aInfo.lpszDocName = (LPWSTR)rJobName.GetBuffer(); in StartJob() [all …]
|
/aoo4110/main/fpicker/source/win32/filepicker/ |
H A D | FileOpenDlg.hxx | 86 LPWSTR lpstrCustomFilter; 89 LPWSTR lpstrFile; 91 LPWSTR lpstrFileTitle;
|
/aoo4110/main/vcl/win/source/window/ |
H A D | salmenu.cxx | 118 pSalMenuItem->mInfo.dwTypeData = (LPWSTR) pSalMenuItem->mText.GetBuffer(); in CreateMenuItem() 343 pWItem->mInfo.dwTypeData = (LPWSTR) aStr.GetBuffer(); in SetItemText() 372 pWItem->mInfo.dwTypeData = (LPWSTR) aStr.GetBuffer(); in SetAccelerator()
|
/aoo4110/main/fpicker/source/win32/folderpicker/ |
H A D | MtaFop.cxx | 403 m_bi.pszDisplayName = reinterpret_cast<LPWSTR>(m_pathBuff.get()); in onBrowseForFolder() 454 reinterpret_cast<LPWSTR>(const_cast< sal_Unicode* >( aDirectory.getStr( ) )), in getItemIdListFromPath() 473 bool bRet = SHGetPathFromIDListW( lpItemIdList, reinterpret_cast<LPWSTR>(m_pathBuff.get()) ); in getPathFromItemIdList()
|
/aoo4110/main/filter/source/placeware/ |
H A D | tempfile.cxx | 91 LPWSTR lpBuffer = szBuffer; in my_getTempDirURL() 103 lpBuffer = (LPWSTR)alloca( sizeof(WCHAR) * nLength ); in my_getTempDirURL()
|
/aoo4110/main/desktop/win32/source/ |
H A D | extendloaderenvironment.cxx | 46 LPWSTR buf = NULL; in fail() 49 GetLastError(), 0, reinterpret_cast< LPWSTR >(&buf), 0, NULL); in fail()
|
/aoo4110/main/desktop/win32/source/rebase/ |
H A D | rebase.cxx | 61 LPWSTR buf = NULL; in fail() 64 GetLastError(), 0, reinterpret_cast< LPWSTR >(&buf), 0, NULL); in fail()
|
H A D | rebasegui.cxx | 62 LPWSTR buf = NULL; in fail() 65 GetLastError(), 0, reinterpret_cast< LPWSTR >(&buf), 0, NULL); in fail()
|