/trunk/main/desktop/win32/source/ |
H A D | extendloaderenvironment.cxx | 55 bool contains(WCHAR const * paths, WCHAR const * path, WCHAR const * pathEnd) { in contains() 56 WCHAR const * q = path; in contains() 57 for (WCHAR const * p = paths;; ++p) { in contains() 58 WCHAR c = *p; in contains() 85 void extendLoaderEnvironment(WCHAR * binPath, WCHAR * iniDirectory) { in extendLoaderEnvironment() 92 WCHAR * nameEnd = name; in extendLoaderEnvironment() 109 WCHAR path[MAX_PATH]; in extendLoaderEnvironment() 110 WCHAR * pathEnd = tools::buildPath( in extendLoaderEnvironment() 116 WCHAR pad[2 * MAX_PATH + maxEnv]; in extendLoaderEnvironment() 118 WCHAR * padEnd = NULL; in extendLoaderEnvironment() [all …]
|
H A D | extendloaderenvironment.hxx | 38 inline WCHAR * commandLineAppend( in commandLineAppend() 39 WCHAR * buffer, WCHAR const * text, std::size_t length) in commandLineAppend() 45 inline WCHAR * commandLineAppend(WCHAR * buffer, WCHAR const * text) { in commandLineAppend() 49 inline WCHAR * commandLineAppendEncoded(WCHAR * buffer, WCHAR const * text) { in commandLineAppendEncoded() 52 WCHAR c = *text++; in commandLineAppendEncoded() 87 void extendLoaderEnvironment(WCHAR * binPath, WCHAR * iniDirectory);
|
/trunk/main/tools/source/misc/ |
H A D | pathutils.cxx | 38 WCHAR * filename(WCHAR * path) { in filename() 39 WCHAR * f = path; in filename() 40 for (WCHAR * p = path;;) { in filename() 51 WCHAR * buildPath( in buildPath() 52 WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd, in buildPath() 71 WCHAR const * p = frontEnd - 1; in buildPath() 91 WCHAR * p; in buildPath() 93 p = const_cast< WCHAR * >(frontEnd); in buildPath() 111 WCHAR * resolveLink(WCHAR * path) { in resolveLink() 124 WCHAR p2[MAX_PATH]; in resolveLink() [all …]
|
/trunk/main/cli_ure/source/native/ |
H A D | path.cxx | 38 WCHAR * filename(WCHAR * path) { in filename() 39 WCHAR * f = path; in filename() 40 for (WCHAR * p = path;;) { in filename() 51 WCHAR * buildPath( in buildPath() 52 WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd, in buildPath() 71 WCHAR const * p = frontEnd - 1; in buildPath() 91 WCHAR * p; in buildPath() 93 p = const_cast< WCHAR * >(frontEnd); in buildPath() 111 WCHAR * resolveLink(WCHAR * path) { in resolveLink() 124 WCHAR p2[MAX_PATH]; in resolveLink() [all …]
|
H A D | native_bootstrap.cxx | 52 WCHAR * resolveLink(WCHAR * path); 95 data = new WCHAR[size]; in getPathFromRegistryKey() 118 WCHAR * getInstallPath() in getInstallPath() 120 WCHAR * szInstallPath = NULL; in getInstallPath() 125 szInstallPath = new WCHAR[cChars+1]; in getInstallPath() 167 WCHAR * sEnvPath = NULL; in extendPath() 171 sEnvPath = new WCHAR[cChars]; in extendPath() 182 WCHAR * sNewPath = new WCHAR[lstrlen(sEnvPath) + lstrlen(szUreBinPath) + 2]; in extendPath() 202 WCHAR * szUreBinPath = getInstallPath(); in loadFromPath() 208 WCHAR* szFullPath = new WCHAR[lstrlen(sLibName) + lstrlen(szUreBinPath) + 2]; in loadFromPath() [all …]
|
/trunk/main/tools/inc/tools/ |
H A D | pathutils.hxx | 49 WCHAR * filename(WCHAR * path); 76 WCHAR * buildPath( 77 WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd, 78 WCHAR const * backBegin, std::size_t backLength); 91 WCHAR * resolveLink(WCHAR * path);
|
/trunk/main/sal/osl/w32/ |
H A D | nlsupport.c | 42 WCHAR Language[3]; 43 WCHAR Country[3]; 65 WCHAR langCode[4]; in EnumLocalesProcA() 85 WCHAR ctryCode[4]; in EnumLocalesProcA() 128 WCHAR ansiCP[6]; in GetTextEncodingFromLCID() 136 WCHAR *pwcEnd; in GetTextEncodingFromLCID() 206 WCHAR langCode[4]; in _imp_getProcessLocale() 207 WCHAR ctryCode[4]; in _imp_getProcessLocale()
|
/trunk/main/sal/workben/clipboardwben/testviewer/ |
H A D | cbvtest.cxx | 53 WCHAR szTitle[MAX_LOADSTRING]; // Text der Titelzeile 54 WCHAR szWindowClass[MAX_LOADSTRING]; // Text der Titelzeile 203 WCHAR szHello[MAX_LOADSTRING]; in WndProc() 246 WCHAR wcString[MAX_LOADSTRING]; in WndProc() 285 WCHAR wcMenuString[MAX_LOADSTRING]; in SwitchMenuState() 316 WCHAR szErrMsg[] = { L"Couldn't open the clipboard" }; in ShowAvailableClipboardFormats() 322 WCHAR szCBChangedMsg[100]; in ShowAvailableClipboardFormats()
|
/trunk/main/desktop/win32/source/guiloader/ |
H A D | genericloader.cxx | 69 WCHAR cwd[MAX_PATH]; in GenericMain() 74 WCHAR redirect[MAX_PATH]; in GenericMain() 83 WCHAR * cl2 = new WCHAR[ in GenericMain() 92 WCHAR * p = desktop_win32::commandLineAppend(cl2, cl1); in GenericMain()
|
/trunk/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | propspec.hxx | 73 CFullPropSpec( GUID const & guidPropSet, WCHAR const * wcsProperty ); 95 BOOL SetProperty( WCHAR const * wcsProperty ); 96 inline WCHAR const * GetPropertyName() const; 137 inline WCHAR const * CFullPropSpec::GetPropertyName() const in GetPropertyName()
|
H A D | propspec.cxx | 103 WCHAR const * wcsProperty ) : in CFullPropSpec() 182 BOOL CFullPropSpec::SetProperty( WCHAR const * wcsProperty ) in SetProperty() 190 int len = (int) ( (wcslen( wcsProperty ) + 1) * sizeof( WCHAR ) ); in SetProperty() 191 _psProperty.lpwstr = (WCHAR *)CoTaskMemAlloc( len ); in SetProperty()
|
H A D | ooofilt.cxx | 464 SCODE STDMETHODCALLTYPE COooFilter::GetText(ULONG * pcwcBuffer, WCHAR * awcBuffer) in GetText() 554 pPropVar->pwszVal = static_cast<WCHAR*>( CoTaskMemAlloc(cw*sizeof(WCHAR)) ); in GetValue()
|
/trunk/main/sal/qa/osl/security/ |
H A D | osl_Security.cxx | 379 WCHAR * wszDomainName = NULL; in main() 390 wszDomainName = new WCHAR[dwDomainBufferSize]; in main() 392 memset(wszDomainName, 0, dwDomainBufferSize*sizeof(WCHAR)); in main() 434 wszDomainName = new WCHAR[cchDomainName]; in main() 436 memset(wszDomainName, 0, cchDomainName*sizeof(WCHAR)); in main()
|
/trunk/main/sfx2/source/doc/ |
H A D | syspathw32.cxx | 34 static bool _SHGetSpecialFolderW32( int nFolderID, WCHAR* pszFolder, int nSize ) in _SHGetSpecialFolderW32() 41 WCHAR *lpFolder = static_cast< WCHAR* >( HeapAlloc( GetProcessHeap(), 0, 16000 )); in _SHGetSpecialFolderW32()
|
/trunk/main/desktop/win32/source/officeloader/ |
H A D | officeloader.cxx | 139 bool writeArgument(HANDLE pipe, char prefix, WCHAR const * argument) { in writeArgument() 212 WCHAR cwd[MAX_PATH]; in WinMain() 327 lpCommandLine = new WCHAR[n]; in WinMain() 329 WCHAR * p = desktop_win32::commandLineAppend( in WinMain()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 198 WCHAR* mpOutGlyphs; 394 mpOutGlyphs = new WCHAR[ mnGlyphCount ]; 413 const WCHAR* pCodes = reinterpret_cast<LPCWSTR>(&pBidiStr[i]); 477 WCHAR cNotDef = rArgs.mpStr[ nCharPos ]; 1118 static HRESULT ((WINAPI *pScriptItemize)( const WCHAR*, int, int, 1131 int, int, UINT, const RECT*, const SCRIPT_ANALYSIS*, const WCHAR*, 1146 pScriptIsComplex = (HRESULT (WINAPI*)(const WCHAR*,int,DWORD)) 1150 pScriptItemize = (HRESULT (WINAPI*)(const WCHAR*,int,int, 1155 pScriptShape = (HRESULT (WINAPI*)(HDC,SCRIPT_CACHE*,const WCHAR*, 1185 int,int,UINT,const RECT*,const SCRIPT_ANALYSIS*,const WCHAR*, [all …]
|
/trunk/main/canvas/source/cairo/ |
H A D | cairo_os2_cairo.cxx | 304 typedef USHORT WCHAR; typedef 305 extern "C" ULONG APIENTRY Ft2GetGlyphIndices( HPS, WCHAR *, int, USHORT *, ULONG ); 316 WCHAR unicode[2]; in ucs4toindex()
|
/trunk/main/vcl/win/source/window/ |
H A D | salframe.cxx | 2532 WCHAR aKeyBuf[ nMaxKeyLen ]; in ImplGetKeyNameText() 2548 for( WCHAR *pW=aKeyBuf, *pE=pW+nKeyLen; pW < pE; ++pW ) in ImplGetKeyNameText() 5413 LONG nTextLen = ImmGetCompositionStringW( hIMC, GCS_RESULTSTR, 0, 0 ) / sizeof( WCHAR ); in ImplHandleIMECompositionInput() 5416 WCHAR* pTextBuf = new WCHAR[nTextLen]; in ImplHandleIMECompositionInput() 5417 ImmGetCompositionStringW( hIMC, GCS_RESULTSTR, pTextBuf, nTextLen*sizeof( WCHAR ) ); in ImplHandleIMECompositionInput() 5442 WCHAR* pTextBuf = new WCHAR[nTextLen]; in ImplHandleIMECompositionInput() 5443 ImmGetCompositionStringW( hIMC, GCS_COMPSTR, pTextBuf, nTextLen*sizeof( WCHAR ) ); in ImplHandleIMECompositionInput() 5726 nRet = sizeof(RECONVERTSTRING) + (aEvt.maText.Len() + 1) * sizeof(WCHAR); in ImplHandleIMEReconvertString() 5734 nRet = sizeof(RECONVERTSTRING) + (aEvt.maText.Len() + 1) * sizeof(WCHAR); in ImplHandleIMEReconvertString() 5738 pReconvertString->dwCompStrOffset = aEvt.mnStart * sizeof(WCHAR); in ImplHandleIMEReconvertString() [all …]
|
/trunk/main/sal/systools/win32/uwinapi/ |
H A D | CommandLineToArgvW.cpp | 91 lpArgvW = (LPWSTR *)GlobalAlloc( 0, cchNeeded * sizeof(WCHAR) + sizeof(LPWSTR) ); 127 lpArgvW = (LPWSTR *)GlobalAlloc( 0, sizeof(LPWSTR) * (nTokens + 1) + sizeof(WCHAR) * cchNeeded );
|
H A D | ResolveUnicows.cpp | 200 DEFINE_UNICOWS_THUNK( kernel32, BOOL, WINAPI, FillConsoleOutputCharacterW, (HANDLE,WCHAR,DWORD,COOR… 326 DEFINE_UNICOWS_THUNK( user32, BOOL, WINAPI, IsCharAlphaNumericW, (WCHAR) ) 327 DEFINE_UNICOWS_THUNK( user32, BOOL, WINAPI, IsCharAlphaW, (WCHAR) ) 328 DEFINE_UNICOWS_THUNK( user32, BOOL, WINAPI, IsCharLowerW, (WCHAR) ) 329 DEFINE_UNICOWS_THUNK( user32, BOOL, WINAPI, IsCharUpperW, (WCHAR) ) 491 DEFINE_UNICOWS_THUNK( user32, SHORT, WINAPI, VkKeyScanExW, (WCHAR,HKL) ) 492 DEFINE_UNICOWS_THUNK( user32, SHORT, WINAPI, VkKeyScanW, (WCHAR) )
|
H A D | Uwinapi.h | 58 EXTERN_C WINBASEAPI LPWSTR WINAPI lstrchrW( LPCWSTR lpString, WCHAR c ); 60 EXTERN_C WINBASEAPI LPWSTR WINAPI lstrrchrW( LPCWSTR lpString, WCHAR c );
|
/trunk/main/filter/source/placeware/ |
H A D | tempfile.cxx | 90 WCHAR szBuffer[MAX_PATH]; in my_getTempDirURL() 103 lpBuffer = (LPWSTR)alloca( sizeof(WCHAR) * nLength ); in my_getTempDirURL()
|
/trunk/main/shell/source/win32/shlxthandler/util/ |
H A D | iso8601_converter.cxx | 57 WCHAR DateBuffer[ MAX_PATH ]; in iso8601_date_to_local_date() 72 WCHAR TimeBuffer[ MAX_PATH ]; in iso8601_date_to_local_date()
|
/trunk/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | layerlinks.cxx | 140 LPWSTR lpPathW = new WCHAR[nCharsRequired]; in CreateLayerLinks() 182 LPWSTR lpPathW = new WCHAR[nCharsRequired]; in CreateLayerLinks()
|
/trunk/main/sal/workben/clipboardwben/testcopy/ |
H A D | XTDataObject.cxx | 165 WCHAR buff[] = L"Hello World, How are you!"; in GetData() 171 hr = lpStream->Write( buff, sizeof( buff ) * sizeof( WCHAR ), NULL ); in GetData()
|