summaryrefslogtreecommitdiffstats
path: root/bean
Commit message (Expand)AuthorAgeFilesLines
...
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-1/+1
* java:use System.arrayCopy to copy arraysNoel Grandin2015-06-091-2/+1
* java:Non-synchronized method should not override a synchronized methodNoel Grandin2015-06-091-1/+1
* reduce sleep when connecting to soffice from JavaNoel Grandin2015-06-031-4/+3
* jboolean-related clean-upStephan Bergmann2015-05-081-1/+1
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-232-4/+4
* java: remove dead codeNoel Grandin2015-01-051-4/+0
* Remove unnecessary bean/inc/comp_LocalOfficeWindow.hStephan Bergmann2015-01-024-36/+0
* java: these fields can be converted to local variablesNoel Grandin2014-12-191-6/+4
* java: reduce visibility of fields and methodsNoel Grandin2014-12-112-3/+3
* java: remove some unused local variablesNoel Grandin2014-12-051-2/+1
* java: remove some unused fieldsNoel Grandin2014-12-051-10/+8
* Deprecated com.sun.star.beans is goneStephan Bergmann2014-12-023-126/+0
* java: fix some raw types warningsNoel Grandin2014-11-181-2/+2
* java: make fields final where possibleNoel Grandin2014-11-185-14/+14
* java: rather use @Deprecated annotationNoel Grandin2014-11-185-15/+7
* Revert some changes that affected the bean/com/sun/star/comp APINoel Grandin2014-10-284-11/+11
* java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch2014-10-251-1/+1
* java: when rethrowing exceptions, store the originalNoel Grandin2014-10-171-15/+17
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-171-1/+1
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-163-50/+66
* bean: String comparisonRobert Antoni Buj i Gelonch2014-10-111-1/+1
* bean: Use com.sun.star.uno.RuntimeException(Throwable thrwbl)Robert Antoni Buj i Gelonch2014-10-101-9/+3
* We should know what our name isTor Lillqvist2014-10-081-1/+1
* java: remove some unnecessary intermediary object creationNoel Grandin2014-10-071-3/+2
* [API CHANGE] OfficeBean: remove deprecated com.sun.star.beans classesStephan Bergmann2014-09-309-1266/+0
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-252-2/+2
* bean: unchecked call to getMethod() as a member of the raw type ClassRobert Antoni Buj i Gelonch2014-09-171-1/+1
* bean: Array concatenated with a StringRobert Antoni Buj i Gelonch2014-09-172-2/+4
* bean: encode(String) in URLEncoder has been deprecatedRobert Antoni Buj i Gelonch2014-09-171-7/+26
* Revert bean part of "java: remove dead methods"Stephan Bergmann2014-09-1610-7/+363
* bean: encode(String) in URLEncoder has been deprecatedrbuj2014-09-161-8/+27
* bean: use a non-varargs call for a stopOOoConnection method invocationrbuj2014-09-151-1/+1
* bean: Boolean Parsingrbuj2014-09-101-1/+1
* set names on some Java threadsMichael Stahl2014-09-084-2/+6
* java: remove modifiers implied by the contextNoel Grandin2014-08-202-6/+6
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-203-4/+4
* remove some dead Java codeNoel Grandin2014-08-202-6/+0
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-191-1/+1
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-192-4/+4
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-1/+1
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-192-3/+3
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-193-16/+16
* java: remove unused methodsNoel Grandin2014-08-191-65/+0
* java: remove unused importsNoel Grandin2014-08-144-7/+0
* java: remove commented out codeNoel Grandin2014-08-144-4/+0
* java: remove dead methodsNoel Grandin2014-08-1310-292/+7
* java: remove unused fieldsNoel Grandin2014-08-131-1/+1
* java: reduce scope, make some methods privateNoel Grandin2014-08-134-7/+7
* java: reduce scope, make member classes privateNoel Grandin2014-08-132-3/+3