/aoo41x/main/xmerge/source/activesync/ |
H A D | XMergeSync.cpp | 136 (::_tcslen(_T("C:\\Program Files\\Microsoft ActiveSync\\pwdcnv.dll,0")) in DllRegisterServer() 161 (::_tcslen(sTemp) * sizeof(TCHAR) + (1 * sizeof(TCHAR)))); in DllRegisterServer() 248 (::_tcslen(_T("C:\\Program Files\\Microsoft ActiveSync\\pwdcnv.dll,0")) in DllRegisterServer() 275 (::_tcslen(sTemp) * sizeof(TCHAR) + (1 * sizeof(TCHAR)))); in DllRegisterServer() 330 (::_tcslen(_T("Binary Copy")) * sizeof(TCHAR) + (1 * sizeof(TCHAR)))); in DllRegisterServer() 383 (::_tcslen(_T("C:\\Program Files\\Microsoft ActiveSync\\pwdcnv.dll,0")) in DllRegisterServer() 410 (::_tcslen(sTemp) * sizeof(TCHAR) + (1 * sizeof(TCHAR)))); in DllRegisterServer() 524 (::_tcslen(sTemp) * sizeof(TCHAR) + (1 * sizeof(TCHAR)))); in DllRegisterServer() 580 (::_tcslen(_T("Binary Copy")) * sizeof(TCHAR) + (1 * sizeof(TCHAR)))); in DllRegisterServer() 778 (::_tcslen(_T("Binary Copy")) * sizeof(TCHAR) + (1 * sizeof(TCHAR)))); in DllUnregisterServer() [all …]
|
/aoo41x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | shellextensions.cxx | 155 …dler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Value), _tcslen(ColumnHandler.Val… in InstallExecSequenceEntry() 156 …ler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(InfotipHandler.Value), _tcslen(InfotipHandler.Va… in InstallExecSequenceEntry() 157 …andler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(PropHandler.Value), _tcslen(PropHandler.Value… in InstallExecSequenceEntry() 158 …Viewer.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ThumbViewer.Value), _tcslen(ThumbViewer.Value… in InstallExecSequenceEntry() 167 …dler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Value), _tcslen(ColumnHandler.Val… in InstallExecSequenceEntry() 168 …ler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(InfotipHandler.Value), _tcslen(InfotipHandler.Va… in InstallExecSequenceEntry() 169 …andler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(PropHandler.Value), _tcslen(PropHandler.Value… in InstallExecSequenceEntry() 170 …Viewer.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ThumbViewer.Value), _tcslen(ThumbViewer.Value… in InstallExecSequenceEntry() 180 …dler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Value), _tcslen(ColumnHandler.Val… in InstallExecSequenceEntry() 182 …andler.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(PropHandler.Value), _tcslen(PropHandler.Value… in InstallExecSequenceEntry() [all …]
|
/aoo41x/main/sal/systools/win32/uwinapi/ |
H A D | GetLongPathName.cpp | 38 if ( _tcslen( lpShortPath ) == 2 && lpShortPath[1] == ':' ) 41 dwResult = _tcslen( lpLongPath ); 48 if ( lpShortPath[_tcslen(lpShortPath)-1] == '\\' ) 93 dwResult = _tcslen( lpLongPath ); 100 dwResult = _tcslen( lpLongPath ); 103 dwResult += _tcslen( aFindFileData.cFileName ) + 1;
|
H A D | GetModuleFileNameExA.cpp | 60 dwResult = _tcslen( me.szExePath );
|
/aoo41x/main/sal/osl/w32/ |
H A D | pipeimpl.cxx | 156 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_M… in CreatePipeDataMapping() 169 if ( MAX_PATH + _tcslen(lpName) < nChars + 1 ) in CreatePipeDataMapping() 171 lpMappingFileName = (LPTSTR)alloca( (nChars + 1 + _tcslen(lpName)) * sizeof(TCHAR) ); in CreatePipeDataMapping() 222 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_M… in OpenPipeDataMapping() 242 …LPTSTR lpMutexName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_SYN… in CreatePipeDataMutex() 262 …LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX… in CreatePipeConnectionSemaphore() 547 m_lpName = new TCHAR[_tcslen(lpName) + 1]; in ServerPipe() 709 int nPrefixLen = _tcslen( LOCAL_PIPE_PREFIX ); in CreateSimplePipe() 717 int nPrefixLen = _tcslen( LOCAL_PIPE_PREFIX ); in OpenSimplePipe()
|
H A D | file_url.cxx | 388 if ( fValid && !( dwPathType & PATHTYPE_IS_LONGPATH ) && _tcslen( lpszPath ) >= MAX_PATH ) in IsValidFilePath() 414 sal_Int32 nDelLen = _tcslen( lpLastDelimiter ); in PathRemoveFileSpec() 444 int nLen = _tcslen(lpPath); in PathAddBackslash() 538 return _tcslen( lpszPath ); in GetCaseCorrectPathNameEx() 566 if ( _tcslen( lpszShortPath ) <= cchBuffer ) in GetCaseCorrectPathName()
|
H A D | file_dirvol.cxx | 353 int nLen = _tcslen( pEnum->lpCurrent ); in EnumLogicalDrives() 1143 if ( pItemImpl->cDriveString[_tcslen(pItemImpl->cDriveString) - 1] != '\\' ) in osl_getDirectoryItem()
|
H A D | procimpl.cxx | 141 while (size_t l = _tcslen(p)) in read_environment()
|
/aoo41x/main/sal/osl/os2/ |
H A D | pipeimpl.cxx | 151 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_M… in CreatePipeDataMapping() 164 if ( MAX_PATH + _tcslen(lpName) < nChars + 1 ) in CreatePipeDataMapping() 166 lpMappingFileName = (LPTSTR)alloca( (nChars + 1 + _tcslen(lpName)) * sizeof(TCHAR) ); in CreatePipeDataMapping() 217 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_M… in OpenPipeDataMapping() 237 …LPTSTR lpMutexName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_SYN… in CreatePipeDataMutex() 257 …LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX… in CreatePipeConnectionSemaphore() 542 m_lpName = new TCHAR[_tcslen(lpName) + 1]; in ServerPipe() 704 int nPrefixLen = _tcslen( LOCAL_PIPE_PREFIX ); in CreateSimplePipe() 712 int nPrefixLen = _tcslen( LOCAL_PIPE_PREFIX ); in OpenSimplePipe()
|
H A D | file_url.h | 42 #define _tcslen(a) wcslen((const wchar_t *) a) macro
|
H A D | file_url.cxx | 451 if ( fValid && _tcslen( lpszPath ) >= _MAX_PATH ) in IsValidFilePath()
|
/aoo41x/main/setup_native/source/win32/stwrapper/ |
H A D | stwrapper.cxx | 229 size_t nLen = _tcslen( szProgramFilesFolder ); in RetrieveExecutablePath() 248 size_t nLen = _tcslen( lpSource ); in SafeCopy() 294 if ( _tcslen( lpArg ) >= 2 ) in _tWinMain() 366 if ( _tcslen( szInstanceURN ) == 0 ) in _tWinMain() 421 if ( _tcslen( szInstanceURN ) > 0 ) in _tWinMain() 487 if ( _tcslen( szInstanceURN ) > 0 ) in _tWinMain()
|
/aoo41x/main/desktop/win32/source/officeloader/ |
H A D | officeloader.cxx | 256 _tcsncat( szPipeName, szUserIdent, elementsof(szPipeName) - _tcslen(szPipeName) - 1 ); in WinMain() 257 _tcsncat( szPipeName, PIPE_POSTFIX, elementsof(szPipeName) - _tcslen(szPipeName) - 1 ); in WinMain() 258 …_tcsncat( szPipeName, _ultot( SUPD, szSUPD, 10), elementsof(szPipeName) - _tcslen(szPipeName) - 1 … in WinMain()
|
/aoo41x/main/desktop/win32/source/applauncher/ |
H A D | launcher.cxx | 72 …lpCommandLine = (LPTSTR)_alloca( sizeof(_TCHAR) * (_tcslen(lpCommandLine) + _tcslen(APPLICATION_SW… in WinMain()
|
/aoo41x/main/desktop/win32/source/ |
H A D | wrapper.h | 121 else if ( 0 == _tcsncmp( ppArguments[argn], PARAM_LIBPATH_STR, _tcslen(PARAM_LIBPATH_STR) ) ) in Main() 125 …GetFullPathName( ppArguments[argn] + _tcslen(PARAM_LIBPATH_STR), sizeof(szPathValue) / sizeof(TCHA… in Main()
|
/aoo41x/main/desktop/win32/source/setup/ |
H A D | setup.cpp | 1182 if ( _tcsncmp( pMsiVersion, m_pReqVersion, _tcslen( pMsiVersion ) ) < 0 ) in CheckVersion() 1212 if ( !m_pUpgradeKey || ( _tcslen( m_pUpgradeKey ) == 0 ) ) in CheckForUpgrade() 1236 if ( m_pProductVersion && ( _tcslen( m_pProductVersion ) > 0 ) ) in CheckForUpgrade() 1578 else if ( _tcsnicmp( pSub, PARAM_RUNNING, _tcslen( PARAM_RUNNING ) ) == 0 ) in GetCmdLineParameters() 1582 … else if ( _tcsnicmp( pSub, CMDLN_REG_ALL_MSO_TYPES, _tcslen( CMDLN_REG_ALL_MSO_TYPES ) ) == 0 ) in GetCmdLineParameters() 1586 … else if ( _tcsnicmp( pSub, CMDLN_REG_NO_MSO_TYPES, _tcslen( CMDLN_REG_NO_MSO_TYPES ) ) == 0 ) in GetCmdLineParameters()
|
/aoo41x/main/svx/source/dialog/ |
H A D | sendreportw32.cxx | 151 sizeof(TCHAR) * (_tcslen(lpHTTPProxyServer) + 1) ); in SaveParams() 187 sizeof(TCHAR) * (_tcslen(lpEmail) + 1) ); in SaveParams()
|
/aoo41x/main/sal/qa/osl/process/ |
H A D | osl_process_child.cxx | 83 while (size_t l = _tcslen(reinterpret_cast<wchar_t*>(p))) in dump_env()
|
H A D | osl_process.cxx | 349 while (size_t l = _tcslen(p)) in read_parent_environment()
|
/aoo41x/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 373 int len = _tcslen(szBuffer); in readLine()
|
/aoo41x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 2225 _TCHAR *envstr = (TCHAR *)alloca( (_tcslen( lpVar ) + _tcslen( lpValue ) + 2) * sizeof(_TCHAR) ); in _tsetenv()
|