Home
last modified time | relevance | path

Searched refs:aStartInfo (Results 1 – 5 of 5) sorted by relevance

/trunk/main/l10ntools/inc/l10ntools/
H A Dvosapp.hxx42 vos::OStartupInfo aStartInfo; in GetCommandLineParamCount() local
43 return (sal_uInt16)aStartInfo.getCommandArgCount(); in GetCommandLineParamCount()
48 vos::OStartupInfo aStartInfo; in GetCommandLineParam() local
50 aStartInfo.getCommandArg( nParam, aParam ); in GetCommandLineParam()
/trunk/main/tools/source/testtoolloader/
H A Dtesttoolloader.cxx55 vos:: OStartupInfo aStartInfo; in GetCommandLineParamCount() local
56 return aStartInfo.getCommandArgCount(); in GetCommandLineParamCount()
61 vos:: OStartupInfo aStartInfo; in GetCommandLineParam() local
63 vos:: OStartupInfo ::TStartupError eError = aStartInfo.getCommandArg( nParam, aParam ); in GetCommandLineParam()
/trunk/main/vos/source/
H A Dprocess.cxx430 OStartupInfo aStartInfo; in init() local
432 sal_uInt32 nArgs = aStartInfo.getCommandArgCount(); in init()
437 aStartInfo.getCommandArg(nIndex,aString); in init()
/trunk/main/vcl/source/app/
H A Dsvapp.cxx330 vos::OStartupInfo aStartInfo; in GetCommandLineParamCount() local
331 return (sal_uInt16)aStartInfo.getCommandArgCount(); in GetCommandLineParamCount()
338 vos::OStartupInfo aStartInfo; in GetCommandLineParam() local
340 aStartInfo.getCommandArg( nParam, aParam ); in GetCommandLineParam()
360 vos::OStartupInfo aStartInfo; in GetAppFileName() local
363 aStartInfo.getExecutableFile( aExeFileName ); in GetAppFileName()
H A Dsvmain.cxx311 vos::OStartupInfo aStartInfo; in InitVCL() local
334 aStartInfo.getExecutableFile( aExeFileName ); in InitVCL()

Completed in 40 milliseconds