Home
last modified time | relevance | path

Searched refs:xJob (Results 1 – 14 of 14) sorted by relevance

/aoo42x/main/embeddedobj/test/MainThreadExecutor/
H A Dxexecutor.cxx53 MainThreadExecutor_Impl::MainThreadExecutor_Impl( const uno::Reference< task::XJob >& xJob, in MainThreadExecutor_Impl() argument
55 : m_xJob( xJob ) in MainThreadExecutor_Impl()
67 uno::Reference< task::XJob > xJob; in execute() local
70 aArguments[0].Value >>= xJob; in execute()
72 if ( !xJob.is() ) in execute()
79 MainThreadExecutor_Impl* pExecutor = new MainThreadExecutor_Impl( xJob, aArgsForJob ); in execute()
H A Dxexecutor.hxx72 …nThreadExecutor_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::task::XJob >& xJob,
/aoo42x/main/embeddedobj/test/mtexecutor/
H A Dmainthreadexecutor.cxx61 uno::Reference< task::XJob > xJob; in execute() local
67 aArguments[nInd].Value >>= xJob; in execute()
75 if ( xJob.is() ) in execute()
77 …MainThreadExecutorRequest* pMainThreadExecutorRequest = new MainThreadExecutorRequest( xJob, aValu… in execute()
122 MainThreadExecutorRequest::MainThreadExecutorRequest( const uno::Reference< task::XJob >& xJob, in MainThreadExecutorRequest() argument
124 : m_xJob( xJob ) in MainThreadExecutorRequest()
H A Dmainthreadexecutor.hxx43 const ::com::sun::star::uno::Reference< ::com::sun::star::task::XJob >& xJob,
/aoo42x/main/framework/source/jobs/
H A Djobdata.cxx691 css::uno::Reference< css::beans::XPropertySet > xJob; in getEnabledJobsForEvent() local
693 !(xJobList->getByName(pAllJobs[s]) >>= xJob) || in getEnabledJobsForEvent()
694 !(xJob.is() ) in getEnabledJobsForEvent()
701 xJob->getPropertyValue(ADMINTIME) >>= sAdminTime; in getEnabledJobsForEvent()
704 xJob->getPropertyValue(USERTIME) >>= sUserTime; in getEnabledJobsForEvent()
H A Djobdispatch.cxx320 …css::uno::Reference< css::uno::XInterface > xJob(static_cast< ::cppu::OWeakObject* >(pJob), css::u… in impl_dispatchEvent() local
383 …css::uno::Reference< css::uno::XInterface > xJob(static_cast< ::cppu::OWeakObject* >(pJob), css::u… in impl_dispatchService() local
434 …css::uno::Reference< css::uno::XInterface > xJob(static_cast< ::cppu::OWeakObject* >(pJob), css::u… in impl_dispatchAlias() local
H A Djobexecutor.cxx207 …css::uno::Reference< css::uno::XInterface > xJob(static_cast< ::cppu::OWeakObject* >(pJob), css::u… in trigger() local
299 …css::uno::Reference< css::uno::XInterface > xJob(static_cast< ::cppu::OWeakObject* >(pJob), css::u… in notifyEvent() local
H A Djob.cxx704 void SAL_CALL Job::jobFinished( /*IN*/ const css::uno::Reference< css::task::XAsyncJob >& xJob , in jobFinished() argument
713 if (m_xJob.is() && m_xJob==xJob) in jobFinished()
/aoo42x/main/embeddedobj/test/Container1/
H A DBitmapPainter.java77 …public BitmapPainter( XJob xJob, XWindow xWindow, XBitmap xBitmap, com.sun.star.awt.Rectangle aDra… in BitmapPainter() argument
79 if ( xJob == null ) in BitmapPainter()
/aoo42x/main/framework/qa/complex/api_internal/
H A DCheckAPI.java156 XJob xJob = UnoRuntime.queryInterface(XJob.class, oObj); in checkAPI() local
165 erg = (String)xJob.execute(internalParams); in checkAPI()
/aoo42x/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx255 …uno::Reference<task::XJob> xJob(m_xContext->getServiceManager()->createInstanceWithContext(sReport… in getNewOutputName() local
258 xJob->execute(aConvertedProperties); in getNewOutputName()
/aoo42x/main/framework/inc/jobs/
H A Djob.hxx223 virtual void SAL_CALL jobFinished( const css::uno::Reference< css::task::XAsyncJob >& xJob,
/aoo42x/main/extensions/source/update/check/
H A Dupdatecheck.cxx216 const uno::Reference< task::XJob >& xJob) in createMenuBarUI()
232 xMenuBarUI->setPropertyValue( PROPERTY_CLICK_HDL, uno::makeAny( xJob ) ); in createMenuBarUI()
/aoo42x/main/sc/source/ui/docshell/
H A Ddocsh.cxx709 …uno::Reference< task::XJob > xJob( xFactory->createInstanceWithContext( xContext ), uno::UNO_QUERY… in Notify() local
719 xJob->execute( aArgsForJob ); in Notify()

Completed in 373 milliseconds