Commit graph

1473 commits

Author SHA1 Message Date
Tor Lillqvist
9cc346dc88 Build specifically for x86 only as that is what cli_cppuhelper.dll is 2011-06-10 17:21:16 +03:00
Tor Lillqvist
9d090acb4e Fix typo, add some comments, use build env if possible to find cli_*.dll 2011-06-10 17:17:05 +03:00
Tor Lillqvist
475e518c7c There is no dk.mk in settings 2011-06-10 15:34:37 +03:00
Caolán McNamara
a74f430a1a tweak the odk example to be equivalent to the standard template 2011-06-03 08:55:08 +01:00
Julien Nabet
3b8b6cef10 Change <file>.toURL() to <file>.toURI().toURL() 2011-05-03 23:02:44 +02:00
Julien Nabet
27aec216f2 Change <file>.toURL() to <file>.toURI().toURL() 2011-05-02 22:54:04 +02:00
Francisco Saito
e8d177f301 drop bogus executable flag from idl/build/src and config files 2011-03-29 21:47:37 +01:00
Francisco Saito
ded2cf7b20 drop bogus executable flag from image files 2011-03-29 21:44:51 +01:00
Jan Holesovsky
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
Thomas Arnhold
f03de39457 Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) 2011-03-19 14:11:43 +01:00
Jan Holesovsky
ab416c033d Merge remote-tracking branch 'origin/integration/dev300_m101' 2011-03-17 17:00:48 +01:00
Thomas Arnhold
7149c61435 Move OSL_ENSURE(0,...) to OSL_FAIL(...) 2011-03-12 14:19:28 +01:00
Norbert Thiebaud
e3ceb1d3d8 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
* commit 'ooo/DEV300_m101':
  sb138: #i116038# fresh implementation of binary URP bridge
  dba34b: #i106807# use mysql instead of adabas now
  sb126: #i112627# adapted SDK/DevGuide to configmgr re-write

Conflicts:
	odk/util/makefile.pmk
2011-03-08 22:34:23 -06:00
Ivo Hinkelmann
33e2b11638 CWS-TOOLING: integrate CWS jsc340 2011-03-07 16:31:11 +01:00
Juergen Schmidt
7de486ee0f jsc340: i114609: no visibility compiler flag for jni lib 2011-03-03 14:28:00 +01:00
Julien Nabet
3b2efb2043 Remove "using namespace ::rtl" 2011-03-02 20:36:58 +01:00
Juergen Schmidt
7551b6e26d jsc340: i114609: move generated component services rdb 2011-03-01 14:45:39 +01:00
Juergen Schmidt
8e8fc2abfa jsc340: i114609: adapt examples to work with the URE and use the passive registration 2011-03-01 09:48:57 +01:00
Juergen Schmidt
471c9c37fe jsc340: i114609: adapt examples to work with the URE and use the passive registration 2011-03-01 07:41:02 +01:00
Juergen Schmidt
01f92dfffd jsc340: i114609: adapt examples to work with the URE and use the passive registration 2011-02-28 14:10:02 +01:00
Juergen Schmidt
e89e842175 jsc340: merge to dev300m101 2011-02-24 13:34:07 +01:00
Juergen Schmidt
6a500920e5 jsc340: fix problem with showing Java awt UI from the AppKit thread 2011-02-23 14:27:55 +01:00
Juergen Schmidt
4ef76a17ee jsc340: i114609: support passive component registration 2011-02-23 13:37:36 +01:00
Juergen Schmidt
4bd94edc87 jsc340: i114609: support passive component registration 2011-02-22 16:34:11 +01:00
Juergen Schmidt
928af9414d jsc340: i114609: support passive component registration 2011-02-22 16:13:49 +01:00
Alfonso Eusebio
b377dcbade Remove obsolete Hyperlink Bar from sdk
Removed code related to hyperlink bar from sdk repo.
2011-02-11 19:05:25 +01:00
Fridrich Štrba
1628005298 Trying to remove the stlport mention from the code 2011-02-09 16:20:25 +01:00
Fridrich Štrba
639825975e move sdk repo to boost unordered containters 2011-02-05 21:56:00 +01:00
Juergen Schmidt
134b85e8f8 jsc340: i114609: support passive component registration 2011-02-01 18:08:59 +01:00
Thomas Arnhold
176267cc05 Clean up and equalsAsciiL substitution. 2011-01-22 21:35:18 +01:00
Thomas Arnhold
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
Anders Jonsson
7b0075d0c8 Remove block of commented code 2011-01-09 20:36:58 +00:00
Caolán McNamara
9e0b5a3507 cppcheck: prefer prefix variant 2010-12-23 16:31:11 +00:00
Caolán McNamara
be9c779f35 cppcheck: unused variables 2010-12-09 12:14:17 +00:00
Takeshi Abe
91a0a53e0c Replace all occured, occurance etc. 2010-12-05 20:19:49 +00:00
Gert Faller
1d922012be RTL_CONSTASCII_USTRINGPARAM in sdk 2 2010-11-27 09:28:39 +01:00
Gert Faller
7ccc9aaef5 RTL_CONSTASCII_USTRINGPARAM in sdk 1 2010-11-27 09:10:56 +01:00
David Tardon
4c44f82eb5 fix invalid XML 2010-11-24 14:20:54 +01:00
Juergen Schmidt
8f8a8ba230 jsc340: merge with DEV300m92 2010-11-09 15:50:17 +01:00
Ocke.Janssen
5afd753bff dba34b: #i106807# use mysql instead of adabas now 2010-11-04 14:56:15 +01:00
julien
35e79d79be Use SAL_N_ELEMENTS in clone/sdk directory 2010-11-04 10:34:58 +01:00
Juergen Schmidt
7b79ab8131 jsc340: i115253: insert message windows only 2010-10-28 16:35:23 +02:00
Caolán McNamara
8cad7d1947 add modelines to .hxx files as well 2010-10-27 13:05:40 +01: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
Petr Mladek
1540d92828 more removed include guards using fixguard.py 2010-10-05 18:12:39 +02:00
Petr Mladek
efb8b235e0 remove include guards using fixguard.py 2010-10-05 18:12:39 +02:00
sb
01efc73464 sb126: merged in DEV300_m84 2010-06-30 15:38:26 +02:00
sb
b0aafa9b40 sb126: #i112627# adapted SDK/DevGuide to configmgr re-write 2010-06-23 15:05:34 +02:00
Juergen Schmidt
f5e707cdeb gridcontrol04: i112401: correct version number 2010-06-15 06:41:02 +02:00
Juergen Schmidt
9f01eba054 nativea: SDK rebranding 2010-03-30 18:16:13 +02:00