Home
last modified time | relevance | path

Searched full:jobs (Results 1 – 25 of 153) sorted by relevance

1234567

/trunk/main/framework/source/jobs/
H A Djobexecutor.cxx29 #include <jobs/jobexecutor.hxx>
30 #include <jobs/job.hxx>
31 #include <jobs/joburl.hxx>
108 // e.g. "/org.openoffice.Office.Jobs/Events/<event name>" in DEFINE_XINTERFACE_6()
164 shutdown of the office till all jobs was finished.
167 is used to locate registered jobs
182 // get list of all enabled jobs in trigger()
184 // filter disabled jobs using it's time stamp values. in trigger()
190 // step over all enabled jobs and execute it in trigger()
202 Jobs implements interfaces and dies by ref count! in trigger()
[all …]
H A Djobdispatch.cxx29 #include <jobs/jobdispatch.hxx>
30 #include <jobs/joburl.hxx>
31 #include <jobs/job.hxx>
231 If a job is already running, (it can only occure for asynchronous jobs)
269 @descr We search all registered jobs for this event and execute it.
274 the event, for which jobs can be registered
287 // get list of all enabled jobs in impl_dispatchEvent()
289 // filter disabled jobs using it's time stamp values. in impl_dispatchEvent()
298 // no jobs ... no execution in impl_dispatchEvent()
301 // It's not really an error, if no registered jobs could be located. in impl_dispatchEvent()
[all …]
H A Djobdata.cxx27 #include <jobs/jobdata.hxx>
56 const sal_Char* JobData::JOBCFG_ROOT = "/org.openoffice.Office.Jobs/Jobs/" ;
61 const sal_Char* JobData::EVENTCFG_ROOT = "/org.openoffice.Office.Jobs/Events/" ;
264 So this initialization method will be called for enabled jobs only.)
504 org.openoffice.Office.Jobs
505 @descr Because jobs can be executed by the dispatch framework using an uno service name
506 directly - an executed job must not have any configuration really. Such jobs
507 must provide the right interfaces only! But after finishing jobs can return
651 // create a config access to "/org.openoffice.Office.Jobs/Events" in getEnabledJobsForEvent()
668 // e.g. "/org.openoffice.Office.Jobs/Events/<event name>/JobList" in getEnabledJobsForEvent()
[all …]
/trunk/main/extensions/source/update/check/
H A Dmakefile.mk101 Jobs.xcu
105 $(SPOOLDIR)$/$(PACKAGEDIR)$/Jobs$/Jobs-onlineupdate.xcu
109 Jobs.xcu
137 $(SPOOLDIR)$/$(PACKAGEDIR)$/Jobs$/Jobs-onlineupdate.xcu : $(XCU_SOURCEDIR)$/Jobs.xcu
/trunk/main/desktop/registry/data/org/openoffice/Office/
H A Dmakefile.mk44 Jobs.xcu
54 $(SPOOLDIR)$/$(PACKAGEDIR)$/Jobs$/Jobs-registration.xcu
70 $(SPOOLDIR)$/$(PACKAGEDIR)$/Jobs$/Jobs-registration.xcu : $(PROCESSOUT)$/registry$/data$/$/$(PACKAG…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DJobExecutor.java90 * <li> Configuration in package <code>org.OpenOffice.Office.Jobs</code>
127 XNameAccess jobs = null; in initialize() local
137 args[0].Value = "org.openoffice.Office.Jobs"; in initialize()
142 obj = xHNA.getByHierarchicalName("Jobs"); in initialize()
143 jobs = (XNameAccess) UnoRuntime.queryInterface in initialize()
152 configured = jobs.hasByName("TestJob") && events.hasByName("TestEvent"); in initialize()
159 log.println("Adding configuration to Jobs ..."); in initialize()
161 UnoRuntime.queryInterface(XSingleServiceFactory.class, jobs); in initialize()
167 UnoRuntime.queryInterface(XNameContainer.class, jobs); in initialize()
/trunk/main/extensions/source/oooimprovement/
H A Dmakefile.mk78 Jobs.xcu \
82 $(SPOOLDIR)$/$(PACKAGEDIR)$/Jobs$/Jobs-oooimprovement.xcu \
94 $(SPOOLDIR)$/$(PACKAGEDIR)$/Jobs$/Jobs-oooimprovement.xcu : $(XCU_SOURCEDIR)$/Jobs.xcu
/trunk/main/officecfg/registry/schema/org/openoffice/Office/
H A DJobs.xcs25 …MLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Jobs" oor:package="org.o…
27 <desc >Contains information about registered jobs, bound on events.</desc>
62 <desc>If it's newer then AdminTime, the job is deactivated for execution.</desc>
67 <group oor:name="Event">
69 …hich can be detected at runtime and will be used to start jobs, which are registered for it.</desc>
73 …<desc>This list contains all registered jobs, which wish to be executed, if the coressponding even…
/trunk/main/framework/
H A DLibrary_fwk.mk104 framework/source/jobs/job \
105 framework/source/jobs/jobdata \
106 framework/source/jobs/jobdispatch \
107 framework/source/jobs/jobexecutor \
108 framework/source/jobs/jobresult \
109 framework/source/jobs/joburl \
H A DLibrary_fwm.mk61 framework/source/jobs/helponstartup \
62 framework/source/jobs/shelljob \
/trunk/main/sdext/source/presenter/
H A Dmakefile.mk136 Jobs.xcu \
140 $(SPOOLDIR)$/$(PACKAGEDIR)$/Jobs$/Jobs-presenterscreen.xcu \
152 $(SPOOLDIR)$/$(PACKAGEDIR)$/Jobs$/Jobs-presenterscreen.xcu : $(XCU_SOURCEDIR)$/Jobs.xcu
/trunk/main/framework/inc/jobs/
H A Djobdata.hxx30 #include <jobs/configaccess.hxx>
31 #include <jobs/jobresult.hxx>
73 /// specifies the root package and key to find registered jobs
113 /** These values can be used to differe between jobs with and jobs without
145 …/** Some jobs can be registered to "logical events", which are generated on demand if another docu…
191 Because jobs can be bind to different mechanism inside office, a job
H A Djob.hxx30 #include <jobs/jobresult.hxx>
31 #include <jobs/jobdata.hxx>
69 @descr This implementation can be used to wrap jobs, execute it
71 and differe between jobs with and without configuration.
119 Used to wait for finishing of asynchronous started jobs.
/trunk/main/postprocess/packregistry/
H A Dmakefile.mk73 # $(MY_MOD)/org/openoffice/Office/Jobs/Jobs-registration.xcu
124 $(MY_MOD)/org/openoffice/Office/Jobs/Jobs-presenterscreen.xcu \
165 $(MY_XCS)/Office/Jobs.xcs \
241 $(MY_XCU)/Office/Jobs.xcu \
305 $(MY_MOD)/org/openoffice/Office/Jobs/Jobs-registration.xcu
380 $(MY_MOD)/org/openoffice/Office/Jobs/Jobs-onlineupdate.xcu
384 $(MY_MOD)/org/openoffice/Office/Jobs/Jobs-oooimprovement.xcu \
/trunk/main/sw/source/core/docnode/
H A Dfinalthreadmanager.cxx39 /** thread to cancel a give list of cancellable jobs
159 /** thread to terminate office, when all jobs are cancelled.
317 …ASSERT( false, "<FinalThreadManager::~FinalThreadManager()> - still registered jobs are existing -… in ~FinalThreadManager()
325 …"<FinalThreadManager::~FinalThreadManager()> - cancellation of registered jobs not yet finished ->… in ~FinalThreadManager()
397 …hreadManager::cancelAllJobs()> - thread to cancel jobs can't be setup --> synchron cancellation of… in cancelAllJobs()
492 …// ASSERT( false, "<FinalThreadManager::notifyTermination()> - still registered jobs are existing"… in notifyTermination()
500 …, "<FinalThreadManager::notifyTermination()> - cancellation of registered jobs not yet finished ->… in notifyTermination()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/configuration/backend/
H A D_XMultiLayerStratum.java78 LayerIds[0] = "1 /org/openoffice/Office/Jobs.xcu"; in _getLayers()
104 LayerIds[0] = "1 /org/openoffice/Office/Jobs.xcu"; in _getMultipleLayers()
234 String[] LayerIDs = oObj.listLayerIds("org.openoffice.Office.Jobs", in _listLayerIds()
236 res &= LayerIDs[0].endsWith("Jobs.xcu"); in _listLayerIds()
239 if (!LayerIDs[0].endsWith("Jobs.xcu")) { in _listLayerIds()
240 log.println("\tExpected the id to end with Jobs.xcu"); in _listLayerIds()
/trunk/main/sdext/prj/
H A Dd.lst17 mkdir: %_DEST%\xml%_EXT%\registry\spool\org\openoffice\Office\Jobs
20 …isc\registry\spool\org\openoffice\Office\Jobs\*.xcu %_DEST%\xml%_EXT%\registry\spool\org\openoffic…
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DReportEngine.java28 * the configuration of the created report jobs.
31 * For each type of Job, there should be separate job-factory (remote jobs
32 * vs. local jobs etc).
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DJobQueue.java29 * The <code>JobQueue</code> implements a queue for jobs.
30 * For every jobs thread id exists a job queue which is registered
33 * The sync job queue is the registered queue, it delegates async jobs
57 protected Thread _worker_thread; // the thread that does the jobs
71 * A thread for dispatching jobs
H A DIThreadPool.java81 * This thread then executes all jobs put via
92 * This thread then executes all jobs put via
101 * to the jobs threadId.
/trunk/main/offapi/com/sun/star/util/
H A DXJobManager.idl38 /** Manage cancellable jobs.
49 /** deregisters a cancellable jobs.
54 /** cancel all registered jobs.
/trunk/main/offapi/com/sun/star/task/
H A DXJobExecutor.idl52 /** trigger event to start registered jobs
55 Jobs are registered in configuration and will be started by executor
63 describe the event for which jobs can be registered and should be started
/trunk/main/extensions/prj/
H A Dd.lst31 mkdir: %_DEST%\xml%_EXT%\registry\spool\org\openoffice\Office\Jobs
35 …isc\registry\spool\org\openoffice\Office\Jobs\*.xcu %_DEST%\xml%_EXT%\registry\spool\org\openoffic…
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DMakefile22 # Builds the DevGuide Jobs Addon component example of the SDK.
81 @echo $(SQM) $(SQM)manifest:full-path="$(QM)Jobs.xcu$(QM)"/$(CSEP) >> $@
87 $(COMP_PACKAGE) : $(COMP_JAR) Addons.xcu Jobs.xcu $(COMP_UNOPKG_MANIFEST) $(COMP_COMPONENTS)
91 $(SDK_ZIP) -u $@ Addons.xcu Jobs.xcu $(COMP_COMPONENTS)
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DJobs.xcu22 <oor:component-data oor:name="Jobs" oor:package="org.openoffice.Office" xmlns:oor="http://openoffic…
23 <node oor:name="Jobs">

1234567