Commit Graph

85 Commits

Author SHA1 Message Date
44404b7a6c *api: fix all unknown commands
Change-Id: Ied26925485b2be649cabafff338e6d78c7bd17b3
2013-06-04 12:01:07 +02:00
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
6e1d239ae0 *api: convert <true/> <false/> <void/>
sed -i 's,<\(true\|false\|void\)/>,`\U\1`,g'

Change-Id: I87a6e81ff22b47ea979322d01c49350892d3945f
2013-06-04 12:01:04 +02:00
be7f280ea7 *api: convert <atom>
sed -i 's,<atom>\([^<]\+\)</atom>,`\1`,g'

Change-Id: I530fe998b0c422e83c4324807d42700126bc9883
2013-06-04 12:01:04 +02:00
ea71a05840 *api: convert <member scope="foo">bar</member>
sed -i 's,<member scope="\([^"]*\)">\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1::\2(),g'

Change-Id: I265ff28fee73a271f205294e59955b3a1c81d95a
2013-06-04 12:01:01 +02:00
9f12a9da8d *api: convert <type scope="bar">Foo</type>
This looks much better now.

sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g'

Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
2013-06-04 12:01:00 +02:00
d1449a9b99 Bin pointless "DocMerge" comment lines
Change-Id: I8eb2116b39929770f00e30d5ab9ca2c28c988e35
2013-03-13 10:36:21 +02:00
9a36294079 fdo#46808, Adapt java::JavaVirtualMachine UNO service to new style
Change-Id: Ib0329b9cdc4290ce98c4182e8466c1b44b408341
2013-02-11 08:02:10 +02: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
85e94e11bc remove empty ascii boxes and stuff II
Change-Id: I7fc113f8d59f7c82bae6acace7bf4230b4c2bbea
2012-08-07 18:08:29 +02:00
753e9b3d45 udkapi, offapi: do not use #include "foo":
Evidently on Windows, the newfangled ucpp handles #include "foo"
differently from #include <foo> and treats it as a relative path, while
the angle brackets always result in absolute paths.
Since relative paths result in infinite rebuilds if make is invoked in a
different directory, don't use #include "foo" in IDL files.

Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
2012-07-30 20:49:09 +02:00
99ced0bdae re-base on ALv2 code. 2012-06-12 15:10:53 +01:00
91894d52b6 add mode-lines to .idl files 2012-01-05 09:18:17 +00:00
4313f43185 ause130: #i117218# change .idl handling to gnu make 2011-06-18 11:30:46 +02:00
08d473b2fb Strip include guards in idl files in ure/udkapi 2011-03-26 22:57:30 +01:00
9026aaa07f jsc340: i115337: cleanup since tags 2010-11-02 15:33:42 +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
dc1e07f163 INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED
2008/03/31 16:17:42 rt 1.10.92.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:21:00 +00:00
74930df1da INTEGRATION: CWS changefileheader (1.18.92); FILE MERGED
2008/03/31 16:17:42 rt 1.18.92.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:16:30 +00:00
13cc752875 INTEGRATION: CWS changefileheader (1.12.92); FILE MERGED
2008/03/31 16:17:42 rt 1.12.92.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:16:03 +00:00
a1d8a25787 INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED
2008/03/31 16:17:42 rt 1.4.92.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:15:41 +00:00
5a2d317ef3 INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED
2008/03/31 16:17:41 rt 1.5.92.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:15:24 +00:00
90768c0b86 INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED
2008/03/31 16:17:41 rt 1.8.92.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:15:05 +00:00
d0f162c01d INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED
2008/03/31 16:17:41 rt 1.11.92.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:14:47 +00:00
cd4ac9272a INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED
2008/03/31 16:17:41 rt 1.9.92.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:14:31 +00:00
b59304d25d INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED
2005/09/05 14:07:08 rt 1.9.42.1: #i54170# Change license header: remove SISSL
2005-09-09 14:40:27 +00:00
0be108f4fd INTEGRATION: CWS ooo19126 (1.17.10); FILE MERGED
2005/09/05 14:07:08 rt 1.17.10.1: #i54170# Change license header: remove SISSL
2005-09-09 14:40:11 +00:00
d8ececdc81 INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED
2005/09/05 14:07:08 rt 1.11.42.1: #i54170# Change license header: remove SISSL
2005-09-09 14:39:55 +00:00
a39f32f4d0 INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED
2005/09/05 14:07:08 rt 1.3.42.1: #i54170# Change license header: remove SISSL
2005-09-09 14:39:33 +00:00
0d96a689b9 INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED
2005/09/05 14:07:07 rt 1.4.16.1: #i54170# Change license header: remove SISSL
2005-09-09 14:39:19 +00:00
44b07e99a8 INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED
2005/09/05 14:07:07 rt 1.7.16.1: #i54170# Change license header: remove SISSL
2005-09-09 14:39:04 +00:00
303eb40506 INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED
2005/09/05 14:07:07 rt 1.10.42.1: #i54170# Change license header: remove SISSL
2005-09-09 14:38:39 +00:00
0c73305204 INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED
2005/09/05 14:07:07 rt 1.8.16.1: #i54170# Change license header: remove SISSL
2005-09-09 14:38:18 +00:00
aefbc7973a INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED
2005/09/05 14:07:06 rt 1.7.16.1: #i54170# Change license header: remove SISSL
2005-09-09 14:37:31 +00:00
a6c9215a64 INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED
2005/09/05 14:07:06 rt 1.4.16.1: #i54170# Change license header: remove SISSL
2005-09-09 14:36:53 +00:00
e12c017801 INTEGRATION: CWS sb31 (1.16.14); FILE MERGED
2005/04/07 12:32:51 sb 1.16.14.1: #120220# Added functionality to com.sun.star.java.XJavaVM.getJavaVM to additionally return a jvmaccess::UnoVirtualMachine.
2005-06-17 09:09:50 +00:00
6eedb52b37 INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED
2005/02/02 15:46:16 mi 1.6.16.1: #i33588# since tags corrected
2005-02-16 15:08:24 +00:00
ac0a15fddf INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED
2005/02/02 15:46:16 mi 1.3.16.1: #i33588# since tags corrected
2005-02-16 15:07:57 +00:00
7507d880f8 INTEGRATION: CWS sdk14 (1.7.16); FILE MERGED
2005/02/02 15:46:15 mi 1.7.16.1: #i33588# since tags corrected
2005-02-16 15:07:27 +00:00
c5f720730e INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED
2005/02/02 15:46:15 mi 1.3.16.1: #i33588# since tags corrected
2005-02-16 15:07:14 +00:00
622a1a9b64 INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED
2005/02/02 15:46:15 mi 1.6.16.1: #i33588# since tags corrected
2005-02-16 15:07:01 +00:00
86aa8421a3 INTEGRATION: CWS sdk14 (1.3.16); FILE MERGED
2005/02/02 15:46:14 mi 1.3.16.1: #i33588# since tags corrected
2005-02-16 15:06:17 +00:00
f241b838c8 INTEGRATION: CWS toolbars2 (1.2.26); FILE MERGED
2004/08/19 12:31:47 mi 1.2.26.1: #i33199# @since with version number instead of issue id
2004-09-09 15:57:03 +00:00
0a543ee87b INTEGRATION: CWS toolbars2 (1.5.24); FILE MERGED
2004/08/19 12:31:47 mi 1.5.24.1: #i33199# @since with version number instead of issue id
2004-09-09 15:56:49 +00:00
7ef74415df INTEGRATION: CWS toolbars2 (1.6.24); FILE MERGED
2004/08/19 12:31:47 mi 1.6.24.1: #i33199# @since with version number instead of issue id
2004-09-09 15:56:38 +00:00
160d39d1b0 INTEGRATION: CWS toolbars2 (1.5.24); FILE MERGED
2004/08/19 12:31:46 mi 1.5.24.1: #i33199# @since with version number instead of issue id
2004-09-09 15:56:02 +00:00
236f61e585 INTEGRATION: CWS toolbars2 (1.2.26); FILE MERGED
2004/08/19 12:31:46 mi 1.2.26.1: #i33199# @since with version number instead of issue id
2004-09-09 15:55:35 +00:00
c7f630549d INTEGRATION: CWS sb18 (1.15.8); FILE MERGED
2004/05/21 15:09:45 sb 1.15.8.1: #i21150# Added published flag.
2004-06-03 14:54:38 +00:00
828dc4e892 INTEGRATION: CWS sb18 (1.10.2); FILE MERGED
2004/05/21 15:09:44 sb 1.10.2.1: #i21150# Added published flag.
2004-06-03 14:54:22 +00:00
61645ffc03 INTEGRATION: CWS sb18 (1.2.132); FILE MERGED
2004/05/21 15:09:44 sb 1.2.132.1: #i21150# Added published flag.
2004-06-03 14:54:09 +00:00