# # 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,emfio)) $(eval $(call gb_Module_add_targets,emfio,\ Library_emfio \ )) $(eval $(call gb_Module_add_check_targets,emfio,\ CppunitTest_emfio_emf \ $(if $(MERGELIBS),,CppunitTest_emfio_wmf) \ )) # vim: set noet ts=4 sw=4: 4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)Author
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
2020-01-13loplugin:finalclasses in package..sfx2Noel Grandin
2020-01-13tdf#125662: do parallel-zip in batchesDennis Francis
2020-01-13Revert "tdf#125662: disable parallel-zip if the memory..."Dennis Francis
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2020-01-12tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctorYusuf Keten
2020-01-04tdf#125662: disable parallel-zip if the memory...Dennis Francis
2020-01-04tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski
2019-12-19sal_Char->char in oox..registryNoel Grandin
2019-11-28check crcs when fuzzing after allCaolán McNamara
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann
2019-11-24cppcheck: performing init in init list (oox, package, sal, sax)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-15do not clean up EncryptionData during SaveAsVasily Melenchuk