Commit Graph

141 Commits

Author SHA1 Message Date
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
b6db3e3acc re-base on ALv2 code.
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
ea489b3570 targeted string re-work
Change-Id: Ia2115e70df8f64eb0dade6beb33ee64c358af767
2012-06-02 17:57:16 -05:00
343bd286c9 targeted string re-work
Change-Id: Icdf89cd23f34b9d599512414b14907c9ac67cffb
2012-06-02 12:58:04 -05:00
62640a8436 German comment translation for odk folder
Mark
2012-04-12 20:36:58 +02:00
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
743f22045c Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02:00
8a01ee6243 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 14:30:05 +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
d4b67611c4 Introduced SystemShellExecuteFlags::URIS_ONLY 2012-03-16 15:01:26 +01:00
aab14cb9fb fix prefix of command line switches (-- instead of -) 2012-01-11 19:25:45 +01:00
c73dce0725 lost } 2011-10-24 13:59:59 +02:00
b786a33cfd Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation. 2011-10-24 13:59:58 +02:00
b50137566f Remove component_getImplementationEnvironment 2011-07-12 16:45:29 +02:00
11cdc4ccc4 Merge commit 'ooo/DEV300_m103'
Conflicts:
	odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx
	odk/examples/DevelopersGuide/Database/DriverSkeleton/SServices.cxx
	odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/fdcomp.cxx
	odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
	odk/examples/cpp/complextoolbarcontrols/exports.cxx
	odk/examples/cpp/counter/countermain.cxx
	odk/examples/cpp/remoteclient/remoteclient.cxx
	odk/settings/settings.mk
