# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Module_Module,editeng)) $(eval $(call gb_Module_add_targets,editeng,\ CustomTarget_generated \ Library_editeng \ UIConfig_editeng \ )) $(eval $(call gb_Module_add_l10n_targets,editeng,\ AllLangMoTarget_editeng \ )) $(eval $(call gb_Module_add_check_targets,editeng,\ $(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \ CppunitTest_editeng_core) \ CppunitTest_editeng_borderline \ CppunitTest_editeng_lookuptree \ )) # vim: set noet sw=4 ts=4: tro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svtools/qa/unit
AgeCommit message (Expand)Author
2019-03-22GraphisObjectTest: Remove some unused test documentsTamás Zolnai
2019-03-07CppunitTest_svtools_html: use CPPUNIT_TEST_FIXTURE()Miklos Vajna
2019-02-10loplugin:indentation in svtoolsNoel Grandin
2018-10-04drop SvMemoryStream::GetBufferNoel Grandin
2018-08-29XHTML import: <br></br> is one line breakMiklos Vajna
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-04-10remove swapping and link from GraphicObject and GraphicTomaž Vajngerl
2018-04-10vcl: detach usage and remove GraphicManager and GraphicCacheTomaž Vajngerl
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2018-03-08svtools: allow writing characters with HtmlWriterMiklos Vajna
2018-02-28sw HTML export: allow custom XHTML namespace aliasMiklos Vajna
2018-01-24Fix some IWYU warningsMiklos Vajna
2018-01-16Fix typosAndrea Gelmini
2017-12-14Related: tdf#114428 svtools HTML import: avoid XML declaration in body textMiklos Vajna
2017-10-23loplugin:includeform: svtoolsStephan Bergmann
2017-09-22Ditch now unused GraphicExportDialog, GraphicExportOptionsDialogEike Rathke
2017-02-14vcl pdf import: change test documents to test bitmap fallbackMiklos Vajna
2017-02-13vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna
2017-01-09second arg of deformed copy ctor isn't usedCaolán McNamara
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann
2016-11-15Fix typosSamuel Mehrbrodt
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann
2016-11-10'make screenshot' loplugin fixesStephan Bergmann
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-18coverity#1371121 Unchecked return valueCaolán McNamara
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand
2016-08-18screenshots: add dialog test cases for svtoolsArmin Le Grand
2016-07-22Fix --disable-pdfimport buildMiklos Vajna
2016-06-29vcl: handle PDF data in Read/WriteImpGraphic()Miklos Vajna
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani
2016-02-08loplugin:unusedmethodsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-17unused headersCaolán McNamara
2015-08-26convert Link to TypedNoel Grandin