summaryrefslogtreecommitdiffstats
path: root/bean/com
Commit message (Expand)AuthorAgeFilesLines
* @deprecated should be with @DeprecatedTomoyuki Kubota2019-05-273-0/+17
* an uno -> a unoCaolán McNamara2019-05-103-3/+3
* an is used before a vowel soundCaolán McNamara2019-05-101-1/+1
* Fix typoAndrea Gelmini2019-04-201-4/+4
* Fix typoAndrea Gelmini2019-04-091-2/+2
* Fix typoAndrea Gelmini2019-04-091-3/+3
* Fix typoAndrea Gelmini2019-04-091-1/+1
* Fix typoAndrea Gelmini2019-01-281-2/+2
* Fix typosAndrea Gelmini2018-07-221-8/+8
* Fix typosAndrea Gelmini2018-07-181-1/+1
* Fix typosAndrea Gelmini2017-12-281-1/+1
* Typo about "document"Julien Nabet2017-08-201-1/+1
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-11/+0
* Fix typosAndrea Gelmini2017-03-262-2/+2
* 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-051-1/+1
* Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky2015-12-032-14/+12
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-051-1/+1
* 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:use System.arrayCopy to copy arraysNoel Grandin2015-06-091-2/+1
* reduce sleep when connecting to soffice from JavaNoel Grandin2015-06-031-4/+3
* java: these fields can be converted to local variablesNoel Grandin2014-12-191-6/+4
* java: remove some unused local variablesNoel Grandin2014-12-051-2/+1
* java: remove some unused fieldsNoel Grandin2014-12-051-10/+8
* 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