Commit Graph

8 Commits

Author SHA1 Message Date
d11a7b5eb1 *api: convert <const>
This one is apparently often abused to link to a constant group, while
it can only link to constants within a group.

sed -i "s,<const>\([^<]\+\)</const>,\1,g"

Change-Id: Ic3d8099751340e4b046298c861bb659beb351eaf
2013-06-04 12:01:02 +02:00
bb6503dd08 *api: convert remaining <member>
sed -i "s,<member>\([^<]\+\)</member>,\1,g"

Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
2013-06-04 12:01:01 +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
63607e9e07 re-base on ALv2 code. 2012-06-12 14:56:28 +01:00
91894d52b6 add mode-lines to .idl files 2012-01-05 09:18:17 +00:00
0d62b806f5 jsc340: i115337: cleanup since tags 2010-11-02 10:46:09 +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
f45dd6be7c INTEGRATION: CWS koheidatapilot01 (1.1.2); FILE ADDED
2008/05/20 12:57:50 kz 1.1.2.4: updated license header
2007/12/07 05:29:36 kohei 1.1.2.3: removed explicit scopes from elements whose scopes are com::sun::sheet, added more annotations for XDataPilotTable2 interface.
2007/12/06 23:08:29 kohei 1.1.2.2: more javadoc comments added.
2007/12/04 04:31:56 kohei 1.1.2.1: more API added.
2008-05-20 12:17:00 +00:00