summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/XAsyncJob.idl
AgeCommit message (Collapse)Author
2013-06-04*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>Michael Stahl
sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g' Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201
2013-06-04*api: convert remaining <member>Michael Stahl
sed -i "s,<member>\([^<]\+\)</member>,\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
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-09-27re-base on ALv2 code. Includes:Michael Meeks
linecap: Reintegrating finished LineCap feature Work contributed by Regina Henschel http://svn.apache.org/viewvc?view=revision&revision=1232507 i118815 - Deprecate service due to removed implementation Patch contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1233320 i118814 - Allow set timeout in Mail API Patch contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1235679 included in the Apache baseline: dr80: #i117511# remove some assertions in xlsx/xlsb import filters Patch contributed by Daniel Rentz
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-01-05add mode-lines to .idl filesCaolán McNamara
2011-04-02Strip include guards in idl filesJulien Nabet
2011-01-28Some fixes to documentation (part 4)Aurimas Fišeras
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
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.7.500); FILE MERGEDRüdiger Timm
2008/03/31 16:05:10 rt 1.7.500.1: #i87441# Change license header to LPGL v3.
2005-09-08INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGEDRüdiger Timm
2005/09/05 12:31:44 rt 1.6.242.1: #i54170# Change license header: remove SISSL
2004-06-03INTEGRATION: CWS sb18 (1.5.322); FILE MERGEDOliver Bolte
2004/05/21 15:04:26 sb 1.5.322.1: #i21150# Added published flag.
2003-04-04INTEGRATION: CWS fwk01 (1.4.92); FILE MERGEDJens-Heiner Rechtien
2003/03/27 07:20:39 as 1.4.92.1: #108109# add service descriptions for Job and AsyncJob; correct jobs documentation
2002-10-03#94968# IDL reviews mergedMichael Hönnig
2002-04-30#65293# removed comments after #endifVladimir Glazounov
2001-12-05#91062# simple revision of job execution interfacesAndreas Schlüns
2001-09-14initial checkin - specification for a job to be executed asynchronouslyFrank Schönheit