Lines Matching refs:SystemExec
73 DEFINE_XINTERFACE_5(SystemExec , in DEFINE_XINTERFACE_5() argument
81 DEFINE_XTYPEPROVIDER_5(SystemExec , in DEFINE_XINTERFACE_5()
88 DEFINE_XSERVICEINFO_MULTISERVICE_2(SystemExec , in DEFINE_XINTERFACE_5()
93 DEFINE_INIT_SERVICE(SystemExec, in DEFINE_XINTERFACE_5()
105 SystemExec::SystemExec( const css::uno::Reference< css::uno::XComponentContext >& xContext )
116 SystemExec::~SystemExec() in ~SystemExec()
123 css::uno::Reference< css::frame::XDispatch > SAL_CALL SystemExec::queryDispatch( const css::util::U… in queryDispatch()
135 css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL SystemExec::queryDispat… in queryDispatches()
151 void SAL_CALL SystemExec::dispatch( const css::util::URL& aURL … in dispatch()
159 void SAL_CALL SystemExec::dispatchWithNotification( const css::util::URL& … in dispatchWithNotification()
203 void SAL_CALL SystemExec::addStatusListener( const css::uno::Reference< css::frame::XStatusListener… in addStatusListener()
211 void SAL_CALL SystemExec::removeStatusListener( const css::uno::Reference< css::frame::XStatusListe… in removeStatusListener()
219 void SystemExec::impl_notifyResultListener(const css::uno::Reference< css::frame::XDispatchResultLi… in impl_notifyResultListener()