summaryrefslogtreecommitdiffstats
path: root/bean
Commit message (Expand)AuthorAgeFilesLines
* Remove debug codeStephan Bergmann2016-05-021-1/+0
* cid#1358838 cid#1358839 cid#1358840 assert to avoid null pointer dereferenceMiklos Vajna2016-04-291-0/+1
* beans: if loading a library fails, show the reasonMiklos Vajna2016-04-271-2/+6
* bean: fix the OfficeBean SDK exampleMiklos Vajna2016-04-251-1/+2
* neither doxygen nor javadoc make use of <type scope="…"> annotationsChristian Lohmaier2016-03-111-6/+6
* NoConnectionException is com.sun.star.comp.beans.NoConnectionExceptionChristian Lohmaier2016-03-111-2/+2
* javadoc is HTML 4, not xhtml or html5, so <br/> is not allowedChristian Lohmaier2016-03-111-4/+4
* coverity#1326333 Unguarded writeCaolán McNamara2016-03-041-1/+1
* Fix typosAndrea Gelmini2016-02-051-1/+1
* officebeans: RVP no longer used, only local used nowChris Sherlock2016-02-052-6/+2
* Fix typosAndrea Gelmini2016-01-052-2/+2
* Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky2015-12-033-14/+35
* Expose metadata to deploy LibreOffice artifacts on Maven CentralDavid Ostrovsky2015-12-011-0/+44
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-051-1/+1
* java:avoid empty if statementsNoel Grandin2015-11-051-3/+0
* coverity#1328488 DLS: Dead local storeCaolán McNamara2015-10-221-1/+1
* coverity#1326431 Dereference null return valueCaolán McNamara2015-10-201-21/+13
* cid#1326334 Unguarded readNoel Grandin2015-10-161-17/+11
* coverity#1326731 Dm: Dubious method usedCaolán McNamara2015-10-151-2/+5
* cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin2015-10-151-1/+1
* cid#1326360 Data race conditionNoel Grandin2015-10-141-12/+13
* cid#1326347 Check of thread-shared field evades lock acquisitionNoel Grandin2015-10-141-3/+3
* Fix typosAndrea Gelmini2015-10-021-1/+1
* Fix typosAndrea Gelmini2015-07-081-2/+2
* Fix typosAndrea Gelmini2015-06-221-1/+1
* java: 'final static' to 'static final'Noel Grandin2015-06-151-1/+1
* 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