Stephan Bergmann
52c5eb20fd
-Werror=unused-local-typedefs (GCC 4.8)
...
Change-Id: Ib1dedbe8e273463fa47573486d67dc9d509953db
2013-03-09 13:03:05 +01:00
Jean-Noël Rouvignac
97eb8a6e0e
Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING
...
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd
Reviewed-on: https://gerrit.libreoffice.org/1924
Tested-by: Luboš Luňák <l.lunak@suse.cz >
Reviewed-by: Luboš Luňák <l.lunak@suse.cz >
2013-01-30 12:54:40 +00:00
Stephan Bergmann
49313b0626
Make python3 work with custom VALGRIND_CFLAGS
...
Change-Id: Ia4b08a1b20bf46af4d06c0478ed8e795ee543703
2012-11-27 15:35:02 +01: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
Takeshi Abe
9902f0ee3d
removed unused const rtl::OUString
...
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
2012-05-17 22:44:43 +09:00
David Tardon
ec4f5494da
WaE: declaration of 'errcode' shadows a global declaration
2012-04-18 21:01:17 +02:00
Szabolcs Dezsi
e4fb171d3a
Replaced a few equal calls with ==
2012-04-08 19:24:00 +02:00
Michael Meeks
7c4c1832cc
android: move lo-bootstrap to osl/detail, Attach threads as created
2012-01-26 10:29:38 +00:00
David Tardon
49d432658d
WaE: ordered comparison of pointer with integer zero
2012-01-15 20:27:14 +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
Caolán McNamara
697415eb4e
WaE and build errors with OSL_DEBUG_LEVEL == 2
2012-01-05 09:18:15 +00:00
Matúš Kukan
f958657cc5
gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'
2011-12-16 21:20:08 +01:00
Tor Lillqvist
5510127e89
Android code refactorig and hacking
...
Sorry for the large unstructured commit. But hey, the Android code is
experimental so far.
Extract the native lo-bootstrap code into a fairly normal library
built in sal. (Previously it was the JNI part of the "Bootstrap" app.)
Just linkink normally to liblo-bootstrap from C++ code that uses it
works fine, no need to do a dlsym lookup.
Bootstrap is still a subclass of NativeActivity and can thus still be
used as an "app" (to start unit tests, or whatever), but can also be
used from some other app's Java code to just get access to the
lo-bootstrap native methods.
Introduce a new top-level "module", android, for Bootstrap and the
experiments with DocumentLoader.
Note that the experimental DocumentLoader app still crashes. It can't
create the com.sun.star.frame.Desktop instance.
I spent lots of time debugging in the painfully inadequate
ndk-gdb. (Even the newer gdb build from the "mingw-and-ndk" project is
quite crappy in many ways.) I should really experiment with
corresponding code on a normal platform first before even trying on
Android. Basically, I think that if I just can get the concept of Java
code that instantiates and uses LO components *in-process* working on
a normal desktop platform, it should work on Android, too.
2011-11-30 21:52:52 +02:00
Norbert Thiebaud
bf1f1e9cba
remove include of pch header from jvmfwk
2011-11-27 13:13:58 -06:00
Tor Lillqvist
811de66d7f
First attempt at getting access to the Java VM on Android
2011-11-25 01:40:23 +02:00
Stephan Bergmann
b03f220061
Force JVM into interpreted mode when running under Valgrind, to avoid false error reports.
2011-09-17 10:59:17 +02:00
Julien Nabet
933e22880b
Remove "using namespace ::rtl"
2011-03-02 21:53:12 +01:00
Caolán McNamara
06e78a1e27
cppcheck: prefer prefix variant
2010-12-23 16:30:14 +00:00
Tor Lillqvist
bcc6d1863f
Drop inclusion of tools/prewin.h and postwin.h from sunjavaplugin.cxx
...
That file compiles fine without them. These headers are in tools,
which hasn't been built and delivered yet when sunjvmfwk is built. We
can't add tools to the dependencies of jvmfwk as that would introduce
circularity.
As such, I see no reason why prewin.h and postwin.h are in tools. I
think they should be in solenv, like premac.h and postmac.h. It would
perhaps be an Easy Hack to move them, and drop the "tools/" from all
lines including them?
2010-12-23 16:18:23 +02:00
Tor Lillqvist
debf1d0568
Load msvcr71.dll needed by JVM using explicit path, see fdo#32426
2010-12-22 15:55:22 +02:00
Jan Holesovsky
752d233ca1
Merge commit 'ooo/OOO330_m13'
2010-11-01 13:54:58 +01:00
Joachim Lingner
f1b79dae76
jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6
2010-10-26 12:28:33 +02: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
sb
e3e1a6da80
sb119: merged in DEV300_m72
2010-02-26 09:55:56 +01: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
sb
83a44a2e1c
sb119: #i108476# removed obsolete code that deactivates osl signal handler; fixed signature of JNI abort_handler
2010-01-20 10:57:46 +01:00
Vladimir Glazounov
e2b8c1c61d
INTEGRATION: CWS aquavcl08 (1.25.8); FILE MERGED
...
2008/05/15 12:54:14 cloph 1.25.8.1: Issue number: #i88987#
increase java VM version for Mac OSX
2008-07-01 22:14:03 +00:00
Rüdiger Timm
654d920eb6
INTEGRATION: CWS changefileheader (1.24.12); FILE MERGED
...
2008/03/31 07:24:50 rt 1.24.12.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:21:56 +00:00
Ivo Hinkelmann
9c2347b66e
INTEGRATION: CWS gcc430two (1.23.16); FILE MERGED
...
2008/01/28 09:53:07 rene 1.23.16.1: more gcc 4.3.0 things
2008-02-04 12:45:53 +00:00
Rüdiger Timm
63b71d1188
INTEGRATION: CWS pj87 (1.22.18); FILE MERGED
...
2007/10/26 16:28:42 pjanik 1.22.18.1: #i82983#: Prevent warning on unxlngx6.
2007-11-13 13:20:50 +00:00
Oliver Bolte
0bf066dda1
INTEGRATION: CWS jl64 (1.21.24); FILE MERGED
...
2007/06/07 07:53:12 jl 1.21.24.1: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_EXPIRE
2007-06-13 06:57:06 +00:00
Oliver Bolte
94c1d15428
INTEGRATION: CWS pchfix02 (1.20.16); FILE MERGED
...
2006/09/01 17:31:40 kaib 1.20.16.1: #i68856# Added header markers and pch files
2006-09-16 16:45:56 +00:00
Jens-Heiner Rechtien
3d30cffb6d
INTEGRATION: CWS warnings01 (1.17.28); FILE MERGED
...
2006/04/07 19:55:52 sb 1.17.28.6: RESYNC: (1.18-1.19); FILE MERGED
2006/02/27 11:43:03 sb 1.17.28.5: #i53898# Made code waring-free.
2005/11/09 18:39:17 pl 1.17.28.4: #i53898# removed warnings
2005/10/27 15:08:47 pl 1.17.28.3: #i55991# removed warnings for solaris platform
2005/09/22 20:20:21 sb 1.17.28.2: RESYNC: (1.17-1.18); FILE MERGED
2005/09/01 14:56:18 sb 1.17.28.1: #i53898# Made code warning-free.
2006-06-19 23:09:15 +00:00
Rüdiger Timm
f540acea0e
INTEGRATION: CWS jl31 (1.18.22); FILE MERGED
...
2006/02/09 09:58:23 jl 1.18.22.1: #130857# Prevent trailing : in classpath
2006-03-09 09:55:24 +00:00
Rüdiger Timm
5befa17b63
INTEGRATION: CWS ooo19126 (1.17.26); FILE MERGED
...
2005/09/05 17:12:23 rt 1.17.26.1: #i54170# Change license header: remove SISSL
2005-09-07 18:30:55 +00:00
Kurt Zenker
add3ad3803
INTEGRATION: CWS systemboost (1.16.8); FILE MERGED
...
2005/01/13 16:10:25 cmc 1.16.8.1: #i36983# don't have external in include boost
2005-01-18 15:18:41 +00:00
Kurt Zenker
ad2916ee32
INTEGRATION: CWS jl15 (1.15.2); FILE MERGED
...
2004/11/26 10:07:40 jl 1.15.2.3: #i37828# removed support of bootstrap parameters UNO_JAVA_JFW_DISABLE and UNO_JAVA_JFW_PLUGIN
2004/11/24 13:49:44 jl 1.15.2.2: #37225#
2004/11/24 12:35:08 jl 1.15.2.1: #i37225#
2004-12-16 10:44:41 +00:00
Jens-Heiner Rechtien
5bcb4eb48b
INTEGRATION: CWS jl13 (1.14.10); FILE MERGED
...
2004/09/30 08:34:38 jl 1.14.10.2: #i29390#
2004/09/20 10:08:52 jl 1.14.10.1: #i34388# an JRE whith an unknown version, such as 1.4.2_06-ea, caused that no JREs were displayed in the options dialog
2004-11-09 12:59:04 +00:00
Jens-Heiner Rechtien
166ab60001
INTEGRATION: CWS jl8 (1.13.4); FILE MERGED
...
2004/06/23 12:31:34 jl 1.13.4.2: #i30342# refactorizing plugin
2004/06/18 15:00:11 jl 1.13.4.1: #i30342# plugin supports multiple vendors
2004-07-23 10:51:38 +00:00
Joachim Lingner
3472be3b1a
#i20052#
2004-05-19 07:31:32 +00:00
Joachim Lingner
d18cf6a8d1
#i20052#
2004-05-18 14:56:10 +00:00
Joachim Lingner
a4f62cc347
#i20052#
2004-05-14 11:30:48 +00:00
Joachim Lingner
97e043a37b
#i20052#
2004-05-14 10:00:05 +00:00
Joachim Lingner
79a305d2fa
#i20052#
2004-05-10 13:34:20 +00:00
Joachim Lingner
5def523f04
#i20052#
2004-05-07 13:49:41 +00:00
Joachim Lingner
b21347f0dc
#i20052#
2004-05-06 10:44:47 +00:00
Joachim Lingner
70695eea31
#i20052#
2004-05-05 13:11:18 +00:00
Joachim Lingner
f09722270f
#i20052#
2004-05-03 13:30:42 +00:00
Joachim Lingner
bc94322641
#i20052#
2004-04-30 05:22:14 +00:00
Joachim Lingner
c6ee6abeaf
#i20052#
2004-04-27 14:22:15 +00:00