Home
last modified time | relevance | path

Searched refs:LPWSTR (Results 1 – 25 of 74) sorted by relevance

123

/aoo41x/main/sal/systools/win32/uwinapi/
H A DResolveUnicows.cpp87 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 DCommandLineToArgvW.cpp77 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 DPathFindFileNameW.cpp31 IMPLEMENT_THUNK( shlwapi, WINDOWS, LPWSTR, WINAPI, PathFindFileNameW,
42 LPWSTR pOutW = const_cast<LPWSTR>(lpPathW);
46 return const_cast<LPWSTR>(lpPathW);
H A DPathFindExtensionW.cpp32 IMPLEMENT_THUNK( shlwapi, WINDOWS, LPWSTR, WINAPI, PathFindExtensionW,
43 LPWSTR pOutW = const_cast<LPWSTR>(lpPathW);
47 return const_cast<LPWSTR>(lpPathW) + wcslen(lpPathW);
H A DFindFirstVolumeMountPointW.cpp25 …nel32, TRYLOAD, HANDLE, WINAPI, FindFirstVolumeMountPointW, (LPWSTR lpszRootPathName, LPWSTR lpszV…
27 …, HANDLE, WINAPI, FindFirstVolumeMountPointW, (LPCWSTR lpszRootPathName, LPWSTR lpszVolumeMountPoi…
H A DGetUserDomainW.cpp27 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 DGetLongPathNameW.cpp27 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 DPathAddBackslashW.cpp29 IMPLEMENT_THUNK( shlwapi, WINDOWS, LPWSTR, WINAPI, PathAddBackslashW,
31 LPWSTR lpPathW
/aoo41x/main/sal/inc/systools/win32/
H A Dkernel9x.h162 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 Dadvapi9x.h107 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 Dshell9x.h76 SHELL9X_API LPWSTR * ( WINAPI * lpfnCommandLineToArgvW ) ( LPCWSTR lpCmdLine, int *pNumArgs );
78 SHELL9X_API BOOL ( WINAPI * lpfnSHGetPathFromIDListW ) ( LPCITEMIDLIST pidl, LPWSTR pszPath…
H A Duser9x.h126 LPWSTR lpszFormatName, // format name
137 LPWSTR lpString, // text buffer
/aoo41x/main/external/mingwheaders/
H A Dmingw_headers.patch366 +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 …]
/aoo41x/main/sal/osl/w32/
H A Dtempfile.cxx114 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 Dsecurity.c47 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 Dprocess.cxx226 …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()
/aoo41x/main/framework/source/fwi/helper/
H A Dnetworkdomain.cxx49 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()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalprn.cxx400LPWSTR 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()
565LPWSTR pPrinterNameW = reinterpret_cast<LPWSTR>(const_cast<sal_Unicode*>(pPrinter->maDeviceName.Ge… in ImplTestSalJobSetup()
659LPWSTR 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 …]
/aoo41x/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.hxx86 LPWSTR lpstrCustomFilter;
89 LPWSTR lpstrFile;
91 LPWSTR lpstrFileTitle;
/aoo41x/main/vcl/win/source/window/
H A Dsalmenu.cxx118 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()
/aoo41x/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx403 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()
/aoo41x/main/filter/source/placeware/
H A Dtempfile.cxx91 LPWSTR lpBuffer = szBuffer; in my_getTempDirURL()
103 lpBuffer = (LPWSTR)alloca( sizeof(WCHAR) * nLength ); in my_getTempDirURL()
/aoo41x/main/desktop/win32/source/
H A Dextendloaderenvironment.cxx46 LPWSTR buf = NULL; in fail()
49 GetLastError(), 0, reinterpret_cast< LPWSTR >(&buf), 0, NULL); in fail()
/aoo41x/main/desktop/win32/source/rebase/
H A Drebase.cxx61 LPWSTR buf = NULL; in fail()
64 GetLastError(), 0, reinterpret_cast< LPWSTR >(&buf), 0, NULL); in fail()
H A Drebasegui.cxx62 LPWSTR buf = NULL; in fail()
65 GetLastError(), 0, reinterpret_cast< LPWSTR >(&buf), 0, NULL); in fail()

Completed in 184 milliseconds

123