# -*- 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_ExternalProject_ExternalProject,hunspell)) $(eval $(call gb_ExternalProject_register_targets,hunspell,\ build \ )) $(call gb_ExternalProject_get_state_target,hunspell,build): $(call gb_ExternalProject_run,build,\ LIBS="$(gb_STDLIBS) $(LIBS)" \ ./configure --disable-shared --disable-nls --with-pic \ $(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM))\ $(if $(filter AIX,$(OS)),CFLAGS="-D_LINUX_SOURCE_COMPAT") \ $(if $(filter C53,$(COM)),CFLAGS="-xc99=none") \ $(if $(filter-out WNTGCC,$(OS)$(COM)),,LDFLAGS="-Wl,--enable-runtime-pseudo-reloc-v2") \ && $(MAKE) \ ) # vim: set noet sw=4 ts=4: o/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/writerfilter/filter
AgeCommit message (Expand)Author
2024-10-04tdf#161233 paint pictures completely also with contour wrapOliver Specht
2024-09-27tdf#162268 sw: IgnoreHiddenCharsForLineCalculationMichael Stahl
2024-09-27tdf#162268 sw: ApplyParagraphMarkFormatToEmptyLineAtEndOfParagraphMichael Stahl
2024-08-09use more concrete UNO type in writerfilterNoel Grandin
2024-07-15tdf#161264 don't hide paragraph with empty mail merge fieldsOliver Specht
2024-06-18loplugin:ostr in variousNoel Grandin
2024-05-29loplugin:ostr in sw/../writerfilterNoel Grandin
2024-05-28tdf#160198 Compatibility in background shapes/picturesOliver Specht
2024-05-21tdf#160984 sw continuous endnotes: enable DOCX importMiklos Vajna
2024-05-02tdf#160833 DOCX import: use the DoNotMirrorRtlDrawObjs compat flagMiklos Vajna
2024-04-28-Werror,-Wunused-variableStephan Bergmann
2024-04-27use more concrete UNO classes in writerfilter (SwXDocumentSettings)Noel Grandin
2024-04-25use more concrete UNO classes in writerfilterNoel Grandin
2024-04-18move writerfilter inside swNoel Grandin