# -*- 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_Configuration_Configuration,driver_flat)) $(eval $(call gb_Configuration_add_spool_modules,driver_flat,connectivity/registry/flat,\ org/openoffice/Office/DataAccess/Drivers-flat.xcu \ )) $(eval $(call gb_Configuration_add_localized_datas,driver_flat,connectivity/registry/flat,\ org/openoffice/Office/DataAccess/Drivers.xcu \ )) # vim: set noet sw=4 ts=4: '/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/javaunohelper/source
AgeCommit message (Expand)Author
2022-06-21clang-tidy modernize-pass-by-value in io..jvmfwkNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in javaunohelperStephan Bergmann
2022-02-25Don't use Library_tl in URE librariesStephan Bergmann
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-01-10Fix some warnings for Raspberry pi 4 (part5)Julien Nabet
2021-01-02Fix some warnings for Raspberry pi 4 (part2)Julien Nabet
2020-06-04Upcoming loplugin:elidestringvar: javaunohelperStephan Bergmann
2020-05-09compact namespace in i18npool..ooxNoel Grandin
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann
2019-05-16javaunohelper: blind fix for Android build broken by 2d22f8bb15c1Michael Stahl
2019-05-16tdf#42949 Fix IWYU warnings in javaunohelper/Gabor Kelemen
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-03-07log nice exception messages whereever possibleNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: javaunohelperStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin