summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans/OOoBean.java
AgeCommit message (Expand)AuthorFilesLines
2021-03-25cid#1473991 Dereference null return valueCaolán McNamara1-5/+6
2021-03-24cid#1473991 Dereference null return valueCaolán McNamara1-1/+4
2019-11-16cid#1448516 silence Dereference null return valueCaolán McNamara1-1/+5
2019-11-16cid#1448226 silence RV: Bad use of return valueCaolán McNamara1-1/+4
2019-09-06Fixing '....'Andrea Gelmini1-1/+1
2019-05-27@deprecated should be with @DeprecatedTomoyuki Kubota1-0/+15
2019-04-20Fix typoAndrea Gelmini1-4/+4
2019-04-09Fix typoAndrea Gelmini1-2/+2
2019-01-28Fix typoAndrea Gelmini1-2/+2
2017-08-20Typo about "document"Julien Nabet1-1/+1
2017-03-26Fix typosAndrea Gelmini1-1/+1
2016-04-25bean: fix the OfficeBean SDK exampleMiklos Vajna1-1/+2
2016-03-11neither doxygen nor javadoc make use of <type scope="…"> annotationsChristian Lohmaier1-6/+6
2016-03-11NoConnectionException is com.sun.star.comp.beans.NoConnectionExceptionChristian Lohmaier1-2/+2
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky1-13/+11
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-07-08Fix typosAndrea Gelmini1-2/+2
2015-06-09java:use System.arrayCopy to copy arraysNoel Grandin1-2/+1
2014-12-19java: these fields can be converted to local variablesNoel Grandin1-6/+4
2014-12-05java: remove some unused fieldsNoel Grandin1-10/+8
2014-11-18java: rather use @Deprecated annotationNoel Grandin1-5/+3
2014-10-28Revert some changes that affected the bean/com/sun/star/comp APINoel Grandin1-4/+4
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin1-15/+17
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin1-45/+54
2014-10-11bean: String comparisonRobert Antoni Buj i Gelonch1-1/+1
2014-09-16Revert bean part of "java: remove dead methods"Stephan Bergmann1-0/+252
2014-09-08set names on some Java threadsMichael Stahl1-1/+1
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin1-2/+2
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-1/+1
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-10/+10
2014-08-19java: remove unused methodsNoel Grandin1-65/+0
2014-08-13java: remove dead methodsNoel Grandin1-187/+0
2014-08-13java: reduce scope, make some methods privateNoel Grandin1-4/+4
2014-08-13java: reduce scope, make fields privateNoel Grandin1-3/+3
2014-08-12java: fix broken javadoc tagsNoel Grandin1-3/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+3
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin1-5/+0
2014-08-08java: remove unnecessary semi-colonsNoel Grandin1-2/+2
2014-08-08java: remove redundant super-interfacesNoel Grandin1-1/+0
2014-08-05java: remove commented out codeNoel Grandin1-1/+0
2014-08-05java: remove various unused variablesNoel Grandin1-2/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-10It's "its", not "it's"Tor Lillqvist1-2/+2
2014-02-25Remove visual noise from beanAlexander Wilms1-5/+5
2014-02-19Typo: interupted -> interruptedJulien Nabet1-1/+1
2013-05-07Revert to mis-typed com.sun.star.comp.beans.OOoBean.aquireSystemWindow againStephan Bergmann1-2/+2
2013-04-16General cleanup of OfficeBeansChris Sherlock1-41/+30
2012-08-20Java5 updates - convert to genericsNoel Grandin1-23/+19