# -*- 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,wksfuzzer)) $(eval $(call gb_Executable_use_api,wksfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,wksfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,wksfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,wksfuzzer,\ $(fuzzer_calc_libraries) \ $(fuzzer_core_libraries) \ pdffilter \ )) $(eval $(call gb_Executable_use_static_libraries,wksfuzzer,\ findsofficepath \ ulingu \ fuzzer_calc \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,wksfuzzer,\ vcl/workben/wksfuzzer \ )) $(eval $(call gb_Executable_add_libs,wksfuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerperfect
AgeCommit message (Expand)Author
2011-10-24fix warning and indent and use boost::noncopyableCaolán McNamara
2011-10-24was the intent to mark this as non-copyableCaolán McNamara
2011-10-23Removed apparently unused fSectionSpaceAfter (nee OdtGenerator::mfSectionSpac...Stephan Bergmann
2011-10-23Handle styles in a more intelligent wayLaurent Alonso
2011-10-15Try to handle more text-box propertiesFridrich Štrba
2011-10-12write out the text margins in text blockFridrich Štrba
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04Make draw:stroke==solid default for missing draw:stroke elementFridrich Štrba
2011-10-04Allow hairlines svg:stroke-width==0 and handle special cases in the libraries...Fridrich Štrba
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-29Adapt to the new way of passing dash-arrays from libvisio, still need to adap...Fridrich Štrba
2011-09-27If gradient type is not specified, assume linearFridrich Štrba