#*************************************************************** # 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_Module_Module,filter)) $(eval $(call gb_Module_add_targets,filter,\ AllLangResTarget_eps \ AllLangResTarget_flash \ AllLangResTarget_pdffilter \ AllLangResTarget_t602filter \ AllLangResTarget_xsltdlg \ Configuration_filter \ Library_PptImporter \ Library_egi \ Library_eme \ Library_epb \ Library_epg \ Library_epp \ Library_eps \ Library_ept \ Library_era \ Library_eti \ Library_exp \ Library_filterconfig \ Library_filtertracer \ Library_flash \ Library_icd \ Library_icg \ Library_idx \ Library_ime \ Library_ipb \ Library_ipd \ Library_ips \ Library_ipt \ Library_ipx \ Library_ira \ Library_itg \ Library_iti \ Library_msfilter \ Library_odfflatxml \ Library_pdffilter \ Library_placeware \ Library_svgfilter \ Library_t602filter \ Library_xmlfa \ Library_xmlfd \ Library_xsltdlg \ Library_xsltfilter \ Package_inc \ Package_docbook \ Package_filter_generated \ Package_xslt \ )) ifneq ($(SOLAR_JAVA),) $(eval $(call gb_Module_add_targets,filter,\ Jar_XSLTFilter \ Jar_XSLTValidate \ )) endif # TODO #$(eval $(call gb_Module_add_subsequentcheck_targets,filter,\ JunitTest_filter_complex \ )) # vim: set noet sw=4 ts=4: lue='distro/collabora/cd-5.3-3.1'>distro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sot/source/unoolestorage
AgeCommit message (Expand)Author
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, sotStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-12new loplugin fragiledestructorNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-04-04remove some unnecessary realloc'ingNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-05tdf#74608: Ctor function for css.embed.OLESimpleStorageMatúš Kukan
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-29com::sun::star->css in smoketest,sotNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-07-21coverity#707195 Uncaught exceptionCaolán McNamara
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from sotAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-19sot: sal_Bool -> bool fixupStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-10-30fdo#54938: Convert svx to use cppu::supportsServiceMarcos Paulo de Souza
2013-07-04module sot: String, bool and other clean-upNorbert Thiebaud
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-05-31targeted string re-workNorbert Thiebaud