# -*- 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,svl_inetcontenttype)) $(eval $(call gb_CppunitTest_add_exception_objects,svl_inetcontenttype, \ svl/qa/unit/test_INetContentType \ )) $(eval $(call gb_CppunitTest_use_api,svl_inetcontenttype, \ udkapi \ )) $(eval $(call gb_CppunitTest_use_externals,svl_inetcontenttype, \ boost_headers \ )) $(eval $(call gb_CppunitTest_use_libraries,svl_inetcontenttype, \ sal \ svl \ tl \ )) # vim: set noet sw=4 ts=4: /trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerfilter/inc
AgeCommit message (Expand)Author
2016-09-19Explanation of the SPRM acronym added to definition of the Sprm classMilos Sramek
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-05-26loplugin:unusedmethodsNoel Grandin
2016-05-19loplugin:unusedmethods in writerfilter to xmloffNoel Grandin
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin
2016-03-11writerfilter: avoid ugly cross-directory includeMiklos Vajna
2016-02-25loplugin:unuseddefaultparams in writerfilter/Noel Grandin
2016-02-23tdf#59699 RTF import: handle INCLUDEPICTURE fieldMiklos Vajna
2016-02-16Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna
2016-01-31boost::tuple -> std::tupleCaolán McNamara
2016-01-10Fix typosAndrea Gelmini
2015-12-15writerfilter: set a BaseURL on embedded math objectsMichael Stahl
2015-12-04Wingdi RGB macro handling improvedAshod Nakashian
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-10-19writerfilter: dmapper ctor can read TextInsertModeRange directlyMiklos Vajna
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-02loplugin:unusedmethodsNoel Grandin
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-21loplugin:unusedmethods writerfilterNoel Grandin
2015-05-12tdf#90260 writerfilter: pasted RTF documents may contain no \parMiklos Vajna
2015-04-11writerfilter: no need to spell out com::sun::star, css is enoughMiklos Vajna
2015-03-24SkipImages option for document importLászló Németh