# -*- 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_Package_Package,sysui_osxicons,$(SRCDIR)/sysui/desktop/icons)) $(eval $(call gb_Package_add_files_with_dir,sysui_osxicons,Resources,\ text.icns \ oasis-text.icns \ spreadsheet.icns \ oasis-spreadsheet.icns \ presentation.icns \ oasis-presentation.icns \ drawing.icns \ oasis-drawing.icns \ master-document.icns \ oasis-master-document.icns \ oasis-master-document-template.icns \ formula.icns \ oasis-formula.icns \ text-template.icns \ oasis-text-template.icns \ spreadsheet-template.icns \ oasis-spreadsheet-template.icns \ presentation-template.icns \ oasis-presentation-template.icns \ drawing-template.icns \ oasis-drawing-template.icns \ oasis-database.icns \ extension.icns \ main.icns \ )) # vim: set ts=4 sw=4 et: distro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgusenode.cxx
AgeCommit message (Expand)Author
2023-10-27Drop rTokenName argument from SvgNode::parseAttributeMike Kaganski
2023-07-10svgio: remove recurrent checkXisco Fauli
2023-07-10tdf#149673: only check opacity from parent...Xisco Fauli
2023-06-28tdf#156066: Add support for feFlood filterXisco Fauli
2023-06-26svgio: simplify codeXisco Fauli
2023-06-20tdf#155814: only check parent style when it has a local css styleXisco Fauli
2022-07-15svgio: simplify codeXisco Fauli
2022-07-14svgio: factor out common codeXisco Fauli
2022-07-13svgio: use href along with xlink:hrefXisco Fauli
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-22no need to use unique_ptr for B2DHomMatrixNoel Grandin
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
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2019-09-22SVGIO: Use correct type for <use> elementsXisco Fauli
2019-01-29loplugin:flatten in svgioNoel Grandin
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2017-07-13bah, wrong resetCaolán McNamara
2017-07-13Resolves: tdf#108903 avoid recurse to deathCaolán McNamara
2017-05-04loplugin:checkunusedparams in svgioNoel Grandin
2017-01-19new loplugin: useuniqueptr: svgioNoel Grandin
2016-10-20loplugin:expandablemethodds in svgioNoel Grandin
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-04-21new plugin stylepoliceNoel Grandin
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2014-10-08Resolves: #i125332# made css style stuff aware that it is case independentArmin Le Grand
2014-07-26Related: #i125293# Further corrections for CssStyle handling in SVG importerArmin Le Grand
2014-05-16clean up, remove eof commentsThomas Arnhold
2014-02-26Remove visual noise from svgioAlexander Wilms
2014-02-12cid#705240 missing break in switchNoel Grandin
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in SVGIO moduleNoel Grandin
2013-09-15childs -> children (in comments)Chr. Rossmanith
2013-06-13Resolves: #i121656# Some more cleanups for SVG importArmin Le Grand