# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Executable_Executable,gengal)) $(eval $(call gb_Executable_set_include,gengal,\ $$(INCLUDE) \ -I$(SRCDIR)/svx/inc/ \ -I$(SRCDIR)/svx/inc/pch \ )) $(eval $(call gb_Executable_use_external,gengal,boost_headers)) $(eval $(call gb_Executable_use_sdk_api,gengal)) ifneq (,$(filter-out MACOSX WNT,$(OS))) $(eval $(call gb_Executable_use_package,gengal,svx_gengal)) endif $(eval $(call gb_Executable_use_libraries,gengal,\ basegfx \ sal \ tl \ sfx \ svl \ svt \ comphelper \ cppu \ cppuhelper \ utl \ svxcore \ )) $(eval $(call gb_Executable_use_vclmain,gengal)) $(eval $(call gb_Executable_add_exception_objects,gengal,\ svx/source/gengal/gengal \ )) ifeq ($(OS),WNT) $(eval $(call gb_Executable_use_system_win32_libs,gengal,\ kernel32 \ msvcrt \ oldnames \ user32 \ )) endif $(eval $(call gb_Executable_add_default_nativeres,gengal)) # vim: set noet sw=4 ts=4: >distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/swext
AgeCommit message (Expand)Author
2017-09-26tdf#39468: Translate some random German comments and termsJens Carl
2017-09-20Clean up xsl filesSamuel Mehrbrodt
2017-06-11tdf#80671: mediawiki, no superscript tags allowed in footnotesJulien Nabet
2017-06-10tdf#97743: mediawiki accountJulien Nabet
2017-06-10Typo in mediawiki: height and width mixedJulien Nabet
2017-06-07tdf#98888: mediawiki inserts redundant emptylines in <ref>Julien Nabet
2017-05-29tdf#33831 swext: mention images by name in the mediawiki exportArianna Masciolini
2016-09-27MediaWiki export help: “WikiMedia” → “MediaWiki”; minor copyeditingAdolfo Jayme Barrientos
2016-06-06remove unused imports in java codeNoel Grandin
2016-03-14remove some unused Java codeNoel Grandin
2016-03-02setListenerState does nothingCaolán McNamara
2016-02-23cid#1326858 Eq: Problems with implementation of equals()Noel Grandin
2016-02-23cid#1327459 BC: Bad casts of object referencesNoel Grandin
2016-02-23cid#1327465 Eq: Problems with implementation of equals()Noel Grandin
2016-02-06coverity#1326198 Dereference after null checkCaolán McNamara
2016-02-06coverity#1326498 Resource leak on an exceptional pathCaolán McNamara
2016-01-23cid#1326434, 1326446, 1326248, 1326254jan iversen
2016-01-15coverity#1326413 Dereference null return valueCaolán McNamara
2016-01-10Fix typosAndrea Gelmini
2015-11-12Killed the 'lastedited' element, it's useless, we have git.Jan Holesovsky
2015-11-05java: combine nested if statementsNoel Grandin
2015-10-20coverity#1326963 RV: Bad use of return valueCaolán McNamara
2015-10-20coverity#1327463 Dm: Dubious method usedCaolán McNamara
2015-10-20coverity#1327464 Dm: Dubious method usedCaolán McNamara
2015-10-15coverity#1326241 Dereference after null checkCaolán McNamara
2015-10-14java:remove unused importsNoel Grandin
2015-10-09swext: increment the extension version number to 1.2.0Michael Stahl
2015-10-09swext: add a logging out stream to help debugging TLS connectionsMichael Stahl
2015-10-09swext: Wiki Publisher does not use those apache-commons librariesMichael Stahl
2015-10-09swext: remove commons-httpclient dependency from Wiki PublisherMichael Stahl
2015-09-30Fix typosAndrea Gelmini
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-05-20odt2mediawiki.xsl: ensure the node selectionRobert Antoni Buj Gelonch
2015-05-19odt2mediawiki.xsl: hide table of contents if there is a customized tocRobert Antoni Buj Gelonch
2015-05-18odt2mediawiki.xsl: tabulation in toc entriesRobert Antoni Buj Gelonch
2015-04-27tdf#75360 tdf#90474 line breaks in exporting to mediawikiRobert Antoni Buj Gelonch
2015-04-27odt2mediawiki.xsl: vertical & horizontal align of a imageRobert Antoni Buj Gelonch
2015-04-27tdf#75531 failed to convert the marginsRobert Antoni Buj Gelonch
2015-04-27tdf#75019 bookmarks in exporting to mediawikiRobert Antoni Buj Gelonch
2015-04-20odt2mediawiki.xsl: table cell color in cell attributesRobert Antoni Buj Gelonch
2015-04-20odt2mediawiki.xsl: reuse table cell code, check USE_DEFAULT_TABLE_CLASS, use ...Robert Antoni Buj Gelonch
2015-04-20odt2mediawiki.xsl: improve export filterRobert Antoni Buj Gelonch