Commit Graph

19 Commits

Author SHA1 Message Date
Thomas Arnhold
b6d97514cd reduce some spacing
Change-Id: I72d494b1c0ff5ed3c52ae6a078815f497e4dd647
2013-06-29 18:38:14 +02:00
Chr. Rossmanith
4ec9f5d768 Remove RTL_CONSTASCII_(U)STRINGPARAM in odk(Developersguide)
Change-Id: Ic2a2cf04a691f628e862e81579d3d55d261fc492
2013-03-31 16:49:53 +02:00
Thomas Arnhold
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
Thomas Arnhold
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
Stephan Bergmann
693332c0b4 Fix SDK examples
Change-Id: I0a3153bc3fa8338a1a0865db2fbe65a56ae064a4
2012-12-11 18:06:03 +01:00
Norbert Thiebaud
750fc20611 replace remaining InterlockedCount() with inlined version
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c
Reviewed-on: https://gerrit.libreoffice.org/671
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-25 01:55:38 +00:00
Szabolcs Dezsi
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
Alexander Bergmann
0439af27e1 Code cleanup: ( () ) replaced by (()) 2012-01-26 17:41:07 +00:00
Caolán McNamara
a74f430a1a tweak the odk example to be equivalent to the standard template 2011-06-03 08:55:08 +01:00
Anders Jonsson
7b0075d0c8 Remove block of commented code 2011-01-09 20:36:58 +00:00
Sebastian Spaeth
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
Jens-Heiner Rechtien
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
Kurt Zenker
42abada5a5 INTEGRATION: CWS jsc14 (1.7.14); FILE MERGED
2006/10/25 08:52:23 jsc 1.7.14.1: #i70636# remove auto generated precompiled header include
2006-11-06 14:00:06 +00:00
Oliver Bolte
ab3de69603 INTEGRATION: CWS pchfix02 (1.6.12); FILE MERGED
2006/09/01 17:32:21 kaib 1.6.12.1: #i68856# Added header markers and pch files
2006-09-16 23:09:50 +00:00
Ivo Hinkelmann
5803a0ae69 INTEGRATION: CWS jsc12 (1.5.28); FILE MERGED
2006/07/14 15:11:57 jsc 1.5.28.1: #i67376# adapt example code
2006-08-01 15:32:12 +00:00
Vladimir Glazounov
b40f94fb85 INTEGRATION: CWS jsc3 (1.4.60); FILE MERGED
2006/02/28 09:18:20 jsc 1.4.60.1: #i60691# replace getCppuType with UnoType
2006-03-15 08:25:20 +00:00
Rüdiger Timm
93fcb2c001 INTEGRATION: CWS sdksample (1.3.124); FILE MERGED
2004/08/03 15:33:00 dbo 1.3.124.2: revised sample code
Issue number:
Submitted by:
Reviewed by:
2004/06/30 09:10:25 jsc 1.3.124.1: #i29308# use of new UNO features
2005-01-31 15:13:37 +00:00
Jens-Heiner Rechtien
5dd6e2799c INTEGRATION: CWS sdk04 (1.2.6); FILE MERGED
2003/06/24 13:32:31 jsc 1.2.6.1: #110313# insert source license header
2003-06-30 14:13:19 +00:00
Vladimir Glazounov
24ab5f3368 INTEGRATION: CWS sdk02 (1.1.2); FILE ADDED
2003/05/09 10:42:08 jsc 1.1.2.1: #109045# insert new and remove example zip file
2003-06-10 09:13:15 +00:00