summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
AgeCommit message (Expand)Author
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-03-26Fix typosAndrea Gelmini
2016-05-02Remove debug codeStephan Bergmann
2016-04-29cid#1358838 cid#1358839 cid#1358840 assert to avoid null pointer dereferenceMiklos Vajna
2016-04-27beans: if loading a library fails, show the reasonMiklos Vajna
2016-03-11javadoc is HTML 4, not xhtml or html5, so <br/> is not allowedChristian Lohmaier
2016-02-05officebeans: RVP no longer used, only local used nowChris Sherlock
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-10-14cid#1326360 Data race conditionNoel Grandin
2015-06-03reduce sleep when connecting to soffice from JavaNoel Grandin
2014-12-05java: remove some unused local variablesNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-10-28Revert some changes that affected the bean/com/sun/star/comp APINoel Grandin
2014-10-25java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-10bean: Use com.sun.star.uno.RuntimeException(Throwable thrwbl)Robert Antoni Buj i Gelonch
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-17bean: Array concatenated with a StringRobert Antoni Buj i Gelonch
2014-09-16bean: encode(String) in URLEncoder has been deprecatedrbuj
2014-09-08set names on some Java threadsMichael Stahl
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-20remove some dead Java codeNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: reduce scope, make constants privateNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: code some code to use non-deprecated constructorsNoel Grandin
2014-08-08java: remove unused fieldsNoel Grandin
2014-08-04java: remove workarounds for missing functionality pre java 1.5Noel Grandin
2014-08-01typo: more then -> more thanTakeshi Abe
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2013-12-22Fix typosJulien Nabet
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin
2013-04-16General cleanup of OfficeBeansChris Sherlock
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin
2012-08-20Java5 updates - convert to genericsNoel Grandin
2012-08-20Remove dead java code, fields and local variablesNoel Grandin
2012-06-29Java5 updates - update code to use genericsNoel Grandin
2012-06-12re-base on ALv2 code.Michael Meeks
2012-05-07LocalOfficeConnection description must end in ServiceManagerStephan Bergmann
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar
2010-06-16sb123:#i111449# cleanups in beans qa/complex testsLars Langhans
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-05-07CWS-TOOLING: integrate CWS cmcfixes58Release Engineers