# -*- 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_Library_Library,wpftwriter)) $(eval $(call gb_Library_set_componentfile,wpftwriter,writerperfect/source/writer/wpftwriter)) $(eval $(call gb_Library_use_sdk_api,wpftwriter)) $(eval $(call gb_Library_use_libraries,wpftwriter,\ comphelper \ cppu \ cppuhelper \ vcl \ sal \ sfx \ sot \ tl \ ucbhelper \ utl \ writerperfect \ xo \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,wpftwriter,\ abw \ boost_headers \ ebook \ icui18n \ icuuc \ libxml2 \ mwaw \ odfgen \ revenge \ wpd \ wpg \ wps \ zlib \ )) $(eval $(call gb_Library_add_exception_objects,wpftwriter,\ writerperfect/source/writer/AbiWordImportFilter \ writerperfect/source/writer/EBookImportFilter \ writerperfect/source/writer/ImportFilterBase \ writerperfect/source/writer/MSWorksImportFilter \ writerperfect/source/writer/MWAWImportFilter \ writerperfect/source/writer/WordPerfectImportFilter \ writerperfect/source/writer/wpftwriter_genericfilter \ )) # vim: set noet sw=4 ts=4: >distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoxml
AgeCommit message (Expand)Author
2012-12-30convert redland to gbuild and add to tail_buildPeter Foley
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz
2012-11-14Reset xmlSetGenericErrorFunc after useStephan Bergmann
2012-11-14fdo#57055: Re-enable call to librdf_free_worldStephan Bergmann
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-24soffice.bin: add a hack to detect calls to xmlCleanupParserMichael Stahl
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin
2012-09-03fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new styleNoel Grandin
2012-08-17gbuild: register all jarsMichael Stahl
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-07Remove commented out codeThomas Arnhold
2012-07-28callcatcher: unused dtor->fix leakCaolán McNamara
2012-07-06use custom ExtEnt loader for RDF importHerbert Duerr
2012-07-06re-base on ALv2 code.Michael Meeks
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-29Fix java "unchecked conversion" warningsNoel Grandin
2012-06-29re-base on ALv2 code.Michael Meeks