summaryrefslogtreecommitdiff
path: root/swext/Module_swext.mk
blob: f2f6da3fdcd38b8972941c4902806341cef54747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Initial Developer of the Original Code is
# 	Peter Foley <pefoley2@verizon.net>
# Portions created by the Initial Developer are Copyright (C) 2011 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
#

$(eval $(call gb_Module_Module,swext))

ifeq ($(ENABLE_MEDIAWIKI),YES)
$(eval $(call gb_Module_add_targets,swext,\
	Jar_mediawiki \
	Configuration_mediawiki \
	Extension_wiki-publisher \
))
endif
2017-11-22loplugin:flatten in svxNoel Grandin 2017-10-23loplugin:includeform: svxStephan Bergmann 2017-10-04simplify memory management in ImpXPolyPolygonNoel Grandin 2017-09-30svx: Stop returning unused XPolygonTakeshi Abe 2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist 2017-08-20Crash when drawing freeform lineTamás Zolnai 2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin 2017-07-11loplugin:useuniqueptr in scaddins..svxNoel Grandin 2017-05-12Translate German comments (rest of svx/)Johnny_M 2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna 2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin 2016-12-07convert PolyFlags to scoped enumNoel Grandin 2016-09-09loplugin:constantparam in svxNoel Grandin 2016-08-29cid#1371253 Missing move assignment operatorNoel Grandin 2016-08-29cid#1371241 Missing move assignment operatorNoel Grandin 2016-08-17convert XPolyFlags to scoped enumNoel Grandin 2016-07-14tdf#62525 vcl: use cow_wrapper for ImpXPolyPolygonXisco Fauli 2016-07-13tdf#62525 vcl: use cow_wrapper for ImpXPolygonXisco Fauli 2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin 2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin 2016-02-08loplugin:unusedmethodsNoel Grandin 2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud 2015-03-08svx: nAnz -> nCountMiklos Vajna 2015-01-20Some more loplugin:cstylecast: svxStephan Bergmann 2014-06-26check for self-assignCaolán McNamara 2014-04-15svx: sal_Bool->boolNoel Grandin 2014-04-01coverity#708395 Uninitialized pointer fieldCaolán McNamara 2014-03-14svx: sal_Bool->boolNoel Grandin 2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini 2013-08-21remove code that was commented out long time agoPhilipp Riemer 2013-08-21fdo#62475 , fdo#39468: remove visual noise and translate German comments in s...Philipp Riemer 2013-06-05Resolves: #i119860# fix bent connector's type lost when save .ppt fileSun Ying 2013-04-22sal_Bool to boolTakeshi Abe