# -*- 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,sc_html_export_test)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_html_export_test, \ sc/qa/extras/htmlexporttest \ )) $(eval $(call gb_CppunitTest_use_externals,sc_html_export_test, \ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_html_export_test, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sc \ scqahelper \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ tk \ tl \ ucbhelper \ unotest \ utl \ vcl \ xo \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_set_include,sc_html_export_test,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sc_html_export_test,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,sc_html_export_test)) $(eval $(call gb_CppunitTest_use_vcl,sc_html_export_test)) $(eval $(call gb_CppunitTest_use_components,sc_html_export_test,\ basic/util/sb \ comphelper/util/comphelp \ configmgr/source/configmgr \ dbaccess/util/dba \ eventattacher/source/evtatt \ filter/source/config/cache/filterconfig1 \ filter/source/storagefilterdetect/storagefd \ forms/util/frm \ framework/util/fwk \ i18npool/source/search/i18nsearch \ i18npool/util/i18npool \ linguistic/source/lng \ oox/util/oox \ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ scripting/source/basprov/basprov \ scripting/source/dlgprov/dlgprov \ scripting/source/vbaevents/vbaevents \ scripting/util/scriptframe \ sc/util/sc \ sc/util/scd \ sc/util/scfilt \ $(call gb_Helper_optional,SCRIPTING, \ sc/util/vbaobj) \ sfx2/util/sfx \ sot/util/sot \ svl/source/fsstor/fsstorage \ svtools/util/svt \ svx/util/svx \ svx/util/svxcore \ toolkit/util/tk \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ ucb/source/ucp/tdoc/ucptdoc1 \ unotools/util/utl \ unoxml/source/rdf/unordf \ unoxml/source/service/unoxml \ vbahelper/util/msforms \ xmloff/util/xo \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_html_export_test)) # vim: set noet sw=4 ts=4: tro/collabora/co-24.04.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/bitmap/BitmapSobelGreyFilter.cxx
AgeCommit message (Collapse)Author
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann
Change-Id: I5043c787dcc3b78bc7fdff130564801194e39f46 Reviewed-on: https://gerrit.libreoffice.org/66177 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-12-11loplugin:useuniqueptr in vclNoel Grandin
Change-Id: I24eca813321fd3919bba9d37c285484f865ea2ea Reviewed-on: https://gerrit.libreoffice.org/64877 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-11-11Replace uses of SAL_BOUND with o3tl::clampStephan Bergmann
Change-Id: I66a7aad64623d778b4bf2fea591f227fdac2fdc7 Reviewed-on: https://gerrit.libreoffice.org/63264 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-09-07BitmapFilter::execute can be constStephan Bergmann
...after a little tweak to BitmapMosaicFilter Change-Id: I76b8ffdbf719a9d7960e7f3dafeb3adeb2300ec5 Reviewed-on: https://gerrit.libreoffice.org/60165 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-04-23Revert "loplugin:expressionalwayszero"Tor Lillqvist
Issue was fixed by Stephan by making the plugin less eager to complain. This reverts commit c250b6a5c6edbca08d5f083ff33fbfc5a49b3b4a.
2018-04-23loplugin:expressionalwayszeroTor Lillqvist
So comment out the use of those expressions, and to avoid ununsed variables, also comment out the definitions of those const variables. Change-Id: I870c7d9599f944d3d55758492c059bcf15628a4a Reviewed-on: https://gerrit.libreoffice.org/53305 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2018-04-22vcl: ImplSobelGrey() -> BitmapSobelGreyFilterChris Sherlock
Change-Id: I2082d7e3b90172b4517ad0f4be75f85006eb5891 Reviewed-on: https://gerrit.libreoffice.org/53150 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>