Age | Commit message (Collapse) | Author |
|
And make the fields of com.sun.star.uno.Type private
Change-Id: Ied7698b4157460e9726f271092c92b6b382239fd
Reviewed-on: https://gerrit.libreoffice.org/25971
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
...so that the JNI UNO bridge will not accidentally reinterpret a Short[] as a
short[]. <https://wiki.openoffice.org/wiki/Uno/Java/Specifications/Type_Mapping>
makes it clear that the former is not a valid Java representation for UNO type
"sequence of short".
Needed one fix in bogus test code. Also fixed the two bogus places in odk/examples
mentioned in f53e427291321eabe8d060a737e750a94739f911 "Resolves: tdf#99272 new
Short[] used instead of new short[]".
Change-Id: I8321eb1294ec77b3a9bf73cafb6e7fe337157bb7
|
|
Change-Id: I39fbe3a260c8dbfc203662c54eec4db064b88195
|
|
Modify exception test in Any_Test.
Replace assertTrue with AsserSame & AssertNotSame for equality operator
in UnoRuntime_Test.
$ make JunitTest_ridljar_uno
Change-Id: I42a8380e7c4aed79af976165224c2af25c50fbce
Reviewed-on: https://gerrit.libreoffice.org/11673
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Tested-by: David Ostrovsky <david@ostrovsky.org>
|
|
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
|
|
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
|
|
Note that WeakMap no longer extends Map, because it does not conform
to the generic Map interface.
Change-Id: I72ea681528c932d84c95f095434e1dc95b0a3d16
|
|
|
|
|
|
|
|
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
|
|
2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012
2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;)
2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012
2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph)
2009-08-26 sb merged in DEV300_m56
2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc)
2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora)
2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader
2009-08-17 Juergen Schmidt #i103749# integrate patch
2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8")
2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter
2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec
2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc)
2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc)
2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2)
2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly
2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH)
2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")
|
|
2008/03/31 07:25:38 rt 1.5.42.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:25:38 rt 1.4.38.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:25:38 rt 1.6.50.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:25:38 rt 1.3.38.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:25:38 rt 1.3.50.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:25:37 rt 1.4.50.1: #i87441# Change license header to LPGL v3.
|
|
2006/02/14 12:16:00 sb 1.3.12.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.
|
|
2006/02/14 12:15:59 sb 1.2.2.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.
|
|
2006/01/13 11:53:23 sb 1.4.8.1: #i60341# Enforce that an Any does not wrap another Any.
|
|
2006/01/13 11:53:49 sb 1.1.2.1: #i60341# Enforce that an Any does not wrap another Any.
|
|
2005/09/05 13:57:05 rt 1.3.36.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 13:57:05 rt 1.2.36.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 13:57:05 rt 1.5.46.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 13:57:04 rt 1.2.38.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 13:57:03 rt 1.2.110.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 13:57:03 rt 1.5.36.1: #i54170# Change license header: remove SISSL
|
|
2005/09/05 13:57:01 rt 1.3.36.1: #i54170# Change license header: remove SISSL
|
|
2004/02/19 14:16:26 sb 1.2.60.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.
|
|
2004/02/19 14:20:12 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.
|
|
2004/02/19 14:21:44 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.
|
|
2004/02/19 14:21:58 sb 1.1.2.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.
|
|
2004/02/19 14:15:55 sb 1.4.6.1: #i21150# Fixed test (broken by changes introduced in fix for 114000).
|
|
2004/02/19 14:16:26 sb 1.2.34.1: #i21150# Moved Java types from jurt to ridljar, as javamaker now generates code that uses UnoRuntime; cleaned up; deprecated environment/bridge/mapping stuff.
|
|
2003/10/31 08:36:12 sb 1.3.8.3: #112870# Ensure that getZClass always returns a normalized class (e.g., boolean.class, not Boolean.class).
2003/10/30 09:52:38 sb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED
2003/10/30 09:20:06 sb 1.3.8.1: #112870# Removed restrictions imposed by old TypeDescription implementation.
|
|
2003/11/04 14:12:07 sb 1.3.10.2: #112870# Added testSequence.
2003/10/30 09:23:06 sb 1.3.10.1: #112870# Fixed typo.
|
|
2003/08/22 09:25:40 sb 1.3.2.1: Made Type.isSupertypeOf fully reflexive.
|
|
2003/08/12 09:42:15 sb 1.2.16.1: #i16264# Added Type.isSupertypeOf.
|
|
2003/06/30 15:50:59 sb 1.2.4.2: #110499# Fixed TypeDescription._initMethodTypeInfos.
2003/06/26 15:08:45 sb 1.2.4.1: #110499# Added (as yet broken) test, not yet activated.
|
|
2003/06/30 15:50:58 sb 1.1.2.1: #110499# Fixed TypeDescription._initMethodTypeInfos.
|
|
2003/05/07 12:34:12 sb 1.1.2.2: #108642# Adapted to javaunittest.mk.
2003/05/02 08:04:27 sb 1.1.2.1: #108642# Added Type tests.
|
|
2003/05/02 08:04:26 sb 1.1.2.1: #108642# Added Type tests.
|
|
2003/05/07 12:34:11 sb 1.1.44.2: #108642# Adapted to javaunittest.mk.
2003/04/30 15:35:19 sb 1.1.44.1: #108642# Made test run and adapted it to qadevOOo.
|
|
2003/05/02 08:03:50 sb 1.1.44.2: #108642# Added Type tests.
2003/04/30 15:35:18 sb 1.1.44.1: #108642# Made test run and adapted it to qadevOOo.
|
|
|