2011-03-23 16:59:36 +01:00
f03de39457 Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) 2011-03-19 14:11:43 +01:00
3b2efb2043 Remove "using namespace ::rtl" 2011-03-02 20:36:58 +01:00
7551b6e26d jsc340: i114609: move generated component services rdb 2011-03-01 14:45:39 +01:00
8e8fc2abfa jsc340: i114609: adapt examples to work with the URE and use the passive registration 2011-03-01 09:48:57 +01:00
01f92dfffd jsc340: i114609: adapt examples to work with the URE and use the passive registration 2011-02-28 14:10:02 +01:00
1628005298 Trying to remove the stlport mention from the code 2011-02-09 16:20:25 +01:00
639825975e move sdk repo to boost unordered containters 2011-02-05 21:56:00 +01:00
134b85e8f8 jsc340: i114609: support passive component registration 2011-02-01 18:08:59 +01:00
176267cc05 Clean up and equalsAsciiL substitution. 2011-01-22 21:35:18 +01:00
319b9959b1 Replace suitable equalsAscii calls with equalsAsciiL.
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 11:36:40 +01:00
9e0b5a3507 cppcheck: prefer prefix variant 2010-12-23 16:31:11 +00:00
1d922012be RTL_CONSTASCII_USTRINGPARAM in sdk 2 2010-11-27 09:28:39 +01:00
7ccc9aaef5 RTL_CONSTASCII_USTRINGPARAM in sdk 1 2010-11-27 09:10:56 +01:00
8cad7d1947 add modelines to .hxx files as well 2010-10-27 13:05:40 +01: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
efb8b235e0 remove include guards using fixguard.py 2010-10-05 18:12:39 +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
c89349ba90 #i106584# remove argc, argv from macro 2009-11-09 13:38:02 +00:00
40487924f7 #i106627# extend and adapt env for VC9, building manifest, change macro 2009-11-05 14:21:50 +00:00
b7f5132b04 #i160584# use SAL_IMPLEMENT_MAIN macro 2009-11-05 12:27:28 +00:00
9ae3e2b12d #160584# use SAL_IMPLEMENT_MAIN_WITH_ARGS macro 2009-11-04 10:14:03 +00:00
3026960119 INTEGRATION: CWS jsc21 (1.13.74); FILE MERGED
2008/06/27 08:49:54 jsc 1.13.74.2: #i90032# adapt link flags and linking for MacOS
2008/05/21 13:19:20 jsc 1.13.74.1: #i88797# adapted to new structure
2008-07-11 13:27:53 +00:00
7be9fda4b4 INTEGRATION: CWS jsc21 (1.12.74); FILE MERGED
2008/06/27 08:49:54 jsc 1.12.74.2: #i90032# adapt link flags and linking for MacOS
2008/05/21 11:27:47 jsc 1.12.74.1: #i88797# adapted to new structure
2008-07-11 13:27:06 +00:00
6a83aea817 INTEGRATION: CWS jsc21 (1.4.74); FILE MERGED
2008/06/27 08:49:54 jsc 1.4.74.3: #i90032# adapt link flags and linking for MacOS
2008/05/21 12:13:15 jsc 1.4.74.2: #i88797# adapted to new structure
2008/05/21 12:11:29 jsc 1.4.74.1: #i88797# adapted to new structure
2008-07-11 13:26:28 +00:00
bbd00a6753 INTEGRATION: CWS jsc21 (1.17.198); FILE MERGED
2008/06/27 08:49:53 jsc 1.17.198.3: #i90032# adapt link flags and linking for MacOS
2008/05/21 13:13:34 jsc 1.17.198.2: #i88797# adapted to new structure
2008/05/21 12:55:39 jsc 1.17.198.1: #i88797# adapted to new structure
2008-07-11 13:25:54 +00:00
c9a7640c0e INTEGRATION: CWS jsc21 (1.12.92); FILE MERGED
2008/05/21 12:55:39 jsc 1.12.92.1: #i88797# adapted to new structure
2008-07-11 13:25:41 +00:00
4b29adc5e8 INTEGRATION: CWS changefileheader (1.6.98); FILE MERGED
2008/04/01 12:31:57 thb 1.6.98.1: #i85898# Stripping all external header guards
2008-04-10 15:54:52 +00:00
123c87d2f2 INTEGRATION: CWS changefileheader (1.4.98); FILE MERGED
2008/04/01 12:31:57 thb 1.4.98.2: #i85898# Stripping all external header guards
2008/03/31 15:52:52 rt 1.4.98.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:52:52 +00:00
bcd44dba2f INTEGRATION: CWS changefileheader (1.2.128); FILE MERGED
2008/04/01 12:31:56 thb 1.2.128.1: #i85898# Stripping all external header guards
2008-04-10 15:52:15 +00:00
d81467ab60 INTEGRATION: CWS changefileheader (1.4.98); FILE MERGED
2008/04/01 12:31:56 thb 1.4.98.2: #i85898# Stripping all external header guards
2008/03/31 15:52:51 rt 1.4.98.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:51:54 +00:00
cf0d01f1f2 INTEGRATION: CWS changefileheader (1.4.98); FILE MERGED
2008/03/31 15:52:51 rt 1.4.98.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:49:54 +00:00
66c95d532a INTEGRATION: CWS changefileheader (1.6.188); FILE MERGED
2008/03/31 15:52:51 rt 1.6.188.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:49:19 +00:00
fff8c826e6 INTEGRATION: CWS jsc20 (1.8.84); FILE MERGED
2008/01/03 15:23:32 jsc 1.8.84.1: #i84966# add missing include
2008-01-28 15:30:31 +00:00
19a6b711b3 INTEGRATION: CWS jsc17 (1.12.8); FILE MERGED
2007/01/22 13:31:40 jsc 1.12.8.1: #i72793# integrate patch and verify all C++ makefile
2007-01-25 10:08:54 +00:00
e5aacc86cc INTEGRATION: CWS jsc17 (1.11.8); FILE MERGED
2007/01/22 13:31:40 jsc 1.11.8.1: #i72793# integrate patch and verify all C++ makefile
2007-01-25 10:08:39 +00:00