4ec9f5d768
Remove RTL_CONSTASCII_(U)STRINGPARAM in odk(Developersguide)
...
Change-Id: Ic2a2cf04a691f628e862e81579d3d55d261fc492
2013-03-31 16:49:53 +02:00
8b27d78b4a
automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings
...
Done with a perl regex:
s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms
Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec
Reviewed-on: https://gerrit.libreoffice.org/2832
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
Tested-by: Thomas Arnhold <thomas@arnhold.org >
2013-03-19 09:00:26 +00:00
693332c0b4
Fix SDK examples
...
Change-Id: I0a3153bc3fa8338a1a0865db2fbe65a56ae064a4
2012-12-11 18:06:03 +01:00
33a0f8ce65
fdo#46808, Adapt awt::Toolkit UNO service to new style
...
Create a merged XToolkit2 interface for this service to implement.
Which is backwards-compatible, but does not require creating a new service.
Also mark sub-interfaces as non-optional.
Change-Id: I278d0288e92be277033013302267cf93f7d70480
2012-10-24 16:49:49 +02:00
f770c5d6bc
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-06 12:48:32 +02:00
e9a59da46a
Add vim/emacs modelines to all source files
...
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com )
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de >
2010-10-13 10:58:04 +02:00
1296914c84
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
0525725dbe
INTEGRATION: CWS changefileheader (1.5.98); FILE MERGED
...
2008/04/01 12:31:54 thb 1.5.98.1: #i85898# Stripping all external header guards
2008-04-10 15:30:40 +00:00
8afa1339fc
INTEGRATION: CWS jsc14 (1.4.14); FILE MERGED
...
2006/10/25 08:52:23 jsc 1.4.14.1: #i70636# remove auto generated precompiled header include
2006-11-06 13:59:41 +00:00
235d9b45c1
INTEGRATION: CWS pchfix02 (1.3.260); FILE MERGED
...
2006/09/01 17:32:20 kaib 1.3.260.1: #i68856# Added header markers and pch files
2006-09-16 23:09:21 +00:00
8b6a7e8339
INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED
...
2003/06/24 13:32:28 jsc 1.2.6.1: #110313# insert source license header
2003-06-30 14:12:00 +00:00
cd4057da38
INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
...
2003/05/09 10:41:10 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10 09:11:35 +00:00