/aoo4110/main/vos/source/ |
H A D | process.cxx | 352 OStartupInfo::TStartupError OStartupInfo::getCommandArg(sal_uInt32 nArg, rtl::OUString& strCommandA… in getCommandArg() function in OStartupInfo 392 sal_Bool SAL_CALL getCommandArg(sal_uInt32 nArg, ::rtl::OUString& strCommandArg); 415 sal_Bool SAL_CALL OExtCommandLineImpl::getCommandArg(sal_uInt32 nArg, ::rtl::OUString& strCommandAr… in getCommandArg() function in OExtCommandLineImpl 437 aStartInfo.getCommandArg(nIndex,aString); in init() 517 sal_Bool SAL_CALL OExtCommandLine::getCommandArg(sal_uInt32 nArg, ::rtl::OUString& strCommandArg) in getCommandArg() function in OExtCommandLine 519 return pExtImpl->getCommandArg(nArg,strCommandArg); in getCommandArg()
|
/aoo4110/main/vcl/unx/kde4/ |
H A D | KDEXLib.cxx | 110 aCommandLine.getCommandArg( nIdx, aParam ); in Init() 113 aCommandLine.getCommandArg( nIdx + 1, aParam ); in Init()
|
/aoo4110/main/vos/inc/vos/ |
H A D | process.hxx | 254 TStartupError SAL_CALL getCommandArg(sal_uInt32 nArg, ::rtl::OUString& strCommandArg); 306 sal_Bool SAL_CALL getCommandArg(sal_uInt32 nArg, ::rtl::OUString& strCommandArg);
|
/aoo4110/main/vcl/unx/kde/ |
H A D | kdedata.cxx | 147 aCommandLine.getCommandArg( nIdx, aParam ); in Init() 150 aCommandLine.getCommandArg( nIdx + 1, aParam ); in Init()
|
/aoo4110/main/vcl/test/ |
H A D | dndtest.cxx | 161 aInfo.getCommandArg( n, aArg ); in Main() 166 aInfo.getCommandArg( ++n, aRegistry ); in Main()
|
/aoo4110/main/vcl/unx/generic/app/ |
H A D | saldata.cxx | 407 aCommandLine.getCommandArg(i, aParam); in Init() 410 aCommandLine.getCommandArg(i+1, aParam); in Init()
|
/aoo4110/main/l10ntools/inc/l10ntools/ |
H A D | vosapp.hxx | 50 aStartInfo.getCommandArg( nParam, aParam ); in GetCommandLineParam()
|
/aoo4110/main/tools/source/testtoolloader/ |
H A D | testtoolloader.cxx | 63 vos:: OStartupInfo ::TStartupError eError = aStartInfo.getCommandArg( nParam, aParam ); in GetCommandLineParam()
|
/aoo4110/main/framework/source/application/ |
H A D | framework.cxx | 179 if ( aInfo.getCommandArg( nArgument, sArgument ) == osl_Process_E_None ) in impl_analyzeCommandArguments()
|
H A D | login.cxx | 272 aInfo.getCommandArg( nArgument, sArgument ); in impl_parseCommandline()
|
/aoo4110/main/framework/test/typecfg/ |
H A D | typecfg.cxx | 163 aInfo.getCommandArg( nArgument, sArgument ); in impl_parseCommandLine()
|
H A D | cfgview.cxx | 257 aInfo.getCommandArg( nArgument, sArgument ); in impl_parseCommandLine()
|
H A D | xml2xcd.cxx | 341 aInfo.getCommandArg( nArgument, sArgument ); in impl_parseCommandLine()
|
/aoo4110/main/comphelper/source/misc/ |
H A D | regpathhelper.cxx | 70 if ( !startInfo.getCommandArg(--nArgs, sArg) ) in retrievePortalUserDir()
|
/aoo4110/main/framework/test/threadtest/ |
H A D | threadtest.cxx | 702 aInfo.getCommandArg( nArgument, sArgument ); in Main()
|
/aoo4110/main/framework/test/ |
H A D | threadtest.cxx | 706 aInfo.getCommandArg( nArgument, sArgument ); in Main()
|
/aoo4110/main/vcl/source/app/ |
H A D | svapp.cxx | 340 aStartInfo.getCommandArg( nParam, aParam ); in GetCommandLineParam()
|