# -*- 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. # # The Initial Developer of the Original Code is # Bjoern Michaelsen, Canonical Ltd. # Portions created by the Initial Developer are Copyright (C) 2010 the # Initial Developer. All Rights Reserved. # # Major Contributor(s): # David Tardon, Red Hat Inc. # # 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_CppunitTest_CppunitTest,sc_ucalc)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_ucalc, \ sc/qa/unit/ucalc \ )) $(eval $(call gb_CppunitTest_use_library_objects,sc_ucalc,sc)) $(eval $(call gb_CppunitTest_use_external,sc_ucalc,mdds_headers)) ifeq ($(ENABLE_TELEPATHY),TRUE) $(eval $(call gb_CppunitTest_use_libraries,sc_ucalc,tubes)) endif $(eval $(call gb_CppunitTest_use_externals,sc_ucalc,\ orcus \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_ucalc, \ avmedia \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nisolang1 \ sal \ salhelper \ sax \ sb \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ tk \ tl \ ucbhelper \ utl \ vbahelper \ vcl \ xo \ $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) $(eval $(call gb_CppunitTest_set_include,sc_ucalc,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/source/core/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sc_ucalc,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,sc_ucalc)) $(eval $(call gb_CppunitTest_use_components,sc_ucalc,\ configmgr/source/configmgr \ framework/util/fwk \ i18npool/util/i18npool \ sfx2/util/sfx \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ unoxml/source/service/unoxml \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_ucalc)) # vim: set noet sw=4 ts=4: alue='distro/collabora/cp-4.1'>distro/collabora/cp-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-23Replace list by vector in incomingrequest (binaryurp)Julien Nabet
2017-11-23Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8Julien Nabet
2017-11-18Replace some lists by vectors in binaryurpJulien Nabet
2017-10-26loplugin:constmethods in unotoolsNoel Grandin
2017-10-11binaryurp: consistently use "" and <> for include directivesMike Kaganski
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin
2017-08-25Replace use of oslInterlockedCount with std::atomicStephan Bergmann
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: binaryurpStephan Bergmann
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist
2017-02-06Add missing #includesStephan Bergmann
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann
2016-11-15loplugin:unusedfieldsNoel Grandin
2016-09-16Replace remaining OSL_ASSERT etc. in binaryurpStephan Bergmann
2016-09-16In binaryurp, fix change from rtl_copyMemory to memcpyStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-19cid#1371307: Move semantics for BinaryAnyStephan Bergmann
2016-07-10split the assert into twoMarkus Mohrhard
2016-07-04use SAL_DEPRECATED in uno::ReferenceNoel Grandin
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08loplugin:unusedmethodsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-11-02tdf#65108 use <> instead of "" in include lineFeyza Yavuz
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe