summaryrefslogtreecommitdiffstats
path: root/ridljar/com/sun
Commit message (Collapse)AuthorAgeFilesLines
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-1/+1
|
* Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin2013-05-061-1/+0
| | | | Change-Id: Ib5df091fc4a6233b526c44ae42dbdbacb0bef7c6
* Java cleanup, access static methods using correct syntaxNoel Grandin2013-04-261-1/+2
| | | | Change-Id: I8443aef43d82de33ac7cb47d40cc5b544f7c9c87
* workaround IBM java 1.5.0 inconvertible types errorCaolán McNamara2013-04-101-1/+2
| | | | Change-Id: I84533723e9f42a27e2942c28b53232630db82e10
* Fix typo "sucessfully" -> "successfully"Julien Nabet2013-02-231-1/+1
| | | | Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
* Java update - fix various javadoc issuesNoel Grandin2012-08-201-1/+1
| | | | | | Along the way, remove some javadoc comments that are completely incorrect. Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755
* ridljar: partially revert 4418ad0388b58cab6a129908f78baec5bc73906eMichael Stahl2012-06-291-11/+15
| | | | | | | It looks like this changes a class interface that is likely part of the URE ABI; removing an interface seems risky to me. Change-Id: I90efbbdbc6ef029dd6a4e6926f6031d56ffbb10a
* Java5 update - convert code to use genericsNoel Grandin2012-06-296-87/+99
| | | | | | | Note that WeakMap no longer extends Map, because it does not conform to the generic Map interface. Change-Id: I72ea681528c932d84c95f095434e1dc95b0a3d16
* remove malingering legacy RCS tags.Michael Meeks2012-06-283-4/+0
|
* re-base on ALv2 code.Michael Meeks2012-06-261-23/+14
|
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-2124-579/+363
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* suppress warnings about inexact argument typeIvan Timofeev2011-11-081-3/+4
|
* Replace all occured, occurance etc.Takeshi Abe2010-12-061-1/+1
|
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-1226-104/+26
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* CWS-TOOLING: integrate CWS sb113Jens-Heiner Rechtien2009-09-161-2/+3
| | | | | | | | | | | | | | | | | | | | | 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")
* CWS-TOOLING: integrate CWS cmcfixes58Release Engineers2009-05-071-1/+0
| | | | | | | | | | | 2009-05-04 13:51:10 +0200 cmc r271450 : #i101533# latest sw warnings 2009-05-04 00:02:46 +0200 cmc r271436 : #i101517# silence new warnings 2009-05-03 23:13:53 +0200 cmc r271435 : #i101305# add that one back in 2009-05-02 16:30:42 +0200 cmc r271431 : #i101493# get it to build, and remove some warnings 2009-05-02 16:12:37 +0200 cmc r271430 : CWS-TOOLING: rebase CWS cmcfixes58 to trunk@271427 (milestone: DEV300:m47) 2009-04-23 13:19:33 +0200 cmc r271163 : #i101305# remove annoying import foo is unused warnings 2009-04-21 17:10:34 +0200 cmc r271048 : #i101246# remove AVMEDIA_MANAGER_SERVICE_NAME defines again 2009-04-21 17:07:41 +0200 cmc r271047 : #i86323# remove xml2cmp unused methods
* INTEGRATION: CWS odfmetadata (1.22.4); FILE MERGEDVladimir Glazounov2008-07-011-3/+4
| | | | | | | 2008/06/11 15:01:10 mst 1.22.4.1: fix issue #i88703# - ridljar/com/sun/star/lib/uno/typedesc/TypeDescription.java: + fix bug: TypeDescription.calculateTypeArguments erroneously eliminates duplicate type arguments
* INTEGRATION: CWS sb86 (1.5.36); FILE MERGEDVladimir Glazounov2008-04-151-7/+9
| | | | 2008/03/25 12:40:30 sb 1.5.36.1: #i84491# clarified status of generateOid
* INTEGRATION: CWS changefileheader (1.4.50); FILE MERGEDRüdiger Timm2008-04-111-24/+19
| | | | 2008/03/31 07:25:37 rt 1.4.50.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.5.38); FILE MERGEDRüdiger Timm2008-04-111-23/+18
| | | | 2008/03/31 07:25:37 rt 1.5.38.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.17.50); FILE MERGEDRüdiger Timm2008-04-111-23/+18
| | | | 2008/03/31 07:25:36 rt 1.17.50.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.5.50); FILE MERGEDRüdiger Timm2008-04-114-92/+72
| | | | 2008/03/31 07:25:36 rt 1.5.50.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.4.50); FILE MERGEDRüdiger Timm2008-04-117-162/+127
| | | | 2008/03/31 07:25:36 rt 1.4.50.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.6.50); FILE MERGEDRüdiger Timm2008-04-111-23/+18
| | | | 2008/03/31 07:25:36 rt 1.6.50.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.10.38); FILE MERGEDRüdiger Timm2008-04-111-24/+19
| | | | 2008/03/31 07:25:36 rt 1.10.38.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.3.50); FILE MERGEDRüdiger Timm2008-04-116-138/+108
| | | | 2008/03/31 07:25:36 rt 1.3.50.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.21.24); FILE MERGEDRüdiger Timm2008-04-111-23/+18
| | | | 2008/03/31 07:25:35 rt 1.21.24.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.7.24); FILE MERGEDRüdiger Timm2008-04-111-23/+18
| | | | 2008/03/31 07:25:35 rt 1.7.24.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.3.50); FILE MERGEDRüdiger Timm2008-04-111-23/+18
| | | | 2008/03/31 07:25:35 rt 1.3.50.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.6.38); FILE MERGEDRüdiger Timm2008-04-111-23/+18
| | | | 2008/03/31 07:25:35 rt 1.6.38.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS sb23 (1.18.2); FILE MERGEDRüdiger Timm2006-12-011-11/+11
| | | | | | | 2006/08/18 15:22:19 sb 1.18.2.4: RESYNC: (1.18-1.20); FILE MERGED 2005/03/14 14:59:49 sb 1.18.2.3: #i35277# Further cleanup. 2005/03/14 10:53:32 sb 1.18.2.2: #i35277# Further cleanup. 2005/03/11 14:00:32 sb 1.18.2.1: #i35277# Improve URP performance by always sending asynchronous release requests, regardless of forceSynchronous.
* INTEGRATION: CWS sb23 (1.5.34); FILE MERGEDRüdiger Timm2006-12-011-7/+12
| | | | | | 2006/08/18 15:22:46 sb 1.5.34.3: RESYNC: (1.5-1.6); FILE MERGED 2005/03/14 14:59:49 sb 1.5.34.2: #i35277# Further cleanup. 2005/03/14 10:53:32 sb 1.5.34.1: #i35277# Further cleanup.
* INTEGRATION: CWS mmt7 (1.4.12); FILE MERGEDRüdiger Timm2006-05-041-24/+184
| | | | | 2006/02/14 12:25:10 sb 1.4.12.2: #i60643# Missing @since tags. 2006/02/14 12:15:57 sb 1.4.12.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.
* INTEGRATION: CWS mmt7 (1.9.2); FILE MERGEDRüdiger Timm2006-05-041-3/+21
| | | | | 2006/02/14 12:25:09 sb 1.9.2.2: #i60643# Missing @since tags. 2006/02/14 12:15:56 sb 1.9.2.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.
* INTEGRATION: CWS mmt7 (1.19.12); FILE MERGEDRüdiger Timm2006-05-041-13/+15
| | | | 2006/02/14 12:15:53 sb 1.19.12.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.
* INTEGRATION: CWS mmt7 (1.5.12); FILE MERGEDRüdiger Timm2006-05-041-16/+4
| | | | 2006/02/14 12:15:52 sb 1.5.12.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.
* INTEGRATION: CWS sb46 (1.8.8); FILE MERGEDJens-Heiner Rechtien2006-01-261-5/+7
| | | | 2006/01/13 11:53:22 sb 1.8.8.1: #i60341# Enforce that an Any does not wrap another Any.
* INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGEDRüdiger Timm2005-09-082-95/+43
| | | | 2005/09/05 13:56:57 rt 1.3.16.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS ooo19126 (1.16.16); FILE MERGEDRüdiger Timm2005-09-081-47/+21
| | | | 2005/09/05 13:56:56 rt 1.16.16.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGEDRüdiger Timm2005-09-082-94/+42
| | | | 2005/09/05 13:56:56 rt 1.4.16.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGEDRüdiger Timm2005-09-081-47/+21
| | | | 2005/09/05 13:56:56 rt 1.3.16.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGEDRüdiger Timm2005-09-081-47/+21
| | | | 2005/09/05 13:56:56 rt 1.5.16.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGEDRüdiger Timm2005-09-082-94/+42
| | | | 2005/09/05 13:56:55 rt 1.3.16.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGEDRüdiger Timm2005-09-081-47/+21
| | | | 2005/09/05 13:56:55 rt 1.4.16.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGEDRüdiger Timm2005-09-082-95/+43
| | | | 2005/09/05 13:56:54 rt 1.3.16.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGEDRüdiger Timm2005-09-081-48/+22
| | | | 2005/09/05 13:56:54 rt 1.7.16.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGEDRüdiger Timm2005-09-083-141/+63
| | | | 2005/09/05 13:56:52 rt 1.2.38.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS ooo19126 (1.4.28); FILE MERGEDRüdiger Timm2005-09-081-47/+21
| | | | 2005/09/05 13:56:50 rt 1.4.28.1: #i54170# Change license header: remove SISSL
* INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGEDRüdiger Timm2005-09-082-94/+42
| | | | 2005/09/05 13:56:50 rt 1.2.28.1: #i54170# Change license header: remove SISSL