# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_JunitTest_JunitTest,forms_unoapi_4)) $(eval $(call gb_JunitTest_set_unoapi_test_defaults,forms_unoapi_4)) # vim: set noet sw=4 ts=4: '2'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans/OOoBean.java
AgeCommit message (Expand)Author
2021-03-25cid#1473991 Dereference null return valueCaolán McNamara
2021-03-24cid#1473991 Dereference null return valueCaolán McNamara
2019-11-16cid#1448516 silence Dereference null return valueCaolán McNamara
2019-11-16cid#1448226 silence RV: Bad use of return valueCaolán McNamara
2019-09-06Fixing '....'Andrea Gelmini
2019-05-27@deprecated should be with @DeprecatedTomoyuki Kubota
2019-04-20Fix typoAndrea Gelmini
2019-04-09Fix typoAndrea Gelmini
2019-01-28Fix typoAndrea Gelmini
2017-08-20Typo about "document"Julien Nabet
2017-03-26Fix typosAndrea Gelmini
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-01-05Fix typosAndrea Gelmini
2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky
2015-10-02Fix typosAndrea Gelmini
2015-07-08Fix typosAndrea Gelmini
2015-06-09java:use System.arrayCopy to copy arraysNoel Grandin
2014-12-19java: these fields can be converted to local variablesNoel Grandin
2014-12-05java: remove some unused fieldsNoel 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-17java: when rethrowing exceptions, store the originalNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-11bean: String comparisonRobert Antoni Buj i Gelonch
2014-09-16Revert bean part of "java: remove dead methods"Stephan Bergmann
2014-09-08set names on some Java threadsMichael Stahl
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: fix broken javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2014-08-08java: remove redundant super-interfacesNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-02-25Remove visual noise from beanAlexander Wilms
2014-02-19Typo: interupted -> interruptedJulien Nabet