Home
last modified time | relevance | path

Searched refs:Task (Results 1 – 25 of 91) sorted by relevance

1234

/trunk/main/wizards/com/sun/star/wizards/web/
H A DProcess.java44 import com.sun.star.wizards.ui.event.Task;
103 public Task myTask;
125 myTask = new Task(TASK, TASK_PREPARE, taskSteps); in Process()
215 private boolean createTempDir(Task task) in createTempDir()
252 private boolean cleanup(Task task) in cleanup()
294 …public static void copyMedia(UCB copy, CGSettings settings, String targetDir, Task task) throws Ex… in copyMedia()
338 private boolean publish(String dir, Task task) in publish()
393 private boolean publish(String dir, CGPublish publish, UCB copy, Task task) in publish()
414 public boolean generate(String targetDir, Task task) in generate()
501 Task task) in generate()
[all …]
H A DWWD_Events.java45 import com.sun.star.wizards.ui.event.Task;
147 final Task task = new Task("LoadDocs", PropertyNames.EMPTY_STRING, 10); in loadSession()
331 …final Task task = new Task(PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING, files.length * … in addDocument()
1221 Task task;
1223 public LoadDocs(XControl xC_, String[] files_, Task task_) in LoadDocs()
H A DTOCPreview.java36 import com.sun.star.wizards.ui.event.Task;
101 Task task = new Task(PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING, 10000); in refresh()
H A DWWD_Startup.java56 import com.sun.star.wizards.ui.event.Task;
263 …checkContent(settings.cp_DefaultSession.cp_Content, new Task(PropertyNames.EMPTY_STRING, PropertyN… in WWD_Startup()
701 protected void mount(CGSession session, Task task, boolean refreshStyle, XControl xC) in mount()
794 protected boolean checkDocument(CGDocument doc, Task task, XControl xC) in checkDocument()
852 private void checkContent(CGContent content, Task task, XControl xC) in checkContent()
H A DStatusDialog.java35 import com.sun.star.wizards.ui.event.Task;
139 private void initProgressBar(Task t) in initProgressBar()
239 public void execute(final UnoDialog parent_, final Task task, String title) in execute()
/trunk/main/sdext/source/presenter/
H A DPresenterTimer.cxx45 const PresenterTimer::Task& rTask,
51 PresenterTimer::Task maTask;
83 const PresenterTimer::Task& rTask,
132 const Task& rTask, in ScheduleSingleTaskRelative()
141 const Task& rTask, in ScheduleSingleTaskAbsolute()
152 const Task& rTask, in ScheduleRepeatedTask()
235 const PresenterTimer::Task& rTask, in CreateTimerTask()
430 const PresenterTimer::Task& rTask, in TimerTask()
H A DPresenterTimer.hxx53 typedef ::boost::function<void(const TimeValue&)> Task; typedef in sdext::presenter::PresenterTimer
58 const Task& rTask,
62 const Task& rTask,
71 const Task& rTask,
/trunk/main/migrationanalysis/src/wizard/
H A Dwizard.ulf65 …CR><CR>If necessary use the Task Manager to remove any frozen instances of <TOPIC>,<CR>using the A…
77 …<CR><CR>If necessary use the Task Manager to remove any frozen instances of Excel,<CR>using the Ap…
116 …R><CR>If necessary use the Task Manager to remove any frozen instances of PowerPoint,<CR>using the…
122 …an be run.<CR><CR>If Excel does not appear to be running please check the Task Manager and remove …
131 …s<CR><CR>If necessary use the Task Manager to remove any frozen instances of Word,<CR>using the Ap…
137 …CR><CR>If necessary use the Task Manager to remove any frozen instances of <TOPIC>,<CR>using the A…
/trunk/main/wizards/com/sun/star/wizards/web/status/
H A DTaskEvent.java56 public TaskEvent(Task source, int type_) in TaskEvent()
62 public Task getTask() in getTask()
64 return (Task) getSource(); in getTask()
H A DTask.java40 public class Task class
50 public Task(String taskName_, String subtaskName_, int max_) in Task() method in Task
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DTaskEvent.java51 public TaskEvent(Task source, int type_) in TaskEvent()
57 public Task getTask() in getTask()
59 return (Task) getSource(); in getTask()
H A DTask.java34 public class Task class
44 public Task(String taskName_, String subtaskName_, int max_) in Task() method in Task
/trunk/main/offapi/com/sun/star/frame/
H A DTask.idl42 Please use the service Frame instead of this deprecated Task. If it's
44 as a check for the Task service.
53 published service Task
H A Dmakefile.mk81 Task.idl\
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGDocument.java49 import com.sun.star.wizards.ui.event.Task;
118 public CGDocument(String url, XMultiServiceFactory xmsf, Task task) throws Exception in CGDocument()
123 task = new Task(PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING, 5); in CGDocument()
134 public void validate(XMultiServiceFactory xmsf, Task task) in validate()
/trunk/main/framework/inc/services/
H A Dtask.hxx79 class Task : public css::frame::XTask , // => XFrame => XComponent class
107 Task( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory );
123 virtual ~Task();
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DExporter.java27 import com.sun.star.wizards.ui.event.Task;
53 …ort(CGDocument source, String targetDirectory, XMultiServiceFactory xmsf, Task task) throws IOExce… in export()
H A DCopyExporter.java33 import com.sun.star.wizards.ui.event.Task;
48 public boolean export(CGDocument source, String target, XMultiServiceFactory xmsf, Task task) in export()
H A DFilterExporter.java28 import com.sun.star.wizards.ui.event.Task;
47 …public boolean export(CGDocument source, String target, XMultiServiceFactory xmsf, Task task) thro… in export()
H A DImpressHTMLExporter.java28 import com.sun.star.wizards.ui.event.Task;
45 …ort(CGDocument source, String targetDirectory, XMultiServiceFactory xmsf, Task task) throws IOExce… in export()
/trunk/main/svl/source/misc/
H A Dmediatyp.src432 Text [ en-US ] = "%PRODUCTNAME Task View" ;
442 Text [ en-US ] = "%PRODUCTNAME Task" ;
/trunk/main/sd/source/ui/dlg/
H A DPaneDockingWindow.src71 Text [ en-US ] = "Task Pane" ;
/trunk/main/udkapi/com/sun/star/uno/
H A DXCurrentContext.idl33 /** Task (e.g. thread) local execution context for UNO.
/trunk/main/sfx2/source/dialog/
H A Ddialog.src102 Text = "Task Pane" ;
/trunk/main/wizards/
H A DJar_web.mk95 wizards/com/sun/star/wizards/web/status/Task \

1234