Commit Graph

24 Commits

Author SHA1 Message Date
618a0f8c03 whitespace for include statements
Change-Id: I76bd0ef07a2fa134e948724cecdf539ffe6ccb8a
2014-04-15 13:43:13 +02:00
2c35fff7ec remove most use of RTL_CONSTASCII_USTRINGPARAM macro
This is largely unnecessary when working with OUString

Change-Id: I3cf4d68357a43665d01162ef4a2d5346a45da9be
2013-11-19 10:29:30 +02:00
39d45390f4 removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations
s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms

Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b
Reviewed-on: https://gerrit.libreoffice.org/2835
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-19 10:48:30 +00: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
ecf943247f re-base on ALv2 code.
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-22 09:51:05 +01:00
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
3770bbbdba Remove superfluous empty lines on top
More than two lines are removed for readability.

Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09 04:57:58 +02:00
0a96c1f4f4 remove include of pch header in extensions 2011-11-27 13:08:28 -06:00
50c26300e5 Remove lots of dead code 2011-02-06 13:43:35 +01:00
86f964d438 Remove doubled headers. 2011-01-21 18:32:36 +01:00
ead7290449 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:57:23 +02:00
36de66bdf0 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
3481ba93ea CWS-TOOLING: integrate CWS jl129
2009-07-08 09:24:14 +0200 jl  r273817 : #i103275# catching DisposedException when calling XDesktop.terminate, the test librariesversion_3_0_0.dll, ..3_0_1.dll, .. 3.1.dll have been recreated and checked in
2009-07-08 09:20:29 +0200 jl  r273816 : #
2009-07-07 10:51:52 +0200 jl  r273784 : #103378# allow to pass Nothing in Basic for uno null reference
2009-07-07 10:30:48 +0200 jl  r273781 : #103242# VS 2008 changes
2009-07-07 10:21:23 +0200 jl  r273778 : #103242
2009-07-07 10:12:20 +0200 jl  r273777 : #103242 adapting to VS 2008
2009-07-03 09:47:21 +0200 jl  r273679 : #i10324# fix build errors
2009-07-03 09:12:08 +0200 jl  r273677 : #i10324# fix build errors
2009-07-02 15:26:07 +0200 jl  r273657 : #i103242 make it build again
2009-07-02 14:39:34 +0200 jl  r273652 : #i103242 make it build again
2009-07-02 14:18:45 +0200 jl  r273650 : #i103242 remove warnings
2009-07-02 14:11:48 +0200 jl  r273648 : #i103242
2009-07-02 12:41:23 +0200 jl  r273637 : #i103242
2009-07-02 12:25:09 +0200 jl  r273636 : #i103242 upgraded to VS2008
2009-07-02 12:00:07 +0200 jl  r273632 : #i103242 upgraded to VS2008
2009-07-02 11:30:55 +0200 jl  r273630 : #i103242 test does not build anymore
2009-07-02 11:14:21 +0200 jl  r273629 : #i103242 test does not build anymore
2009-07-02 10:59:56 +0200 jl  r273628 : #i103242 test does not build anymore
2009-07-02 10:17:43 +0200 jl  r273622 : #i103242 run test prints out the InnerException in case there was an exception. The InnerException is usually the one thrown in OOo
2009-07-01 17:06:24 +0200 jl  r273604 : #i103242 test does not build anymore
2009-07-16 11:33:46 +00:00
f720b876dc INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED
2008/03/31 12:32:32 rt 1.4.276.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:03:10 +00:00
c847a4b593 INTEGRATION: CWS changefileheader (1.6.180); FILE MERGED
2008/03/31 12:32:32 rt 1.6.180.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:02:52 +00:00
a76539974c INTEGRATION: CWS ause076 (1.5.10); FILE MERGED
2007/03/05 14:49:19 hjs 1.5.10.1: #i74721#, #i74812# and more
2007-03-09 07:41:58 +00:00
81e3696dc8 INTEGRATION: CWS ause074 (1.4.158); FILE MERGED
2007/02/02 10:20:30 hjs 1.4.158.1: #i74085# avoid useless shell calls
2007-02-06 11:59:51 +00:00
7a6bc3c793 INTEGRATION: CWS pchfix02 (1.3.482); FILE MERGED
2006/09/01 17:26:52 kaib 1.3.482.1: #i68856# Added header markers and pch files
2006-09-16 12:33:10 +00:00
97ffdacf26 INTEGRATION: CWS ause043 (1.3.40); FILE MERGED
2005/10/31 12:51:38 hjs 1.3.40.1: #i56702# remove overrides for default uno header generation
2006-05-24 12:35:39 +00:00
455ef3d842 INTEGRATION: CWS ooo19126 (1.2.68); FILE MERGED
2005/09/05 13:01:40 rt 1.2.68.1: #i54170# Change license header: remove SISSL
2005-09-08 19:53:44 +00:00
e3a8ff5e63 INTEGRATION: CWS ause028 (1.1.508); FILE MERGED
2005/05/03 09:39:15 hjs 1.1.508.1: #109143# use generated includes from solver; cleanup
2005-06-09 13:59:17 +00:00
c2cff7372b INTEGRATION: CWS jl5vba (1.2.144); FILE MERGED
2004/01/19 12:21:02 jl 1.2.144.1: #112439# join cws ab02vba
2004-03-17 12:18:06 +00:00
1f3ded67a2 INTEGRATION: CWS uno2 (1.1.90); FILE MERGED
2003/04/08 09:56:50 dbo 1.1.90.1: #107991# UNO shared library component renaming
2003-04-23 16:13:48 +00:00
d2c8e36b32 *** empty log message *** 2001-06-27 12:08:44 +00:00