Home
last modified time | relevance | path

Searched refs:m_xJob (Results 1 – 6 of 6) sorted by relevance

/trunk/main/framework/source/jobs/
H A Djob.cxx238 m_xJob = m_xSMGR->createInstance(m_aJobCfg.getService()); in execute()
239 xSJob = css::uno::Reference< css::task::XJob >(m_xJob, css::uno::UNO_QUERY); in execute()
241 xAJob = css::uno::Reference< css::task::XAsyncJob >(m_xJob, css::uno::UNO_QUERY); in execute()
348 css::uno::Reference< css::lang::XComponent > xDispose(m_xJob, css::uno::UNO_QUERY); in die()
361 m_xJob = css::uno::Reference< css::uno::XInterface >(); in die()
713 if (m_xJob.is() && m_xJob==xJob) in jobFinished()
721 m_xJob = css::uno::Reference< css::uno::XInterface >(); in jobFinished()
759 css::uno::Reference< css::util::XCloseable > xClose(m_xJob, css::uno::UNO_QUERY); in queryTermination()
834 css::uno::Reference< css::util::XCloseable > xClose(m_xJob, css::uno::UNO_QUERY); in queryClosing()
849 css::uno::Reference< css::lang::XComponent > xDispose(m_xJob, css::uno::UNO_QUERY); in queryClosing()
/trunk/main/embeddedobj/test/MainThreadExecutor/
H A Dxexecutor.cxx40 if ( m_xJob.is() ) in IMPL_LINK()
43 m_xJob->execute( m_aArgs ); in IMPL_LINK()
55 : m_xJob( xJob ) in MainThreadExecutor_Impl()
H A Dxexecutor.hxx67 ::com::sun::star::uno::Reference< ::com::sun::star::task::XJob > m_xJob;
/trunk/main/embeddedobj/test/mtexecutor/
H A Dmainthreadexecutor.cxx124 : m_xJob( xJob ) in MainThreadExecutorRequest()
132 if ( m_xJob.is() ) in doIt()
133 m_xJob->execute( m_aValues ); in doIt()
H A Dmainthreadexecutor.hxx38 ::com::sun::star::uno::Reference< ::com::sun::star::task::XJob > m_xJob;
/trunk/main/framework/inc/jobs/
H A Djob.hxx116 css::uno::Reference< css::uno::XInterface > m_xJob; member in framework::Job

Completed in 59 milliseconds