# -*- 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_CppunitTest_CppunitTest,i18npool_test_characterclassification)) $(eval $(call gb_CppunitTest_use_sdk_api,i18npool_test_characterclassification)) $(eval $(call gb_CppunitTest_use_libraries,i18npool_test_characterclassification,\ cppu \ cppuhelper \ sal \ unotest \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_add_exception_objects,i18npool_test_characterclassification,\ i18npool/qa/cppunit/test_characterclassification \ )) $(eval $(call gb_CppunitTest_use_ure,i18npool_test_characterclassification)) $(eval $(call gb_CppunitTest_use_components,i18npool_test_characterclassification,\ i18npool/util/i18npool \ )) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bean
AgeCommit message (Expand)Author
2016-10-16clang-cl loplugin: beanStephan Bergmann
2016-10-14Revert "Don't use the (win32) jawt_md.h as we don't have that when cross-comp...Stephan Bergmann
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