# -*- 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_CppunitTest_CppunitTest,cppuhelper_cppu_ifcontainer)) $(eval $(call gb_CppunitTest_add_exception_objects,cppuhelper_cppu_ifcontainer,\ cppuhelper/qa/ifcontainer/cppu_ifcontainer \ )) $(eval $(call gb_CppunitTest_use_api,cppuhelper_cppu_ifcontainer,\ udkapi \ )) $(eval $(call gb_CppunitTest_use_libraries,cppuhelper_cppu_ifcontainer,\ cppu \ cppuhelper \ sal \ $(gb_UWINAPI) \ )) # vim: set noet sw=4 ts=4: libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfsdrimport.cxx
AgeCommit message (Expand)Author
2020-07-23tdf#134400 RTF import: fix unexpected inner properties for picture-in-textframeMiklos Vajna
2019-12-02Related: tdf#128611 RTF import: handle vertical flip of line shapesMiklos Vajna
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin
2019-08-15sw btlr writing mode: RTF filter of Writer textframesMiklos Vajna
2019-08-02sw btlr writing mode: RTF filter of Writer tbrl textframesMiklos Vajna
2019-05-29writerfilter: various small cleanupsMiklos Vajna
2019-02-20writerfilter: make RTFShape members privateMiklos Vajna
2019-01-07related tdf#100074: prepare group shapes text input via writerfilterThorsten Behrens
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin
2018-08-03Move angle normalization code from various places to toolsMike Kaganski
2018-08-01forcepoint#58 null derefCaolán McNamara
2018-07-13sw, writerfilter: various small cleanupsMiklos Vajna
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin
2018-07-01cppcheck: variableScopeJochen Nitschke
2018-06-07Fix IWYU warningsMiklos Vajna