#*************************************************************** # 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 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. #*************************************************************** $(eval $(call gb_Library_Library,xsltfilter)) $(eval $(call gb_Library_set_componentfile,xsltfilter,filter/source/xsltfilter/xsltfilter)) $(eval $(call gb_Library_add_api,xsltfilter,\ udkapi \ offapi \ )) $(eval $(call gb_Library_set_include,xsltfilter,\ -I$(SRCDIR)/filter/inc/pch \ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_linked_libs,xsltfilter,\ xo \ tl \ package2 \ sax \ comphelper \ ucbhelper \ cppuhelper \ cppu \ sal \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_use_externals,xsltfilter,\ libxml2 \ libxslt \ )) $(eval $(call gb_Library_add_exception_objects,xsltfilter,\ filter/source/xsltfilter/LibXSLTTransformer \ filter/source/xsltfilter/OleHandler \ filter/source/xsltfilter/XSLTFilter \ )) # vim: set noet sw=4 ts=4: eoffice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/textenc
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-03Fix some perl shebangs.Pedro Giffuni
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-18loplugin:staticmethodsStephan Bergmann
2015-05-08Use bool instead of intStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-08-Werror=maybe-uninitializedStephan Bergmann
2015-04-08tdf#88169: Do not return ..._INFO_SRCBUFFERTOSMALL when ..._FLAGS_FLUSHStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann
2015-01-07loplugin:cstylecast: salStephan Bergmann
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet