Lines Matching refs:Job

62 DEFINE_XINTERFACE_4( Job                                             ,  in DEFINE_XINTERFACE_4()  argument
70 DEFINE_XTYPEPROVIDER_4( Job , in DEFINE_XINTERFACE_4()
91 Job::Job( /*IN*/ const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR , in DEFINE_XINTERFACE_4()
121 Job::Job( /*IN*/ const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR , in Job() function in framework::Job
143 Job::~Job() in ~Job()
161 void Job::setDispatchResultFake( /*IN*/ const css::uno::Reference< css::frame::XDispatchResultListe… in setDispatchResultFake()
180 void Job::setJobData( const JobData& aData ) in setJobData()
209 void Job::execute( /*IN*/ const css::uno::Sequence< css::beans::NamedValue >& lDynamicArgs ) in execute()
337 void Job::die() in die()
390 css::uno::Sequence< css::beans::NamedValue > Job::impl_generateJobArgs( /*IN*/ const css::uno::Sequ… in impl_generateJobArgs()
487 void Job::impl_reactForJobResult( /*IN*/ const css::uno::Any& aResult ) in impl_reactForJobResult()
558 void Job::impl_startListening() in impl_startListening()
629 void Job::impl_stopListening() in impl_stopListening()
704 void SAL_CALL Job::jobFinished( /*IN*/ const css::uno::Reference< css::task::XAsyncJob >& xJob , in jobFinished()
748 void SAL_CALL Job::queryTermination( /*IN*/ const css::lang::EventObject& ) throw(css::frame::Termi… in queryTermination()
795 void SAL_CALL Job::notifyTermination( /*IN*/ const css::lang::EventObject& ) throw(css::uno::Runtim… in notifyTermination()
820 void SAL_CALL Job::queryClosing( const css::lang::EventObject& aEvent , in queryClosing()
895 void SAL_CALL Job::notifyClosing( const css::lang::EventObject& ) throw(css::uno::RuntimeException) in notifyClosing()
910 void SAL_CALL Job::disposing( const css::lang::EventObject& aEvent ) throw(css::uno::RuntimeExcepti… in disposing()