Home
last modified time | relevance | path

Searched refs:strCommandArg (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vos/source/
H A Dprocess.cxx352 …artupInfo::TStartupError OStartupInfo::getCommandArg(sal_uInt32 nArg, rtl::OUString& strCommandArg) in getCommandArg() argument
354 return ( TStartupError ) osl_getCommandArg( nArg,&strCommandArg.pData ); in getCommandArg()
392 sal_Bool SAL_CALL getCommandArg(sal_uInt32 nArg, ::rtl::OUString& strCommandArg);
415 …_Bool SAL_CALL OExtCommandLineImpl::getCommandArg(sal_uInt32 nArg, ::rtl::OUString& strCommandArg) in getCommandArg() argument
422 strCommandArg = aExtArgVector[nArg]; in getCommandArg()
517 sal_Bool SAL_CALL OExtCommandLine::getCommandArg(sal_uInt32 nArg, ::rtl::OUString& strCommandArg) in getCommandArg() argument
519 return pExtImpl->getCommandArg(nArg,strCommandArg); in getCommandArg()
/trunk/main/vos/inc/vos/
H A Dprocess.hxx255 TStartupError SAL_CALL getCommandArg(sal_uInt32 nArg, ::rtl::OUString& strCommandArg);
307 sal_Bool SAL_CALL getCommandArg(sal_uInt32 nArg, ::rtl::OUString& strCommandArg);
/trunk/main/sal/osl/os2/
H A Dprocess_impl.cxx171 oslProcessError SAL_CALL osl_getCommandArg (sal_uInt32 nArg, rtl_uString ** strCommandArg) in osl_getCommandArg() argument
179 rtl_uString_assign (strCommandArg, g_command_args.m_ppArgs[nArg + 1]); in osl_getCommandArg()
/trunk/main/sal/osl/unx/
H A Dprocess_impl.cxx215 oslProcessError SAL_CALL osl_getCommandArg (sal_uInt32 nArg, rtl_uString ** strCommandArg) in osl_getCommandArg() argument
223 rtl_uString_assign (strCommandArg, g_command_args.m_ppArgs[nArg + 1]); in osl_getCommandArg()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx2429 rtl_uString * strCommandArg = NULL; in lookupProfile() local
2431 if ((osl_getCommandArg( n, &strCommandArg ) == osl_Process_E_None) && in lookupProfile()
2432 ((strCommandArg->buffer[0] == L'-') || (strCommandArg->buffer[0] == L'+')) && in lookupProfile()
2433 …(rtl_ustr_ascii_compare_WithLength(strCommandArg->buffer, RTL_CONSTASCII_LENGTH(SVERSION_OPTION), … in lookupProfile()
2435 sal_Unicode *pCommandArg = strCommandArg->buffer + RTL_CONSTASCII_LENGTH(SVERSION_OPTION); in lookupProfile()
H A Dprocess.cxx353 oslProcessError SAL_CALL osl_getCommandArg( sal_uInt32 nArg, rtl_uString **strCommandArg) in osl_getCommandArg() argument
362 rtl_uString_assign (strCommandArg, g_command_args.m_ppArgs[nArg + 1]); in osl_getCommandArg()
/trunk/main/sal/inc/rtl/
H A Dprocess.h60 oslProcessError SAL_CALL rtl_getAppCommandArg(sal_uInt32 nArg, rtl_uString **strCommandArg);
/trunk/main/sal/inc/osl/
H A Dprocess.h364 oslProcessError SAL_CALL osl_getCommandArg(sal_uInt32 nArg, rtl_uString **strCommandArg);

Completed in 46 milliseconds