summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xforms/XSubmission.idl
Commit message (Collapse)AuthorAgeFilesLines
* *api: convert <member scope="foo">bar</member>Michael Stahl2013-06-041-1/+1
| | | | | | sed -i 's,<member scope="\([^"]*\)">\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1::\2(),g' Change-Id: I265ff28fee73a271f205294e59955b3a1c81d95a
* *api: convert <member>Foo::bar</member>Michael Stahl2013-06-041-1/+1
| | | | | | | | | Doxygen would probably recognize these without () too but add them for consistency. sed -i "s,<member>\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1(),g" Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85
* *api: convert <type>Foo</type>Michael Stahl2013-06-041-1/+1
| | | | | | | | | | 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
* clean up all the UNO IDL module header guardsNoel Grandin2012-12-211-2/+2
| | | | | | | | | | .. so I don't keep tripping over the bad ones during my UNO cleanup work. (1) make them all use a similar syntax, makes it easier to run my automatic checker (2) some of them were just cut'n'paste accidents waiting to happen (3) remove unnecessary header guards in the __including__ file. That is very brittle. Change-Id: I4e679c15161483ad93aeb316a25d6db6d97e9d4e
* Remove comment art from offapi and udkapiJean-Tiare LE BIGOT2012-08-121-3/+0
| | | | | | | | | 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
* re-base on ALv2 code.Michael Meeks2012-06-121-26/+17
|
* add mode-lines to .idl filesCaolán McNamara2012-01-051-0/+3
|
* Strip include guards in idl filesJulien Nabet2011-04-021-8/+0
|
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-4/+1
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* INTEGRATION: CWS changefileheader (1.3.500); FILE MERGEDRüdiger Timm2008-04-111-23/+18
| | | | 2008/03/31 16:07:37 rt 1.3.500.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGEDRüdiger Timm2005-09-081-47/+21
| | | | 2005/09/05 12:37:57 rt 1.2.130.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS eforms2 (1.1.2); FILE ADDEDOliver Bolte2004-11-161-0/+110
2004/07/12 13:51:34 fs 1.1.2.1: #114856# an XForm submission