Lines Matching refs:OProcess
3400 sal_uInt16 nOptions = vos::OProcess::TOption_SearchPath| in RTLFUNC()
3401 vos::OProcess::TOption_Detached; in RTLFUNC()
3479 nOptions |= vos::OProcess::TOption_Minimized; in RTLFUNC()
3482 nOptions |= vos::OProcess::TOption_Maximized; in RTLFUNC()
3485 nOptions |= vos::OProcess::TOption_FullScreen; in RTLFUNC()
3493 nOptions |= vos::OProcess::TOption_Wait; in RTLFUNC()
3495 vos::OProcess::TProcessOption eOptions = in RTLFUNC()
3496 (vos::OProcess::TProcessOption)nOptions; in RTLFUNC()
3526 vos::OProcess* pApp; in RTLFUNC()
3527 pApp = new vos::OProcess( aOUStrProgUNC ); in RTLFUNC()
3531 bSucc = pApp->execute( eOptions ) == vos::OProcess::E_None; in RTLFUNC()
3536 bSucc = pApp->execute( eOptions, aArgList ) == vos::OProcess::E_None; in RTLFUNC()