Commit Graph

10 Commits

Author SHA1 Message Date
4bb43e1612 *api: replace <member>Foo</member>
These member variables need a # prefix.

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

Change-Id: I721b90f4edae32b5a362479bdbd60423f6427364
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
45e7a5b78c Strip include guards in idl files 2011-04-02 00:08:53 +02: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
002da73555 INTEGRATION: CWS dba30c (1.4.32); FILE MERGED
2008/05/13 07:25:06 fs 1.4.32.1: joining changes from CWS odbmacros3 to CWS dba30c
2008/04/21 12:23:06 fs 1.4.12.1: typo
2008-06-06 12:40:26 +00:00
3f15c0f71e INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED
2008/03/31 16:02:56 rt 1.3.34.1: #i87441# Change license header to LPGL v3.
2008-04-11 01:06:13 +00:00
ef531afe62 INTEGRATION: CWS odbmacros2 (1.2.180); FILE MERGED
2007/12/10 09:23:21 fs 1.2.180.1: @raises is invalid, @throws instead
2008-03-06 15:46:38 +00:00
fbfbc2d8a4 INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED
2007/01/15 08:15:13 fs 1.1.2.2: some refactoring after discussions with AB
2007/01/10 14:42:42 fs 1.1.2.1: a library container to be made persistent in a document's storage
2007-03-15 14:48:57 +00:00