b9042fad7c
re-base on ALv2 code.
...
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +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
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
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
40487924f7
#i106627# extend and adapt env for VC9, building manifest, change macro
2009-11-05 14:21:50 +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
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
7c8a400652
INTEGRATION: CWS jsc17 (1.3.8); FILE MERGED
...
2007/01/22 15:35:31 jsc 1.3.8.2: #i73750# change UNOPKG_EXT to UNOOXT_EXT
2007/01/22 13:31:40 jsc 1.3.8.1: #i72793# integrate patch and verify all C++ makefile
2007-01-25 10:08:26 +00:00
902508ff69
INTEGRATION: CWS jsc15 (1.2.36); FILE MERGED
...
2006/11/24 12:51:54 jsc 1.2.36.1: #i68136# insert manifest linking
2006-12-20 11:25:26 +00:00
548e6a5ebe
INTEGRATION: CWS jsc14 (1.3.14); FILE MERGED
...
2006/10/25 08:52:29 jsc 1.3.14.1: #i70636# remove auto generated precompiled header include
2006-11-06 14:06:18 +00:00
dbb268b4b9
INTEGRATION: CWS jsc14 (1.3.14); FILE MERGED
...
2006/10/25 08:52:28 jsc 1.3.14.1: #i70636# remove auto generated precompiled header include
2006-11-06 14:04:56 +00:00
057b79cb07
INTEGRATION: CWS gh12c (1.2.20); FILE MERGED
...
2006/09/22 10:59:50 gh 1.2.20.1: #i69728#remove german strings to prohibit translation
2006-10-11 08:56:18 +00:00
bdda675cb6
INTEGRATION: CWS pchfix02 (1.2.12); FILE MERGED
...
2006/09/01 17:32:27 kaib 1.2.12.1: #i68856# Added header markers and pch files
2006-09-16 23:16:11 +00:00
3262494ee7
INTEGRATION: CWS pchfix02 (1.2.12); FILE MERGED
...
2006/09/01 17:32:26 kaib 1.2.12.1: #i68856# Added header markers and pch files
2006-09-16 23:15:55 +00:00
fdf4805b18
INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED
...
2006/05/05 14:16:03 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls
2006-08-01 08:44:08 +00:00
3aefb16115
INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED
...
2006/05/05 14:16:14 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls
2006-08-01 08:43:51 +00:00
98efc8891c
INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED
...
2006/05/22 09:09:04 cd 1.1.2.2: #65428# Adapted code to make code compile with gcc
2006/05/05 14:12:03 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls
2006-08-01 08:43:41 +00:00
1939ae75ae
INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED
...
2006/05/05 14:16:24 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls
2006-08-01 08:43:32 +00:00
d60aba0c62
INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED
...
2006/05/05 14:13:53 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls
2006-08-01 08:43:22 +00:00
3ec59499d0
INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED
...
2006/05/05 14:13:33 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls
2006-08-01 08:43:13 +00:00
f49b7ab336
INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED
...
2006/06/16 09:53:26 cd 1.1.2.2: #65116# Fix problem with Solaris C++ compiler
2006/05/05 14:13:21 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls
2006-08-01 08:43:04 +00:00
499972988f
INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED
...
2006/05/22 09:09:03 cd 1.1.2.3: #65428# Adapted code to make code compile with gcc
2006/05/16 08:48:04 cd 1.1.2.2: #i65116# Added new controls to demo add-on
2006/05/05 14:13:10 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls
2006-08-01 08:42:52 +00:00
171f1d6bb1
INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED
...
2006/05/05 14:15:20 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls
2006-08-01 08:42:41 +00:00
a8e996eec9
INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED
...
2006/05/05 14:14:05 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls
2006-08-01 08:42:32 +00:00
360d1a747d
INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED
...
2006/06/16 09:53:26 cd 1.1.2.2: #65116# Fix problem with Solaris C++ compiler
2006/05/05 14:15:31 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls
2006-08-01 08:42:22 +00:00
d684203385
INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED
...
2006/05/05 14:15:10 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls
2006-08-01 08:42:13 +00:00
5eb9f58576
INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED
...
2006/07/06 14:52:03 cd 1.1.2.3: #i65116# Added run target for testing
2006/05/16 08:48:03 cd 1.1.2.2: #i65116# Added new controls to demo add-on
2006/05/05 14:15:53 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls
2006-08-01 08:42:03 +00:00