# -*- 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_Extension_Extension,test-passive,desktop/test/deployment/passive,nodeliver)) $(eval $(call gb_Extension_add_file,test-passive,generic.components,$(call gb_Rdb_get_target,passive_generic))) $(eval $(call gb_Extension_add_file,test-passive,platform.components,$(call gb_Rdb_get_target,passive_platform))) $(eval $(call gb_Extension_add_files,test-passive,, \ $(SRCDIR)/desktop/test/deployment/passive/Addons.xcu \ $(SRCDIR)/desktop/test/deployment/passive/ProtocolHandler.xcu \ $(SRCDIR)/desktop/test/deployment/passive/passive_python.py \ $(call gb_Jar_get_target,passive_java) \ )) $(eval $(call gb_Extension_add_files,test-passive,help/en, \ $(SRCDIR)/desktop/test/deployment/passive/help/en/help.tree \ )) $(eval $(call gb_Extension_add_files,test-passive,help/en/org.openoffice%2Fframework%2Fdesktop%2Ftest%2Fdeployment%2Fpassive, \ $(SRCDIR)/desktop/test/deployment/passive/help/en/main.xhp \ )) $(eval $(call gb_Extension_add_libraries,test-passive, \ passive_native \ )) # vim: set noet sw=4 ts=4: distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/swfont.hxx
AgeCommit message (Expand)Author
2014-11-19sw: include the font of SwNumberPortions in layout dumpMiklos Vajna
2014-11-16Remove sal_True/sal_False from code and comments in sw includesMatteo Casalin
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-10Translated some German commentsAlexander Wilms
2014-01-22remove SvStream::operator<< methodsNoel Grandin
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara
2013-12-20typo fixesAndras Timar
2013-12-03longparas: convert GetTextBreak to sal_Int32Caolán McNamara
2013-11-19