summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/Job.idl
AgeCommit message (Collapse)Author
2014-01-24Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan
To replace com.sun.star.task.JobExecutor single-instance service, incorrectly converted in 748aa84e9808ad31c6ff6b71459525c82de10e58 [including changes by Stephan Bergmann <sbergman@redhat.com>] Change-Id: I4cea2c63a20b5b22f6e1f822fb35fcc4d0397687 Reviewed-on: https://gerrit.libreoffice.org/7609 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-06-04*api: convert <type>Foo</type>Michael Stahl
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
2012-08-12Remove comment art from offapi and udkapiJean-Tiare LE BIGOT
I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
2012-06-12re-base on ALv2 code.Michael Meeks
2012-01-05add mode-lines to .idl filesCaolán McNamara
2011-04-02Strip include guards in idl filesJulien Nabet
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.6.500); FILE MERGEDRüdiger Timm
2008/03/31 16:05:10 rt 1.6.500.1: #i87441# Change license header to LPGL v3.
2005-09-08INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGEDRüdiger Timm
2005/09/05 12:31:36 rt 1.5.178.1: #i54170# Change license header: remove SISSL
2004-09-09INTEGRATION: CWS toolbars2 (1.4.70); FILE MERGEDOliver Bolte
2004/08/19 12:30:14 mi 1.4.70.1: #i33199# @since with version number instead of issue id
2004-06-03INTEGRATION: CWS sb18 (1.3.308); FILE MERGEDOliver Bolte
2004/05/21 15:04:24 sb 1.3.308.1: #i21150# Added published flag.
2003-04-17INTEGRATION: CWS sdk01 (1.2.4); FILE MERGEDRüdiger Timm
2003/04/15 15:09:19 mi 1.2.4.1: #107627# @since tags added
2003-04-04INTEGRATION: CWS fwk01 (1.1.2); FILE ADDEDJens-Heiner Rechtien
2003/03/27 07:20:39 as 1.1.2.1: #108109# add service descriptions for Job and AsyncJob; correct jobs documentation