# -*- 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/. # $(eval $(call gb_Library_Library,migrationoo3)) $(eval $(call gb_Library_use_sdk_api,migrationoo3)) $(eval $(call gb_Library_use_libraries,migrationoo3,\ comphelper \ cppu \ cppuhelper \ sal \ utl \ )) $(eval $(call gb_Library_set_componentfile,migrationoo3,desktop/source/migration/services/migrationoo3,services)) $(eval $(call gb_Library_add_exception_objects,migrationoo3,\ desktop/source/migration/services/oo3extensionmigration \ )) # vim: set ts=4 sw=4 et: ue='aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/formulagroup.hxx
AgeCommit message (Expand)Author
2018-10-15loplugin:constfields in scNoel Grandin
2018-08-09remove Calc's software interpreterLuboš Luňák
2018-07-27do not keep incorrect calc values in the cacheLuboš Luňák
2018-06-21discard cached cell values if the cell changesLuboš Luňák
2018-05-18tdf#42949 Fix IWYU warnings in sc/inc/f*Gabor Kelemen
2017-08-11Add a unit test to be used to test parallelised calculations in CalcTor Lillqvist
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo