# -*- 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_InternalUnoApi_InternalUnoApi,scaddins,scaddins/idl)) $(eval $(call gb_InternalUnoApi_use_api,scaddins,\ offapi \ udkapi \ )) $(eval $(call gb_InternalUnoApi_define_api_dependencies,scaddins,offapi,\ udkapi \ )) $(eval $(call gb_InternalUnoApi_add_idlfiles,scaddins,com/sun/star/sheet/addin,\ Analysis \ DateFunctions \ PricingFunctions \ XAnalysis \ XCompatibilityNames \ XDateFunctions \ XPricingFunctions \ XMiscFunctions \ )) # vim:set noet sw=4 ts=4: ='distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/soltools/mkdepend
AgeCommit message (Expand)Author
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann
2023-12-04cid#1546021 Using invalid iteratorJulien Nabet
2022-12-07Check for failed mallocStephan Bergmann
2022-11-10-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): soltoolsStephan Bergmann
2022-06-03Revert "Better use size_t for malloc_size"Stephan Bergmann
2022-06-03Better use size_t for malloc_sizeStephan Bergmann
2022-03-03cid#1500573 silence Untrusted loop boundCaolán McNamara
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-05drop 'using namespace std' in s* + toolkitJulien Nabet
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-10-28add some __attribute__ ((formatNoel Grandin
2019-09-12gcc9.2.1 also warns about truncation hereNoel Grandin
2019-07-19cid#1448249 Identical code for different branchesCaolán McNamara
2019-04-29Fix conditional around closing #pragma GCC diagnostic popStephan Bergmann
2019-04-29Avoid -Werror=format/stringop-truncationJulien Nabet
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-10loplugin:indentation in soltools..svlNoel Grandin
2019-02-06loplugin:flatten in soltoolsNoel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-12-01tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-30loplugin:singlevalfieldsNoel Grandin
2018-11-26file param is used in DEBUG modeNoel Grandin
2018-11-22remove some unused enum values and defines in soltoolsNoel Grandin
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-11-08Silence GCC 8.2.1 -Werror=format-truncation=Stephan Bergmann
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-10-05soltools: fix -Werror=format-overflowMichael Stahl
2018-09-24-Werror,-Wunused-variable (clang-cl)Stephan Bergmann
2018-09-17loplugin:external in Executable_mkdependStephan Bergmann
2018-07-27Related: rhbz#1602589 silence leaked_storageCaolán McNamara
2018-05-27Fix typosAndrea Gelmini
2018-05-27Fix typosAndrea Gelmini
2018-03-07Deduplicate includesMike Kaganski
2018-01-12tdf#114952 filep is still used in soltools/mkdepend/parse.cNoel Grandin