# -*- 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,vcl_app_test)) $(eval $(call gb_CppunitTest_add_exception_objects,vcl_app_test, \ vcl/qa/cppunit/app/test_IconThemeInfo \ vcl/qa/cppunit/app/test_IconThemeScanner \ vcl/qa/cppunit/app/test_IconThemeSelector \ )) $(eval $(call gb_CppunitTest_use_libraries,vcl_app_test, \ sal \ vcl \ )) $(eval $(call gb_CppunitTest_use_externals,vcl_app_test, \ boost_headers \ )) # vim: set noet sw=4 ts=4: on value='aoo/aw080'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlgrin.cxx
AgeCommit message (Expand)Author
2019-10-29remove unnecessary includesCaolán McNamara
2019-08-20loplugin:constvars in swNoel Grandin
2019-08-13warn on load when a document binds an event to a macroCaolán McNamara
2019-08-03Fix typosAndrea Gelmini
2019-06-04tdf#122789 sw HTML import: fix handling of images with relative sizesMiklos Vajna
2019-05-31tdf#125372 writer, file with lots of hints very slow to open, part8Noel Grandin
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-02-10loplugin:indentation in swNoel Grandin
2019-01-24loplugin:constparams in swNoel Grandin
2018-12-18Get rid of aEmptyOUStrMike Kaganski
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-22convert JumpToMarks to scoped enumNoel Grandin
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen