# -*- 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/. # include $(SRCDIR)/vcl/commonfuzzer.mk $(eval $(call gb_Executable_Executable,dbffuzzer)) $(eval $(call gb_Executable_use_api,dbffuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,dbffuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,dbffuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,dbffuzzer,\ $(fuzzer_calc_libraries) \ $(fuzzer_core_libraries) \ pdffilter \ )) $(eval $(call gb_Executable_use_static_libraries,dbffuzzer,\ $(fuzzer_statics) \ fuzzer_calc \ )) $(eval $(call gb_Executable_add_exception_objects,dbffuzzer,\ vcl/workben/dbffuzzer \ )) $(eval $(call gb_Executable_add_libs,dbffuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/pptin.hxx
AgeCommit message (Expand)Author
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski
2023-06-26FillSdAnimationInfo is never passed a nullCaolán McNamara
2022-08-29ref-count SdrObjectNoel Grandin
2021-03-24tdf#124176 Use pragma once in sdVincent LE GARREC
2020-12-27ofz#28918 Direct-Leak in SotStorage::OpenSotStreamCaolán McNamara
2020-05-24inline some use-once typedefsNoel Grandin
2019-02-23loplugin:unusedfields in sdNoel Grandin
2018-08-03forcepoint#70 give all escher client data objects a common parent classCaolán McNamara
2018-06-04tdf#42949 Fix IWYU warnings in sd/source/filterGabor Kelemen
2017-11-14Translate German comments and debug stringsJohnny_M
2017-11-07loplugin:constparams in sdNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-16ofz#877 reference to stack alloced obj outlives objCaolán McNamara
2017-01-18new loplugin: useuniqueptr: sdNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin
2016-07-25new loplugin overrideparamNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2015-10-29com::sun::star->css in sdNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-05-07Remove SvStorage aliasStephan Bergmann
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2013-10-23fixincludeguards.sh: sdThomas Arnhold
2013-09-05String->OUStringIvan Timofeev
2013-06-12Replace String with OUString (sd)Chr. Rossmanith
2012-11-28re-base on ALv2 code. Includes:Michael Meeks
2012-02-24Removed MSFilterTracer and all references to itSzabolcs Dezsi
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
2011-07-12use oox filter for *all* control importNoel Power
2011-06-10Replace List for std::vector<String>.Rafael Dominguez
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Bjoern Michaelsen
2011-01-17removetooltypes01: #i112600# Remove tools types from sdCarsten Driesner
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-10-31#i106421#: move msfilter to filterMathias Bauer
2009-08-25CWS-TOOLING: integrate CWS ooxml03Release Engineers