Stephan Bergmann
f2529fc744
jvmfwk: sal_Bool -> bool
...
Change-Id: I35f302006cb9ef6e98a041dea811818b98c0e876
2014-02-18 12:17:37 +01:00
Stephan Bergmann
65191cda81
bool improvements
...
Change-Id: I757e19313576d2c3d13af1cb720f182f0de91613
2014-01-27 10:47:32 +01:00
Noel Grandin
73342dbb82
remove unnecessary RTL_CONSTASCII_STRINGPARAM
...
A final pass through the code, converting code to use the new
OUString and OString methods that can detect string literals.
Change-Id: Ifa6382335e5650a1c67e52006b26354e0692c710
2013-11-22 08:07:19 +02:00
Stephan Bergmann
658e88c59d
Improve debug output (and some clean up)
...
Change-Id: Ibce90b4eeab679d526f0e0b1e9a8ab3b14255622
2013-10-28 16:09:06 +01:00
Luboš Luňák
64b993e046
finish deprecation of O(U)String::valueOf()
...
Compiler plugin to replace with matching number(), boolean() or OUString ctor,
ran it, few manual tweaks, mark as really deprecated.
Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
2013-08-21 15:10:35 +02:00
Philipp Riemer
e8eab43eeb
cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removal
...
In e2e2cc6114
the method was removed
automatically leaving several line breaks etc. as visual noise.
2013-05-06 19:21:07 +02:00
Luboš Luňák
e2e2cc6114
remove usage of RTL_CONSTASCII_USTRINGPARAM
...
Mechanical removal of usage together with OUString ctor, done
by compiler plugin.
Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
2013-05-06 16:51:45 +02:00
Luboš Luňák
1946794ae0
mass removal of rtl:: prefixes for O(U)String*
...
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).
Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07 14:23:11 +02:00
Stephan Bergmann
aa753f01ba
-Wunused-macros
...
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-27 09:36:53 +01:00
Julien Nabet
56f4d7dc9d
Some cppcheck cleaning
...
Change-Id: I8609949377181f8edb30ac07b2791cfcd079fc7d
2013-02-12 21:24:25 +01:00
Caolán McNamara
d00dc66996
loplugin: unused OStrings
...
Change-Id: I22916424fb97ba27ea6f4e540841a6c851fb8c88
2012-10-09 21:33:20 +01:00
Stephan Bergmann
6dcb3d4ef4
Related fdo#51252: No more prereg, no more unopkg sync
...
Now that 5c47e5f63a
"fdo#51252 Disable copying
share/prereg/bundled to avoid startup crashes" removed the use of share/prereg,
there is no longer need to generate it in the first place (by calling "unopkg
sync" at build or installation time), and so no need for the "unopkg sync" sub-
command, either. This also allows to simplify some of the jvmfwk code that was
only there so that "unopkg sync" (which can require a JVM) can work in "hostile"
environments (during build and installation).
Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
2012-08-10 16:03:28 +02:00
Michael Meeks
2c47c9989e
re-base on ALv2 code. Includes:
...
cws mba34issues01: #i117709#: make sure that parent of error message box is visible
Patch contributed by Mathias Bauer
http://svn.apache.org/viewvc?view=revision&revision=1172346
i#119036 - improve user experience of certification dialog - only shown once
Patch contributed by Oliver-Rainer Wittmann
http://svn.apache.org/viewvc?view=revision&revision=1299727
2012-07-13 21:38:47 +01:00
Gustavo Buzzatti Pacheco
c47f352333
Fix for fdo43460 Part XXII getLength() to isEmpty()
...
Part XXII
modules
jvmfwk, l10ntools, lingucomponent
2012-01-05 15:07:34 +01:00
Norbert Thiebaud
bf1f1e9cba
remove include of pch header from jvmfwk
2011-11-27 13:13:58 -06:00
Takeshi Abe
e571d06fa3
Fixed typo
2011-03-24 23:38:25 +09:00
Takeshi Abe
40f04ac7b9
Fixed the source file name
2011-03-24 23:35:20 +09:00
Thomas Arnhold
adc6fe00e3
Move OSL_ENSURE(0,...) to OSL_FAIL(...)
2011-03-12 14:19:48 +01:00
Julien Nabet
933e22880b
Remove "using namespace ::rtl"
2011-03-02 21:53:12 +01:00
Sebastian Spaeth
a715e1b3d0
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-14 17:04:31 +02:00
Jens-Heiner Rechtien
7c80db2eb3
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
Rüdiger Timm
3e2337018b
INTEGRATION: CWS jl101 (1.12.12); FILE MERGED
...
2008/05/28 14:55:52 jl 1.12.12.1: #i89584# patch - remove unused code.
2008-06-06 07:38:14 +00:00
Rüdiger Timm
6a907bfd25
INTEGRATION: CWS changefileheader (1.11.4); FILE MERGED
...
2008/03/31 07:24:51 rt 1.11.4.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:27:08 +00:00
Vladimir Glazounov
bd76e4945a
INTEGRATION: CWS sb83 (1.10.32); FILE MERGED
...
2008/01/07 15:26:30 sb 1.10.32.1: #i84985# support multiple URLs in UNO_JAVA_JFW_USER|SHARED_DATA, ignoring all but the first
2008-03-18 11:22:17 +00:00
Oliver Bolte
142c5b01e3
INTEGRATION: CWS jl64 (1.9.24); FILE MERGED
...
2007/06/07 07:52:58 jl 1.9.24.2: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_EXPIRE
2007/06/04 08:05:45 jl 1.9.24.1: #i76390 do not create user installation when installing java extensions during setup
2007-06-13 06:57:54 +00:00
Oliver Bolte
962e81c0dc
INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED
...
2006/09/01 17:31:42 kaib 1.8.16.1: #i68856# Added header markers and pch files
2006-09-16 16:48:06 +00:00
Jens-Heiner Rechtien
b6e86a39e0
INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED
...
2006/04/07 19:56:07 sb 1.5.8.3: RESYNC: (1.6-1.7); FILE MERGED
2005/09/22 20:23:55 sb 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED
2005/09/19 14:52:02 sb 1.5.8.1: #i53898# Made code warning-free.
2006-06-19 23:11:14 +00:00
Rüdiger Timm
a8b7bd9d34
INTEGRATION: CWS jl31 (1.6.22); FILE MERGED
...
2006/02/09 10:28:47 jl 1.6.22.2: #130857# Prevent trailing : in classpath
2006/02/09 10:07:23 jl 1.6.22.1: #130857# Prevent trailing : in classpath
2006-03-09 09:55:35 +00:00
Rüdiger Timm
cfe20b4533
INTEGRATION: CWS ooo19126 (1.5.6); FILE MERGED
...
2005/09/05 17:12:28 rt 1.5.6.1: #i54170# Change license header: remove SISSL
2005-09-07 18:34:57 +00:00
Oliver Bolte
096acf9895
INTEGRATION: CWS sb31 (1.4.22); FILE MERGED
...
2005/04/18 14:29:38 sb 1.4.22.1: #121392# Changed findPlugin to first search the plugin library relative to a base URL that is set to the location of the javavendors.xml file itself; fixed typo.
2005-06-17 09:12:18 +00:00
Kurt Zenker
39e505a152
INTEGRATION: CWS jl15 (1.3.2); FILE MERGED
...
2004/11/26 10:07:40 jl 1.3.2.2: #i37828# removed support of bootstrap parameters UNO_JAVA_JFW_DISABLE and UNO_JAVA_JFW_PLUGIN
2004/11/24 12:46:18 jl 1.3.2.1: #i37225#
2004-12-16 10:47:49 +00:00
Rüdiger Timm
f40d4e3990
#i10000# make it compile with old gcc
2004-11-12 11:47:21 +00:00
Jens-Heiner Rechtien
e463c4217e
INTEGRATION: CWS jl13 (1.1.2); FILE ADDED
...
2004/10/26 12:54:03 jl 1.1.2.14: #i29390#
2004/10/25 10:37:40 jl 1.1.2.13: #29390#
2004/10/21 08:42:26 jl 1.1.2.12: #i29390#
2004/10/20 14:22:15 jl 1.1.2.11: #i29390#
2004/10/20 13:30:38 jl 1.1.2.10: #i29390#
2004/10/08 17:31:03 jl 1.1.2.9: #29930#
2004/10/05 15:22:11 jl 1.1.2.8: #i29390#
2004/10/05 11:53:18 jl 1.1.2.7: #i29390# better diagnostic
2004/10/05 10:45:37 jl 1.1.2.6: #i29390#
2004/10/01 10:57:58 jl 1.1.2.5: #29390#
2004/10/01 09:16:44 jl 1.1.2.4: #i29390#
2004/09/30 14:39:32 jl 1.1.2.3: #i29390#
2004/09/30 08:16:01 jl 1.1.2.2: #i29390#
2004/09/29 13:42:37 jl 1.1.2.1: #i29390#
2004-11-09 13:00:36 +00:00