Home
last modified time | relevance | path

Searched refs:Job (Results 1 – 25 of 41) sorted by relevance

12

/aoo42x/main/framework/source/jobs/
H A Djob.cxx62 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()
180 void Job::setJobData( const JobData& aData ) in setJobData()
337 void Job::die() in die()
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()
[all …]
H A Djobdispatch.cxx319 Job* pJob = new Job(m_xSMGR, m_xFrame); in impl_dispatchEvent()
382 Job* pJob = new Job(m_xSMGR, m_xFrame); in impl_dispatchService()
433 Job* pJob = new Job(m_xSMGR, m_xFrame); in impl_dispatchAlias()
H A Djobexecutor.cxx206 Job* pJob = new Job(m_xSMGR, css::uno::Reference< css::frame::XFrame >()); in trigger()
298 Job* pJob = new Job(m_xSMGR, xModel); in notifyEvent()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DJobQueue.java50 protected Job _head; // the head of the job list
51 protected Job _tail; // the tail of the job list
200 private Job removeJob(int waitTime) { in removeJob()
203 Job job = null; in removeJob()
231 Job current = _head; in removeJob()
274 synchronized void putJob(Job job, Object disposeId) { in putJob()
327 Job job = null; in enter()
H A DNativeThreadPool.java53 Job job = enter(pool); in enter()
64 public void putJob(Job job) { in putJob()
87 private static native Job enter(long pool); in enter()
90 long pool, byte[] threadId, Job job, boolean request, boolean oneWay); in putJob()
H A DJob.java50 public class Job { class
51 protected Job _next;
59 public Job(Object object, IReceiver iReceiver, Message iMessage) { in Job() method in Job
H A DIThreadPool.java105 public void putJob(Job job); in putJob()
/aoo42x/main/qadevOOo/tests/java/ifc/text/
H A D_XMailMergeBroadcaster.java82 XJob Job = (XJob) tEnv.getObjRelation("Job") ; in before() local
83 if (Job == null) in before()
98 XJob Job = (XJob) tEnv.getObjRelation("Job"); in _addMailMergeEventListener() local
101 Job.execute(executeArgs); in _addMailMergeEventListener()
127 XJob Job = (XJob) tEnv.getObjRelation("Job"); in _removeMailMergeEventListener() local
130 Job.execute(executeArgs); in _removeMailMergeEventListener()
/aoo42x/main/bridges/source/jni_uno/
H A Dnativethreadpool.cxx55 struct Job { struct
56 Job(Pool * thePool, jobject theJob): pool(thePool), job(theJob) {} in Job() argument
74 Job * job = static_cast< Job * >(data); in executeRequest()
197 Job * j = 0; in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob()
199 j = new(std::nothrow) Job(p, ref); in Java_com_sun_star_lib_uno_environments_remote_NativeThreadPool_putJob()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/
H A DAsynchronousFinalizer.java51 public static void add(Job job) { in add()
68 public interface Job { interface in AsynchronousFinalizer
78 Job j;
85 j = (Job) queue.remove(0);
/aoo42x/main/framework/inc/jobs/
H A Djob.hxx73 class Job : public css::lang::XTypeProvider class
195 Job( const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR ,
197 Job( const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR ,
199 virtual ~Job( );
/aoo42x/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DJobQueue_Test.java86 new Job(null, __iReceiver, in testThreadLeavesJobQueueOnReply()
152 jobQueue.putJob(new Job(workAt, __iReceiver, in testExecuteJobs()
177 new Job(workAt, __iReceiver, in testAsyncJobQueue()
199 jobQueue.putJob(new Job(workAt, __iReceiver, iMessage), in testSendRequests()
H A DThreadPool_Test.java343 new Job(iWorkAt, __iReceiver, in putJob()
410 new Job(this, ThreadPool_Test. __iReceiver, iMessage)); in syncCall()
/aoo42x/main/sw/source/core/docnode/
H A Dfinalthreadmanager.cxx357 …anager::registerJob(const css::uno::Reference< css::util::XCancellable > & Job) throw (css::uno::R… in registerJob() argument
361 maThreads.push_back( Job ); in registerJob()
370 …Manager::releaseJob(const css::uno::Reference< css::util::XCancellable > & Job) throw (css::uno::R… in releaseJob() argument
374 maThreads.remove( Job ); in releaseJob()
/aoo42x/main/qadevOOo/tests/java/mod/_sw/
H A DSwXMailMerge.java83 XJob Job = null; in createTestEnvironment() local
232 Job = (XJob) UnoRuntime.queryInterface(XJob.class, oObj); in createTestEnvironment()
234 Job.execute(vXJobArg2); in createTestEnvironment()
304 tEnv.addObjRelation( "Job", Job); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_fwk/
H A DJobExecutor.java81 static Job job = new Job();
248 class Job implements class
/aoo42x/main/qadevOOo/testdocs/qadevlibs/source/test/
H A Dmakefile.mk35 JAVAFILES = Job.java
36 JAVACLASSFILES = $(CLASSDIR)$/$(PACKAGE)$/Job.class
H A Dmanifest1 RegistrationClassName: test.Job
/aoo42x/main/cppu/source/threadpool/
H A Djobqueue.hxx39 struct Job struct
45 typedef ::std::list < struct Job > JobList;
H A Djobqueue.cxx53 Job job = { pThreadSpecificData , doRequest }; in add()
89 struct Job job={0,0}; in enter()
/aoo42x/main/offapi/com/sun/star/util/
H A DXJobManager.idl46 void registerJob( [in] com::sun::star::util::XCancellable Job );
51 void releaseJob( [in] com::sun::star::util::XCancellable Job );
/aoo42x/main/offapi/com/sun/star/task/
H A DJobExecutor.idl43 configuration and some <type>Job</type>s or <type>AsyncJob</type>s must be registered for that.
46 @see Job
H A DXJobListener.idl45 @param Job
63 [in] XAsyncJob Job,
/aoo42x/main/sw/source/core/inc/
H A Dfinalthreadmanager.hxx68 …nst com::sun::star::uno::Reference< com::sun::star::util::XCancellable > & Job) throw (com::sun::s…
69 …nst com::sun::star::uno::Reference< com::sun::star::util::XCancellable > & Job) throw (com::sun::s…
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java54 import com.sun.star.lib.uno.environments.remote.Job;
151 new Job(obj, java_remote_bridge.this, msg)); in run()

Completed in 127 milliseconds

12