# -*- 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_CustomTarget_CustomTarget,odk/settings)) $(eval $(call gb_CustomTarget_register_target,odk/settings,dk.mk)) $(call gb_CustomTarget_get_workdir,odk/settings)/dk.mk : $(SRCDIR)/odk/settings/dk.mk $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),build,SED,1) tr -d "\015" < $< | sed \ -e 's/@@PLATFORM@@/$(firstword $(subst _, ,$(PLATFORMID)))/' \ -e 's/@@PROCTYPE@@/$(subst $(WHITESPACE),_,$(wordlist 2,$(words $(subst _, ,$(PLATFORMID))),$(subst _, ,$(PLATFORMID))))/' \ -e 's/@@RELEASE@@/$(PRODUCTVERSION)/' \ -e 's/@@BUILDID@@/$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)/' \ -e 's/@@ENABLE_DBGUTIL@@/$(ENABLE_DBGUTIL)/' > $@ # vim: set noet sw=4 ts=4: /zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/Module_sw.mk
AgeCommit message (Expand)Author
2017-10-23Split ooxmlexport8 to avoid too many sections in object file with MSVC2015Tor Lillqvist
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-13move round-tripables from rtfimport to new rtfexport2Justin Luth
2017-06-23iOS, convert CPPUnittest to noopjan Iversen
2017-05-10sw txt export: Greatly improve the export of bullets & numbering.Jan Holesovsky
2017-05-02disable the tiledrendering tests in the headless build modeMarkus Mohrhard
2017-01-18sw: roundtrip test of OOXML decryption/encryptionTomaž Vajngerl
2016-12-30Workaround strange sw test makefilesMatúš Kukan
2016-11-21split sw screenshots testNorbert Thiebaud
2016-10-24tdf#89377 ww8import: table honors ParaStyle break-before-pageJustin Luth
2016-10-11move round-tripables to ooxmlexportJustin Luth
2016-08-18screenshots: add new global make targetArmin Le Grand
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand
2016-08-18screenshots: add dialog test cases for writerArmin Le Grand
2015-11-14CppunitTest_sw_tiledrendering: replace various ifdefs with a single conditionMiklos Vajna
2015-05-29split sw unoapi test for performanceBjoern Michaelsen
2015-05-21unit test for tdf#91095Laurent Godard
2015-04-27CppunitTest_sw_ooxmlsdrexport: split into two partsMiklos Vajna
2015-03-24Executable_tiledrendering is obsolete and can be killedTor Lillqvist
2015-03-16Add testcase for SwXTextDocument::resetSelection().Miklos Vajna
2015-02-21Disable more tests with _use_library_objects for mergelibsMatúš Kukan
2015-02-07Fixup --without-x buildRiccardo Magliocchetti
2014-12-10fdo#80403: Writer specific AutoCorr use FastParserDaniel Sikeler
2014-12-05Revert "fdo#80403: Writer specific AutoCorr use FastParser"Stephan Bergmann
2014-12-04fdo#80403: Writer specific AutoCorr use FastParserDaniel Sikeler
2014-11-07Test for swapped out image loss during Writer exportZolnai Tamás
2014-11-03drop SW_DLLPUBLICs for unit-test only exposureCaolán McNamara
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-01MM: first unit test and infrastructureJan-Marek Glogowski
2014-09-17sw: html import test: local images shouldn't be file links (bnc#580834)Matúš Kukan
2014-08-28Revert "sw: _one_ unit test with use_library_objects sw ought to be enough"Michael Stahl
2014-08-21sw: _one_ unit test with use_library_objects sw ought to be enoughMichael Stahl
2014-08-19split CppunitTest_sw_ooxmlexport into several testsLuboš Luňák
2014-07-17extract CppunitTest_sw_ooxmlfieldexport from CppunitTest_sw_ooxmlimportMiklos Vajna
2014-06-05Unittest the whitespace stripping logic for tox text generationTobias Lippert
2014-05-06sw: make CppunitTest_sw_uwriter a slowcheckMiklos Vajna
2014-03-11ooxml round-trip tests: Move w14 tests to its own test suite.Tomaž Vajngerl
2014-02-26CppunitTest_sw_ooxmlexport: factor out drawing-related testcasesMiklos Vajna
2014-02-19Avoid app specific CreateDialogFactory code for non-DESKTOP.Matúš Kukan
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen
2013-11-14make l10n buildable separatelyBjoern Michaelsen
2013-10-28sw: make the uiwriter testcase a slowcheckMiklos Vajna
2013-10-22added the tiledrendering ui from gladePtyl Dragon
2013-10-21Tiled rendering: This is a desktop test app.Jan Holesovsky
2013-10-21Tiled rendering: VCL test app skeleton.Jan Holesovsky
2013-10-13Introduce unit test in replace functionnality in WriterArnaud Versini