summaryrefslogtreecommitdiffstats
path: root/bean/com
Commit message (Expand)AuthorAgeFilesLines
...
* bean: Use com.sun.star.uno.RuntimeException(Throwable thrwbl)Robert Antoni Buj i Gelonch2014-10-101-9/+3
* java: remove some unnecessary intermediary object creationNoel Grandin2014-10-071-3/+2
* [API CHANGE] OfficeBean: remove deprecated com.sun.star.beans classesStephan Bergmann2014-09-308-1258/+0
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-252-2/+2
* 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-169-7/+362
* bean: encode(String) in URLEncoder has been deprecatedrbuj2014-09-161-8/+27
* 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-202-3/+3
* 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-142-2/+0
* java: remove dead methodsNoel Grandin2014-08-139-291/+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
* java: reduce scope, make fields privateNoel Grandin2014-08-135-11/+11
* java: reduce scope, make constructors privateNoel Grandin2014-08-132-2/+2
* java: reduce scope, make constants privateNoel Grandin2014-08-121-2/+2
* java: fix broken javadoc tagsNoel Grandin2014-08-122-4/+1
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-125-0/+11
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-081-5/+0
* java: remove unnecessary semi-colonsNoel Grandin2014-08-0810-11/+11
* java: remove redundant super-interfacesNoel Grandin2014-08-081-1/+0
* java: code some code to use non-deprecated constructorsNoel Grandin2014-08-081-0/+2
* java: remove unused fieldsNoel Grandin2014-08-082-9/+1
* java: remove commented out codeNoel Grandin2014-08-051-1/+0
* java: remove various unused variablesNoel Grandin2014-08-052-3/+1
* java: remove workarounds for missing functionality pre java 1.5Noel Grandin2014-08-042-40/+4
* typo: more then -> more thanTakeshi Abe2014-08-012-4/+4
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-304-6/+6
* It's "its", not "it's"Tor Lillqvist2014-04-101-2/+2
* Remove visual noise from beanAlexander Wilms2014-02-257-33/+33
* Typo: interupted -> interruptedJulien Nabet2014-02-191-1/+1
* More java.lang.System.mapLibraryName dylib vs. jnilib confusionStephan Bergmann2014-02-131-0/+9
* Fix typosJulien Nabet2013-12-222-2/+2
* Spelling correction: s/retrive/retrieve/Tor Lillqvist2013-12-205-12/+12
* typo fixesAndras Timar2013-12-201-2/+2
* Revert to mis-typed com.sun.star.comp.beans.OOoBean.aquireSystemWindow againStephan Bergmann2013-05-071-2/+2
* Java cleanup, access static methods using correct syntaxNoel Grandin2013-04-262-2/+3
* General cleanup of OfficeBeansChris Sherlock2013-04-1614-121/+106