summaryrefslogtreecommitdiffstats
path: root/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
Commit message (Expand)AuthorAgeFilesLines
* Move all public Java classes to libreoffice.jarSamuel Mehrbrodt2020-05-061-429/+0
* boostrap->bootstrapCaolán McNamara2018-08-261-1/+1
* javaunohelper: fix all javadoc warningsMichael Stahl2016-02-171-1/+26
* related tdf#86784: new API got backported to 5.1Thorsten Behrens2015-12-211-2/+2
* cid#1343654 FindBugs: Bad practice (FB.DMI_RANDOM_USED_ONLY_ONCE)Stephan Bergmann2015-12-211-1/+3
* Fix @since tagsStephan Bergmann2015-12-201-2/+2
* tdf#86784: Pass custom options to Java bootstrapKatarina Behrens2015-12-181-7/+51
* coverity#1326731 Dm: Dubious method usedCaolán McNamara2015-10-151-2/+6
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-8/+8
* java: simplify array creationNoel Grandin2015-01-091-7/+7
* fix indexesCaolán McNamara2015-01-091-3/+3
* drop crashrep unused since start of LibreOfficeCaolán McNamara2015-01-071-1/+0
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-251-1/+1
* javaunohelper: use HashMap instead of Hashtable CollectionRobert Antoni Buj i Gelonch2014-09-191-9/+11
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-121-0/+1
* javaunohelper: Iterate over each Entry in a Maprbuj2014-08-091-7/+3
* javaunohelper: String comparisonrbuj2014-07-301-1/+1
* Silence javadoc 8 errorsStephan Bergmann2014-01-311-5/+8
* Java cleanup, convert Hashtable to HashMapNoel Grandin2013-05-061-2/+20
* Clean up Java ServiceManager bootstrappingStephan Bergmann2013-04-251-20/+5
* No need for the juh/juhx dance when DISABLE_DYNLOADINGTor Lillqvist2012-09-201-1/+31
* Static method sleep from Thread should be accessed in a static wayJulien Nabet2012-08-061-1/+1
* revert changes to public URE APIs in previous commitMichael Stahl2012-06-291-5/+4
* Java5 updates - update code to use genericsNoel Grandin2012-06-291-9/+10
* re-base on ALv2 code.Michael Meeks2012-06-271-23/+14
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-111-6/+6
* silence a couple of javadoc warningsNorbert Thiebaud2011-06-161-2/+2
* changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien2010-02-121-4/+1
* CWS-TOOLING: integrate CWS sb113Jens-Heiner Rechtien2009-09-161-10/+10
* CWS-TOOLING: integrate CWS cmcfixes58Release Engineers2009-05-071-2/+0
* INTEGRATION: CWS jsc21 (1.15.14); FILE MERGEDRüdiger Timm2008-07-111-2/+2
* INTEGRATION: CWS changefileheader (1.15.12); FILE MERGEDRüdiger Timm2008-04-111-23/+18
* INTEGRATION: CWS sb70 (1.14.32); FILE MERGEDJens-Heiner Rechtien2007-06-271-4/+8
* INTEGRATION: CWS tbe25 (1.13.8); FILE MERGEDOliver Bolte2006-01-201-4/+7
* INTEGRATION: CWS ooo19126 (1.12.6); FILE MERGEDRüdiger Timm2005-09-071-47/+21
* INTEGRATION: CWS sb33 (1.11.8); FILE MERGEDOliver Bolte2005-07-071-5/+7
* INTEGRATION: CWS tbe13 (1.9.4); FILE MERGEDOliver Bolte2004-11-151-5/+7
* INTEGRATION: CWS sb22 (1.8.8); FILE MERGEDPascal Junck2004-11-031-3/+2
* INTEGRATION: CWS tbe12 (1.8.2); FILE MERGEDOliver Bolte2004-08-121-61/+76
* INTEGRATION: CWS sb20 (1.7.10); FILE MERGEDRüdiger Timm2004-07-231-8/+4
* INTEGRATION: CWS comptrans1 (1.6.80); FILE MERGEDRüdiger Timm2004-05-031-9/+107
* #104367# added Bootstrap.defaultBootstrap_InitialComponentContext() and nativ...Daniel Boelzle2002-10-211-2/+55
* #96764# documentation reviewJoachim Lingner2002-01-221-3/+25
* #88919# wrong singleton namesDaniel Boelzle2001-11-281-3/+3
* #87233# singleton prefix: theDaniel Boelzle2001-06-251-3/+3
* #87233# modified bootstrapping process; added component context helpersDaniel Boelzle2001-06-141-56/+86
* Added method to boostrap a service manager (#83676#)Kay Ramme2001-02-131-0/+141