#************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* $(eval $(call gb_Library_Library,fwe)) $(eval $(call gb_Library_set_include,fwe,\ -I$(realpath $(SRCDIR)/framework/inc/pch) \ -I$(realpath $(SRCDIR)/framework/source/inc) \ -I$(realpath $(SRCDIR)/framework/inc) \ -I$(WORKDIR)/inc/framework/ \ $$(INCLUDE) \ -I$(OUTDIR)/inc/framework \ -I$(OUTDIR)/inc/offuh \ )) $(eval $(call gb_Library_set_defs,fwe,\ $$(DEFS) \ -DFWE_DLLIMPLEMENTATION\ )) $(eval $(call gb_Library_add_linked_libs,fwe,\ comphelper \ cppu \ cppuhelper \ fwi \ sal \ svl \ svt \ tl \ utl \ vcl \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_add_exception_objects,fwe,\ framework/source/fwe/classes/actiontriggercontainer \ framework/source/fwe/classes/actiontriggerpropertyset \ framework/source/fwe/classes/actiontriggerseparatorpropertyset \ framework/source/fwe/classes/addonmenu \ framework/source/fwe/classes/addonsoptions \ framework/source/fwe/classes/bmkmenu \ framework/source/fwe/classes/framelistanalyzer \ framework/source/fwe/classes/fwkresid \ framework/source/fwe/classes/imagewrapper \ framework/source/fwe/classes/menuextensionsupplier \ framework/source/fwe/classes/rootactiontriggercontainer \ framework/source/fwe/classes/sfxhelperfunctions \ framework/source/fwe/dispatch/interaction \ framework/source/fwe/helper/acceleratorinfo \ framework/source/fwe/helper/actiontriggerhelper \ framework/source/fwe/helper/configimporter \ framework/source/fwe/helper/imageproducer \ framework/source/fwe/helper/propertysetcontainer \ framework/source/fwe/helper/titlehelper \ framework/source/fwe/helper/documentundoguard \ framework/source/fwe/helper/undomanagerhelper \ framework/source/fwe/interaction/preventduplicateinteraction \ framework/source/fwe/xml/eventsconfiguration \ framework/source/fwe/xml/eventsdocumenthandler \ framework/source/fwe/xml/imagesconfiguration \ framework/source/fwe/xml/imagesdocumenthandler \ framework/source/fwe/xml/menuconfiguration \ framework/source/fwe/xml/menudocumenthandler \ framework/source/fwe/xml/saxnamespacefilter \ framework/source/fwe/xml/statusbarconfiguration \ framework/source/fwe/xml/statusbardocumenthandler \ framework/source/fwe/xml/toolboxconfiguration \ framework/source/fwe/xml/toolboxdocumenthandler \ framework/source/fwe/xml/xmlnamespaces \ )) #todo: ImageListDescriptor can't be exported completely without exporting everything ifeq ($(OS),LINUX) $(eval $(call gb_Library_set_cxxflags,fwe,$$(filter-out -fvisibility=hidden,$$(CXXFLAGS)))) endif # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svgio/source
AgeCommit message (Expand)Author
2019-03-08new loplugin constvarsNoel Grandin
2019-03-06parse more attributes in SvgDrawVisitorTomaž Vajngerl
2019-03-06use gfx namespace for DrawCommandsTomaž Vajngerl
2019-03-06svgio visitor, add draw commands and create the from svgTomaž Vajngerl
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin
2019-01-29loplugin:flatten in svgioNoel Grandin
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-24clang-tidy performance-unnecessary-copy-init in sfx2..svtoolsNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-10-18Turn SvgMarkerNode::MarkerUnits into scoped enumStephan Bergmann
2018-09-26loplugin:useuniqueptr in SvgDocumentNoel Grandin
2018-09-17remove duplicate lineNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-14match_colorKeyword should be using static const lookup tableNoel Grandin
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2018-08-31tdf#119557 style hierarchy isn't stable so looping check fails falselyCaolán McNamara
2018-08-17Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-07-31Fix typosAndrea Gelmini
2018-07-30loplugin:stringloop in svgio..xmlsecurityNoel Grandin
2018-07-24crashtesting: infinite recurse with moz609361-1.svgCaolán McNamara
2018-07-24crashtesting: infinite recurse with moz384637-1.svgCaolán McNamara
2018-07-23crashtesting: infinite recurse with moz455984-5.svgCaolán McNamara
2018-07-18crashtesting: infinite recurse on moz330387-6.svgCaolán McNamara
2018-07-11tdf#118232 Allow load and insert of SVGs with no GeometryArmin Le Grand