# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Module_Module,vbahelper)) ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),) # the targets to be inserted are their file names without .mk extension $(eval $(call gb_Module_add_targets,vbahelper,\ Library_vbahelper \ Library_msforms \ )) # add any runtime tests (unit tests) here # remove if no tests #$(eval $(call gb_Module_add_check_targets,vbahelper,\ #)) # add any subsequent checks (e.g. complex tests) here #$(eval $(call gb_Module_add_subsequentcheck_targets,vbahelper,\ #)) endif $(eval $(call gb_Module_add_targets,vbahelper,\ )) # vim: set noet sw=4 ts=4: ibreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)Author
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-19tdf#123936 Formatting files in module package with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-11-05loplugin:reducevarscope in packageNoel
2020-10-02Use the new single-instance="true" attribute in packageStephan Bergmann
2020-09-28struct OHierarchyElement_Impl was apparently meant to be a classStephan Bergmann
2020-09-27Replace list by vector in package/ohierarchyholderJulien Nabet
2020-09-27Remove unused std::list in package/xstorageJulien Nabet
2020-09-27improve some exception messagesNoel Grandin
2020-09-26Fix typo in codeAndrea Gelmini
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-19Restore "bff: terminate on SAXException on malformed input"Caolán McNamara
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin
2020-07-31ofz#23241 Revert "bff: terminate on SAXException on malformed input"Caolán McNamara
2020-07-26package/xstor: create instances with uno constructorsNoel Grandin
2020-07-17package: create instances with uno constructorsNoel Grandin
2020-07-16properly finish encrypting when parallel zip saving (tdf#134796)Luboš Luňák
2020-07-14fix encrypted parallel zip saving (tdf#134332)Luboš Luňák
2020-07-12update pchesCaolán McNamara
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: packageStephan Bergmann
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-04Upcoming loplugin:elidestringvar: packageStephan Bergmann
2020-05-25package: ignore unknown encryption parameters.Vasily Melenchuk
2020-05-24inline some use-once typedefsNoel Grandin
2020-05-18package: ODF export: fix position of manifest:start-key-generation childMichael Stahl
2020-05-15package: OFFICE-3940 ODF 1.3 export of OpenPGP encryptionMichael Stahl
2020-05-15package: OFFICE-3940 ODF 1.3 import of OpenPGP encryptionMichael Stahl
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-09compact namespace in packageNoel Grandin
2020-04-26update pchesCaolán McNamara
2020-04-15loplugin:buriedassign in l,o,p*Noel Grandin
2020-04-03loplugin:flatten in packageNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorOnur Yilmaz
2020-01-28remove some unused local varsNoel Grandin
2020-01-26tdf#124176: Use pragma once instead of include guardsBurak Bala
2020-01-26remove some unused local varsNoel Grandin
2020-01-26rename some local variablesNoel Grandin