Home
last modified time | relevance | path

Searched refs:APPLICATION_SWITCH (Results 1 – 19 of 19) sorted by relevance

/aoo42x/main/desktop/win32/source/applauncher/
H A Dlauncher.cxx72 …e = (LPTSTR)_alloca( sizeof(_TCHAR) * (_tcslen(lpCommandLine) + _tcslen(APPLICATION_SWITCH) + 2) ); in WinMain()
76 _tcscat( lpCommandLine, APPLICATION_SWITCH ); in WinMain()
H A Dsbase.cxx30 _TCHAR APPLICATION_SWITCH[] = _T( "-base" ); variable
H A Dscalc.cxx30 _TCHAR APPLICATION_SWITCH[] = _T( "-calc" ); variable
H A Dsdraw.cxx30 _TCHAR APPLICATION_SWITCH[] = _T( "-draw" ); variable
H A Dsimpress.cxx30 _TCHAR APPLICATION_SWITCH[] = _T( "-impress" ); variable
H A Dsmath.cxx30 _TCHAR APPLICATION_SWITCH[] = _T( "-math" ); variable
H A Dsweb.cxx30 _TCHAR APPLICATION_SWITCH[] = _T( "-web" ); variable
H A Dswriter.cxx28 _TCHAR APPLICATION_SWITCH[] = _T( "-writer" ); variable
H A Dlauncher.hxx42 extern _TCHAR APPLICATION_SWITCH[];
/aoo42x/main/desktop/os2/source/applauncher/
H A Dlauncher.cxx75 len = strlen(szApplicationName) + 1 + strlen( APPLICATION_SWITCH) + 1 + 1; in main()
83 strcat( pszArgs, APPLICATION_SWITCH); in main()
H A Dofficeloader.cxx24 CHAR APPLICATION_SWITCH[] = ( "" ); variable
H A Dos2quickstart.cxx24 CHAR APPLICATION_SWITCH[] = ( "-quickstart" ); variable
H A Dsbase.cxx24 CHAR APPLICATION_SWITCH[] = ( "-base" ); variable
H A Dswriter.cxx24 CHAR APPLICATION_SWITCH[] = ( "-writer" ); variable
H A Dscalc.cxx24 CHAR APPLICATION_SWITCH[] = ( "-calc" ); variable
H A Dsdraw.cxx24 CHAR APPLICATION_SWITCH[] = ( "-draw" ); variable
H A Dsimpress.cxx24 CHAR APPLICATION_SWITCH[] = ( "-impress" ); variable
H A Dsmath.cxx24 CHAR APPLICATION_SWITCH[] = ( "-math" ); variable
H A Dlauncher.hxx29 extern CHAR APPLICATION_SWITCH[];

Completed in 53 milliseconds