# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2010 Red Hat, Inc., David Tardon # (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Library_Library,for)) $(eval $(call gb_Library_use_package,for,\ formula_inc \ )) $(eval $(call gb_Library_set_include,for,\ $$(INCLUDE) \ -I$(SRCDIR)/formula/source/core/inc \ )) $(eval $(call gb_Library_add_defs,for,\ -DFORMULA_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_sdk_api,for)) $(eval $(call gb_Library_use_libraries,for,\ comphelper \ cppu \ cppuhelper \ sal \ svl \ svt \ tl \ utl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_componentfile,for,formula/util/for)) $(eval $(call gb_Library_add_exception_objects,for,\ formula/source/core/api/FormulaCompiler \ formula/source/core/api/FormulaOpCodeMapperObj \ formula/source/core/api/services \ formula/source/core/api/token \ formula/source/core/resource/core_resource \ )) # Runtime dependency for unit-tests $(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,for)) :| \ $(call gb_AllLangResTarget_get_target,for) # vim: set noet sw=4 ts=4: llabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unodevtools
AgeCommit message (Expand)Author
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-08-09Fix typosAndrea Gelmini
2019-05-10an uno -> a unoCaolán McNamara
2019-04-28tdf#120703 PVS: fix cleanup checksMike Kaganski
2019-04-19optimise find/insert patternNoel Grandin
2019-04-05Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead"Mike Kaganski
2019-04-05tdf#120703: partially revert commit 85456fae54029edd26df2277a9eec5e2fe3d9739Mike Kaganski
2019-04-04Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 insteadMike Kaganski
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-01-27Take advantage of known index to avoid an OUString copyMatteo Casalin
2019-01-27Use optimized OUString concatenationMatteo Casalin
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-10-17Simplify containers iterations in unodevtools, unoidlArkadiy Illarionov
2018-09-17New loplugin:externalStephan Bergmann
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-03-15Fix typosAndrea Gelmini
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann
2017-10-23loplugin:includeform: unodevtoolsStephan Bergmann
2017-10-01Prefer prefix operatorJulien Nabet
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-06-13fix bug in skeletonmakerNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin
2017-01-10New loplugin:conststringvar: unodevtoolsStephan Bergmann