Searched refs:_TCHAR (Results 1 – 20 of 20) sorted by relevance
/aoo42x/main/sal/systools/win32/uwinapi/ |
H A D | sntprintf.c | 71 static _TCHAR *GetLastBufferChar( _TCHAR *buffer, size_t count ) in GetLastBufferChar() 73 _TCHAR *last = NULL; in GetLastBufferChar() 74 _TCHAR *cur = buffer; in GetLastBufferChar() 91 _SNPRINTF_DLLIMPORT int __cdecl vsntprintf( _TCHAR *buffer, size_t count, const _TCHAR *format, va_… in vsntprintf() 105 _TCHAR *last = GetLastBufferChar( buffer, count ); in vsntprintf() 119 _TCHAR *last = GetLastBufferChar( buffer, count ); in vsntprintf() 129 _SNPRINTF_DLLIMPORT int __cdecl sntprintf( _TCHAR *buffer, size_t count, const _TCHAR *format, ... ) in sntprintf()
|
/aoo42x/main/svx/source/dialog/ |
H A D | sendreportw32.cxx | 92 _TCHAR szBuffer[2048]; in ReadParams() 145 …const _TCHAR *lpHTTPProxyServer = reinterpret_cast<LPCTSTR>(maParams.maHTTPProxyServer.GetBuffer()… in SaveParams() 153 _TCHAR* endptr = NULL; in SaveParams() 181 const _TCHAR *lpEmail = reinterpret_cast<LPCTSTR>(GetEMailAddress().GetBuffer()); in SaveParams() 213 _TCHAR szBuffer[1024]; in SendReport()
|
/aoo42x/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 59 _TCHAR buffer[1024]; in OutputDebugStringFormat() 329 static std::_tstring strip( const std::_tstring& s, _TCHAR c ) in strip() 365 _TCHAR szBuffer[1024]; in readLine()
|
/aoo42x/main/sal/systools/win32/kill/ |
H A D | kill.cxx | 323 _TCHAR *endptr = NULL; in ParseCommandArgs() 346 _TCHAR *endptr = NULL; in ParseCommandArgs()
|
/aoo42x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 127 static FILE *_xfopen( const _TCHAR *file, const _TCHAR *mode ) in _xfopen() 2220 static int _tsetenv( const _TCHAR *lpVar, const _TCHAR *lpValue ) in _tsetenv() 2225 _TCHAR *envstr = (TCHAR *)alloca( (_tcslen( lpVar ) + _tcslen( lpValue ) + 2) * sizeof(_TCHAR) ); in _tsetenv()
|
/aoo42x/main/desktop/win32/source/applauncher/ |
H A D | sbase.cxx | 30 _TCHAR APPLICATION_SWITCH[] = _T( "-base" );
|
H A D | scalc.cxx | 30 _TCHAR APPLICATION_SWITCH[] = _T( "-calc" );
|
H A D | sdraw.cxx | 30 _TCHAR APPLICATION_SWITCH[] = _T( "-draw" );
|
H A D | simpress.cxx | 30 _TCHAR APPLICATION_SWITCH[] = _T( "-impress" );
|
H A D | smath.cxx | 30 _TCHAR APPLICATION_SWITCH[] = _T( "-math" );
|
H A D | sweb.cxx | 30 _TCHAR APPLICATION_SWITCH[] = _T( "-web" );
|
H A D | swriter.cxx | 28 _TCHAR APPLICATION_SWITCH[] = _T( "-writer" );
|
H A D | launcher.hxx | 42 extern _TCHAR APPLICATION_SWITCH[];
|
H A D | launcher.cxx | 72 …lpCommandLine = (LPTSTR)_alloca( sizeof(_TCHAR) * (_tcslen(lpCommandLine) + _tcslen(APPLICATION_SW… in WinMain()
|
/aoo42x/main/desktop/win32/source/guistdio/ |
H A D | guistdio.inc | 291 int _tmain( int, _TCHAR ** ) 352 _TCHAR *lpLastDot = _tcsrchr( szModuleFileName, '.' );
|
/aoo42x/main/extensions/test/ole/cppToUno/ |
H A D | testcppuno.cxx | 59 int __cdecl _tmain( int /*argc*/, _TCHAR * /*argv[]*/ ) in _tmain() argument
|
/aoo42x/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | checkrunningofficelanguagepack.cxx | 59 _TCHAR buffer[1024]; in OutputDebugStringFormat()
|
/aoo42x/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | checkrunningoffice.cxx | 59 _TCHAR buffer[1024]; in OutputDebugStringFormat()
|
/aoo42x/main/desktop/win32/source/officeloader/ |
H A D | officeloader.cxx | 194 _TCHAR *lpLastSlash = _tcsrchr( szModuleFileName, '\\' ); in WinMain()
|
/aoo42x/main/extensions/test/ole/OleConverterVar1/ |
H A D | convTest.cxx | 70 int __cdecl _tmain( int argc, _TCHAR * argv[] ) in _tmain()
|
Completed in 105 milliseconds