# -*- 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_JunitTest_JunitTest,jurt_connections)) $(eval $(call gb_JunitTest_use_jars,jurt_connections,\ ridl \ )) $(eval $(call gb_JunitTest_use_jar_classset,jurt_connections,jurt)) $(eval $(call gb_JunitTest_add_sourcefiles,jurt_connections,\ jurt/test/com/sun/star/comp/connections/PipedConnection_Test \ )) $(eval $(call gb_JunitTest_add_classes,jurt_connections,\ com.sun.star.comp.connections.PipedConnection_Test \ )) # vim:set noet sw=4 ts=4: istro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapper_Impl.cxx
AgeCommit message (Expand)Author
2020-05-19tdf#130494: DOCX import: limit paragraph-level character propertyLászló Németh
2020-05-19tdf#128959 DOCX import: fix missing text lines in tablesLászló Németh
2020-05-19tdf#90069 DOCX: fix character style of new table rowsLászló Németh
2020-02-06DOCX import: don't give up on floating tables in headers completelyMiklos Vajna
2020-02-06tdf#108272 DOCX table-only header: fix SAX parser errorLászló Németh
2020-02-04tdf#130214: workaround invalid state resulting from error on importMike Kaganski
2020-01-16tdf#112202 writerfilter,sw: fix loss of headersMichael Stahl
2020-01-10tdf#128207: DOCX import: fix chart positioningBakos Attila
2020-01-09DOCX import: fix lost page break when footer ends with a tableMiklos Vajna
2020-01-08tdf#129353, tdf#129402: fix node creation on index importMike Kaganski
2019-12-17Related: tdf#115719 DOCX import: fix increased spacing vs left-aligned objectsMiklos Vajna