Lines Matching refs:OProcess
3385 sal_uInt16 nOptions = vos::OProcess::TOption_SearchPath| in RTLFUNC()
3386 vos::OProcess::TOption_Detached; in RTLFUNC()
3464 nOptions |= vos::OProcess::TOption_Minimized; in RTLFUNC()
3467 nOptions |= vos::OProcess::TOption_Maximized; in RTLFUNC()
3470 nOptions |= vos::OProcess::TOption_FullScreen; in RTLFUNC()
3478 nOptions |= vos::OProcess::TOption_Wait; in RTLFUNC()
3480 vos::OProcess::TProcessOption eOptions = in RTLFUNC()
3481 (vos::OProcess::TProcessOption)nOptions; in RTLFUNC()
3511 vos::OProcess* pApp; in RTLFUNC()
3512 pApp = new vos::OProcess( aOUStrProgUNC ); in RTLFUNC()
3516 bSucc = pApp->execute( eOptions ) == vos::OProcess::E_None; in RTLFUNC()
3521 bSucc = pApp->execute( eOptions, aArgList ) == vos::OProcess::E_None; in RTLFUNC()