Commit Graph

19 Commits

Author SHA1 Message Date
b7ba598ced *api: clean up multi-line and mal-formed XML tags
It is amazing what some people believe autodoc supports.

Also, com::sun::uno::Any does not exist in IDL, that is part of
the C++ language binding.

Change-Id: I1f1f5cf5d27663ace6ff618ecbecb41fd2dfa1fc
2013-06-04 12:01:05 +02:00
928b8640c0 *api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>
sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g'

Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201
2013-06-04 12:01:05 +02:00
944eb99027 *api: convert <type>Foo</type>
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
2013-06-04 12:00:59 +02:00
db7a441342 Typo fix: informations -> information and a few other adjacent typos.
FDO:60724

Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b
Reviewed-on: https://gerrit.libreoffice.org/2479
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2013-03-02 02:45:55 +00:00
c73745117d re-base on ALv2 code. Includes:
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-09-27 11:35:06 +01:00
fc29987385 Remove comment art from offapi and udkapi
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-08-12 19:29:16 +02:00
91894d52b6 add mode-lines to .idl files 2012-01-05 09:18:17 +00:00
45e7a5b78c Strip include guards in idl files 2011-04-02 00:08:53 +02:00
b8250c7382 Some fixes to documentation (part 1)
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.
2011-01-25 07:03:25 +01:00
d794bc16a0 Merge to DEV300_m77 2010-04-27 12:15:15 +02:00
f5badcafb7 fwk138: #i87496# publish services, interfaces and etc. 2010-03-23 12:36:29 +01:00
7c80db2eb3 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
bc74a89be9 autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore. 2010-03-11 11:26:05 +01:00
1fc2ddc87c #i10000# 2010-01-26 14:48:33 +01:00
68690a1b5b autorecovery: added RecoveryStorage 2010-01-26 13:32:05 +01:00
868efa9c70 INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED
2008/03/31 15:59:59 rt 1.4.500.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:12:51 +00:00
51841f9a75 INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED
2005/09/05 12:19:08 rt 1.3.256.1: #i54170# Change license header: remove SISSL
2005-09-07 23:03:53 +00:00
d149866482 INTEGRATION: CWS fwkbugfix02 (1.2.102); FILE MERGED
2004/04/15 10:56:59 mav 1.2.102.2: #116368# allow to provide dispatch interceptor for outplace activation
2004/03/22 10:14:26 mav 1.2.102.1: #115011# review idl files
2004-05-10 17:00:29 +00:00
f940eb63db INTEGRATION: CWS mav07 (1.1.2); FILE ADDED
2003/12/16 08:38:22 mav 1.1.2.1: #112923# EmbeddedObjectDescriptor
2004-01-06 07:49:56 +00:00