Searched refs:aStartInfo (Results 1 – 5 of 5) sorted by relevance
42 vos::OStartupInfo aStartInfo; in GetCommandLineParamCount() local43 return (sal_uInt16)aStartInfo.getCommandArgCount(); in GetCommandLineParamCount()48 vos::OStartupInfo aStartInfo; in GetCommandLineParam() local50 aStartInfo.getCommandArg( nParam, aParam ); in GetCommandLineParam()
55 vos:: OStartupInfo aStartInfo; in GetCommandLineParamCount() local56 return aStartInfo.getCommandArgCount(); in GetCommandLineParamCount()61 vos:: OStartupInfo aStartInfo; in GetCommandLineParam() local63 vos:: OStartupInfo ::TStartupError eError = aStartInfo.getCommandArg( nParam, aParam ); in GetCommandLineParam()
430 OStartupInfo aStartInfo; in init() local432 sal_uInt32 nArgs = aStartInfo.getCommandArgCount(); in init()437 aStartInfo.getCommandArg(nIndex,aString); in init()
330 vos::OStartupInfo aStartInfo; in GetCommandLineParamCount() local331 return (sal_uInt16)aStartInfo.getCommandArgCount(); in GetCommandLineParamCount()338 vos::OStartupInfo aStartInfo; in GetCommandLineParam() local340 aStartInfo.getCommandArg( nParam, aParam ); in GetCommandLineParam()360 vos::OStartupInfo aStartInfo; in GetAppFileName() local363 aStartInfo.getExecutableFile( aExeFileName ); in GetAppFileName()
311 vos::OStartupInfo aStartInfo; in InitVCL() local334 aStartInfo.getExecutableFile( aExeFileName ); in InitVCL()
Completed in 52 milliseconds