# -*- 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,solver)) $(if $(ENABLE_COINMP),$(eval $(call gb_Library_set_componentfile,solver,sccomp/source/solver/coinmpsolver))) $(if $(ENABLE_LPSOLVE),$(eval $(call gb_Library_set_componentfile,solver,sccomp/source/solver/lpsolvesolver))) $(eval $(call gb_Library_set_componentfile,solver,sccomp/source/solver/swarmsolver)) $(eval $(call gb_Library_use_sdk_api,solver)) $(eval $(call gb_Library_set_include,solver,\ $$(INCLUDE) \ -I$(SRCDIR)/sccomp/inc \ )) $(eval $(call gb_Library_use_libraries,solver,\ comphelper \ cppu \ cppuhelper \ sal \ utl \ i18nlangtag \ )) $(eval $(call gb_Library_use_externals,solver,\ boost_headers \ coinmp \ lpsolve \ )) $(eval $(call gb_Library_add_exception_objects,solver,\ sccomp/source/solver/SwarmSolver \ sccomp/source/solver/SolverComponent \ $(if $(ENABLE_COINMP), sccomp/source/solver/CoinMPSolver) \ $(if $(ENABLE_LPSOLVE), sccomp/source/solver/LpsolveSolver) \ )) # vim: set noet sw=4 ts=4: reoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
2015-01-05fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos
2015-01-04boost::unordered_set->std::unordered_setCaolán McNamara
2015-01-04help out clangCaolán McNamara
2014-12-19The value of the nRefs field is not used anywhereTor Lillqvist
2014-12-18formula: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-10fdo#87203 make translatable AGGREGATE functionAndras Timar
2014-12-09fdo#40835 add 4th argument to FDIST when exporting to OOXMLWinfried Donkers
2014-12-09changed timers to idlesTobias Madl
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-28write TRUE() for 2nd IF() parameter, fdo#81596 relatedEike Rathke
2014-11-28simplify RewriteMissing() and switch in Add...(), fdo#81596 relatedEike Rathke
2014-11-28sensible indenting, fdo#81596 relatedEike Rathke
2014-11-27fdo#81596 export to OOXML that need argument changesWinfried Donkers
2014-11-25Make some methods non-inline, and hide #include <tools/debug.hxx>.Kohei Yoshida
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-23Move virtual ScToken members up to FormulaTokenStephan Bergmann
2014-10-22Remove unused FormulaToken::Is3DRefStephan Bergmann
2014-10-03Make these methods non-inline again.Kohei Yoshida
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-22convert OSL_FAIL to SAL_WARNEike Rathke
2014-08-22convert OSL_... to SAL_WARNEike Rathke
2014-08-22reactivate the verifyEike Rathke
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke
2014-08-21it's about time to write GOALSEEK as ODFF ORG.OPENOFFICE.GOALSEEKEike Rathke
2014-08-21write COLOR function with extension namespaceEike Rathke
2014-08-20Fixed size of 'formula' dialog in CalcSzymon Kłos
2014-08-09remove unused dlg resources from dbu_resource.hrcThomas Arnhold
2014-07-31fix memory leak around function descriptionsMarkus Mohrhard
2014-07-29Remove some unused codeMarcos Paulo de Souza
2014-07-27fdo#81038 Fixed FormulaTokenIterator to use std::vector instead of linked listJeffrey Stedfast