summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans
AgeCommit message (Expand)AuthorFilesLines
2014-10-11bean: String comparisonRobert Antoni Buj i Gelonch1-1/+1
2014-10-10bean: Use com.sun.star.uno.RuntimeException(Throwable thrwbl)Robert Antoni Buj i Gelonch1-9/+3
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin1-3/+2
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin1-1/+1
2014-09-17bean: Array concatenated with a StringRobert Antoni Buj i Gelonch1-1/+2
2014-09-16Revert bean part of "java: remove dead methods"Stephan Bergmann4-3/+274
2014-09-16bean: encode(String) in URLEncoder has been deprecatedrbuj1-8/+27
2014-09-10bean: Boolean Parsingrbuj1-1/+1
2014-09-08set names on some Java threadsMichael Stahl3-2/+4
2014-08-20java: remove modifiers implied by the contextNoel Grandin1-3/+3
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2-3/+3
2014-08-20remove some dead Java codeNoel Grandin1-3/+0
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-1/+1
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-2/+2
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2-3/+3
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2-13/+13
2014-08-19java: remove unused methodsNoel Grandin1-65/+0
2014-08-14java: remove unused importsNoel Grandin1-2/+0
2014-08-14java: remove commented out codeNoel Grandin1-1/+0
2014-08-13java: remove dead methodsNoel Grandin4-207/+3
2014-08-13java: remove unused fieldsNoel Grandin1-1/+1
2014-08-13java: reduce scope, make some methods privateNoel Grandin3-6/+6
2014-08-13java: reduce scope, make member classes privateNoel Grandin1-1/+1
2014-08-13java: reduce scope, make fields privateNoel Grandin3-7/+7
2014-08-13java: reduce scope, make constructors privateNoel Grandin1-1/+1
2014-08-12java: reduce scope, make constants privateNoel Grandin1-2/+2
2014-08-12java: fix broken javadoc tagsNoel Grandin2-4/+1
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin4-0/+7
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin1-5/+0
2014-08-08java: remove unnecessary semi-colonsNoel Grandin9-10/+10
2014-08-08java: remove redundant super-interfacesNoel Grandin1-1/+0
2014-08-08java: code some code to use non-deprecated constructorsNoel Grandin1-0/+2
2014-08-08java: remove unused fieldsNoel Grandin1-4/+0
2014-08-05java: remove commented out codeNoel Grandin1-1/+0
2014-08-05java: remove various unused variablesNoel Grandin1-2/+1
2014-08-04java: remove workarounds for missing functionality pre java 1.5Noel Grandin1-20/+2
2014-08-01typo: more then -> more thanTakeshi Abe1-2/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni3-3/+3
2014-04-10It's "its", not "it's"Tor Lillqvist1-2/+2
2014-02-25Remove visual noise from beanAlexander Wilms5-31/+31
2014-02-19Typo: interupted -> interruptedJulien Nabet1-1/+1
2013-12-22Fix typosJulien Nabet1-1/+1
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist1-1/+1
2013-05-07Revert to mis-typed com.sun.star.comp.beans.OOoBean.aquireSystemWindow againStephan Bergmann1-2/+2
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin1-1/+2
2013-04-16General cleanup of OfficeBeansChris Sherlock14-121/+106
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin1-1/+0
2012-08-20Java5 updates - convert to genericsNoel Grandin7-60/+48
2012-08-20Remove dead java code, fields and local variablesNoel Grandin1-43/+0