summaryrefslogtreecommitdiff
path: root/bean/com
AgeCommit message (Expand)AuthorFilesLines
2017-12-28Fix typosAndrea Gelmini1-1/+1
2017-08-20Typo about "document"Julien Nabet1-1/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-11/+0
2017-03-26Fix typosAndrea Gelmini2-2/+2
2016-05-02Remove debug codeStephan Bergmann1-1/+0
2016-04-29cid#1358838 cid#1358839 cid#1358840 assert to avoid null pointer dereferenceMiklos Vajna1-0/+1
2016-04-27beans: if loading a library fails, show the reasonMiklos Vajna1-2/+6
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-03-11javadoc is HTML 4, not xhtml or html5, so <br/> is not allowedChristian Lohmaier1-4/+4
2016-03-04coverity#1326333 Unguarded writeCaolán McNamara1-1/+1
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-05officebeans: RVP no longer used, only local used nowChris Sherlock2-6/+2
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky2-14/+12
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-1/+1
2015-10-22coverity#1328488 DLS: Dead local storeCaolán McNamara1-1/+1
2015-10-20coverity#1326431 Dereference null return valueCaolán McNamara1-21/+13
2015-10-16cid#1326334 Unguarded readNoel Grandin1-17/+11
2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara1-2/+5
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin1-1/+1
2015-10-14cid#1326360 Data race conditionNoel Grandin1-12/+13
2015-10-14cid#1326347 Check of thread-shared field evades lock acquisitionNoel Grandin1-3/+3
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-07-08Fix typosAndrea Gelmini1-2/+2
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-09java:use System.arrayCopy to copy arraysNoel Grandin1-2/+1
2015-06-03reduce sleep when connecting to soffice from JavaNoel Grandin1-4/+3
2014-12-19java: these fields can be converted to local variablesNoel Grandin1-6/+4
2014-12-05java: remove some unused local variablesNoel Grandin1-2/+1
2014-12-05java: remove some unused fieldsNoel Grandin1-10/+8
2014-11-18java: make fields final where possibleNoel Grandin5-14/+14
2014-11-18java: rather use @Deprecated annotationNoel Grandin5-15/+7
2014-10-28Revert some changes that affected the bean/com/sun/star/comp APINoel Grandin4-11/+11
2014-10-25java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch1-1/+1
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin1-15/+17
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin1-1/+1
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin3-50/+66
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-30[API CHANGE] OfficeBean: remove deprecated com.sun.star.beans classesStephan Bergmann8-1258/+0
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin2-2/+2
2014-09-17bean: Array concatenated with a StringRobert Antoni Buj i Gelonch2-2/+4
2014-09-17bean: encode(String) in URLEncoder has been deprecatedRobert Antoni Buj i Gelonch1-7/+26
2014-09-16Revert bean part of "java: remove dead methods"Stephan Bergmann9-7/+362
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 Stahl4-2/+6