# -*- 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,date)) $(eval $(call gb_Library_set_componentfile,date,scaddins/source/datefunc/date)) $(eval $(call gb_Library_set_include,date,\ $$(INCLUDE) \ -I$(SRCDIR)/scaddins/inc \ )) $(eval $(call gb_Library_use_external,date,boost_headers)) $(eval $(call gb_Library_use_common_precompiled_header,date)) $(eval $(call gb_Library_use_internal_comprehensive_api,date,\ offapi \ scaddins \ udkapi \ )) $(eval $(call gb_Library_use_libraries,date,\ cppu \ cppuhelper \ sal \ utl \ i18nlangtag \ )) $(eval $(call gb_Library_add_exception_objects,date,\ scaddins/source/datefunc/datefunc \ )) # vim: set noet sw=4 ts=4: istro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/remotebridges
AgeCommit message (Expand)Author
2018-09-17New loplugin:externalStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: remotebridgesStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-07Remove dead example codeStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in remotebridgesStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-26com::sun::star->css in remotebridges,reportdesignNoel 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