# -*- 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,sd_layout_tests)) $(eval $(call gb_CppunitTest_use_externals,sd_layout_tests,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_layout_tests)) $(eval $(call gb_CppunitTest_add_exception_objects,sd_layout_tests, \ sd/qa/unit/layout-tests \ )) $(eval $(call gb_CppunitTest_use_libraries,sd_layout_tests, \ $(call gb_Helper_optional,AVMEDIA,avmedia) \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sd \ sfx \ sot \ subsequenttest \ svl \ svt \ svx \ svxcore \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sd_layout_tests,\ -I$(SRCDIR)/sd/source/ui/inc \ -I$(SRCDIR)/sd/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sd_layout_tests)) $(eval $(call gb_CppunitTest_use_ure,sd_layout_tests)) $(eval $(call gb_CppunitTest_use_vcl,sd_layout_tests)) $(eval $(call gb_CppunitTest_use_rdb,sd_layout_tests,services)) $(eval $(call gb_CppunitTest_use_custom_headers,sd_layout_tests,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,sd_layout_tests)) # vim: set noet sw=4 ts=4: stro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgnode.cxx
AgeCommit message (Expand)Author
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-10-27Drop rTokenName argument from SvgNode::parseAttributeMike Kaganski
2023-08-22tdf#129356: handle css combinator when the element name is combined...Xisco Fauli
2023-07-05tdf#156168: do nothing when there is no concatenationXisco Fauli
2023-07-05ofz#60384 Direct-leakCaolán McNamara
2023-07-03tdf#150124: do nothing when parent is of unkown typeXisco Fauli
2023-06-26tdf#156038, tdf#78232: support css child combinatorXisco Fauli
2023-06-26svgio: simplify codeXisco Fauli
2023-06-23tdf#156034: check for css style further up in the hierarchyXisco Fauli
2023-06-22tdf#156018: check if there is a css style with element inside elementXisco Fauli
2022-09-28use more string_view in svgioNoel Grandin
2022-07-22elide some makeStringAndClear() callsNoel Grandin
2022-07-08svgio: o3tl::starts_with() -> o3tl::equalsIgnoreAsciiCase(o3tl::trim())Xisco Fauli
2022-07-08svgio: use IgnoreAsciiCase when checking these valuesXisco Fauli
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen
2021-10-17Use range based for loopsHossein
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: svgioStephan Bergmann
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-05-01svgio: convert enum to enum class in svgstyleattributes.hxxTomaž Vajngerl
2021-05-01convert enums to enum classes in svgnode.hxxTomaž Vajngerl
2021-05-01convert enums to enum classes in svgtools.hxxTomaž Vajngerl
2021-04-30svgio: change SVGToken enum to enum classTomaž Vajngerl