summaryrefslogtreecommitdiff
path: root/bean/com
AgeCommit message (Expand)Author
2019-09-06Fixing '....'Andrea Gelmini
2019-05-27@deprecated should be with @DeprecatedTomoyuki Kubota
2019-05-10an uno -> a unoCaolán McNamara
2019-05-10an is used before a vowel soundCaolán McNamara
2019-04-20Fix typoAndrea Gelmini
2019-04-09Fix typoAndrea Gelmini
2019-04-09Fix typoAndrea Gelmini
2019-04-09Fix typoAndrea Gelmini
2019-01-28Fix typoAndrea Gelmini
2018-07-22Fix typosAndrea Gelmini
2018-07-18Fix typosAndrea Gelmini
2017-12-28Fix typosAndrea Gelmini
2017-08-20Typo about "document"Julien Nabet
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-03-26Fix typosAndrea Gelmini
2016-05-02Remove debug codeStephan Bergmann
2016-04-29cid#1358838 cid#1358839 cid#1358840 assert to avoid null pointer dereferenceMiklos Vajna
2016-04-27beans: if loading a library fails, show the reasonMiklos Vajna
2016-04-25bean: fix the OfficeBean SDK exampleMiklos Vajna
2016-03-11neither doxygen nor javadoc make use of <type scope="…"> annotationsChristian Lohmaier
2016-03-11NoConnectionException is com.sun.star.comp.beans.NoConnectionExceptionChristian Lohmaier
2016-03-11javadoc is HTML 4, not xhtml or html5, so <br/> is not allowedChristian Lohmaier
2016-03-04coverity#1326333 Unguarded writeCaolán McNamara
2016-02-05Fix typosAndrea Gelmini
2016-02-05officebeans: RVP no longer used, only local used nowChris Sherlock
2016-01-05Fix typosAndrea Gelmini
2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-10-22coverity#1328488 DLS: Dead local storeCaolán McNamara
2015-10-20coverity#1326431 Dereference null return valueCaolán McNamara
2015-10-16cid#1326334 Unguarded readNoel Grandin
2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-10-14cid#1326360 Data race conditionNoel Grandin
2015-10-14cid#1326347 Check of thread-shared field evades lock acquisitionNoel Grandin
2015-10-02Fix typosAndrea Gelmini
2015-07-08Fix typosAndrea Gelmini
2015-06-22Fix typosAndrea Gelmini
2015-06-09java:use System.arrayCopy to copy arraysNoel Grandin
2015-06-03reduce sleep when connecting to soffice from JavaNoel Grandin
2014-12-19java: these fields can be converted to local variablesNoel Grandin
2014-12-05java: remove some unused local variablesNoel Grandin
2014-12-05java: remove some unused fieldsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-18java: rather use @Deprecated annotationNoel Grandin
2014-10-28Revert some changes that affected the bean/com/sun/star/comp APINoel Grandin
2014-10-25java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin